Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2023-05-16 01:27:17 +0300
committerEvan Read <eread@gitlab.com>2023-05-16 01:27:17 +0300
commit3f41fb5d4dbf907b333488de8a4e095a446db724 (patch)
tree57ccdd77de25845b6bcf0eeb6db282853392b668
parent668e4afa2aa8fa99c3dcdc20907329e72755a570 (diff)
Apply 1 suggestion(s) to 1 file(s)
-rw-r--r--doc/protobuf.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/protobuf.md b/doc/protobuf.md
index 1e232cd0b..c086caa73 100644
--- a/doc/protobuf.md
+++ b/doc/protobuf.md
@@ -14,11 +14,10 @@ in their respective subdirectories. The list of RPCs can be
Run `make proto` from the root of the repository to regenerate the client
libraries after updating .proto files.
-## Gitaly RPC Documentation
+## Gitaly RPC documentation
-Gitaly RPCs are documented [here](https://gitlab-org.gitlab.io/gitaly/). The
-documentation is generated from the protobuf definitions themselves under the `proto/`
-directory.
+For documentation generated from the protobuf definitions (in `proto/` directory),
+see [Gitaly RPC documentation](https://gitlab-org.gitlab.io/gitaly/).
See
[`developers.google.com`](https://developers.google.com/protocol-buffers/docs/proto3)