Page MenuHomeSoftware Heritage
Paste P1397

(An Untitled Masterwork)
ActivePublic

Authored by seirl on Jun 30 2022, 3:48 PM.
From 1e8c3d694e2775afd01d80031765f919603eef10 Mon Sep 17 00:00:00 2001
From: Antoine Pietri <antoine.pietri1@gmail.com>
Date: Thu, 30 Jun 2022 15:47:06 +0200
Subject: [PATCH] docs: fix relative include of swhgraph.proto
---
docs/grpc-api.rst | 2 +-
docs/swhgraph.proto | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
create mode 120000 docs/swhgraph.proto
diff --git docs/grpc-api.rst docs/grpc-api.rst
index ab12323..ee8827b 100644
--- docs/grpc-api.rst
+++ docs/grpc-api.rst
@@ -549,5 +549,5 @@ The GRPC API is specified in a single self-documenting
`protobuf <https://developers.google.com/protocol-buffers>`_ file, reproduced
here verbatim.
-.. literalinclude:: ../proto/swhgraph.proto
+.. literalinclude:: swhgraph.proto
:language: protobuf
diff --git docs/swhgraph.proto docs/swhgraph.proto
new file mode 120000
index 0000000..22411f0
--- /dev/null
+++ docs/swhgraph.proto
@@ -0,0 +1 @@
+../proto/swhgraph.proto
\ No newline at end of file
--
2.37.0