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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2020-03-13 13:45:40 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2020-03-13 15:54:02 +0300
commitf7fa1347c198c9292fd1f5fedeba5b94873a26ce (patch)
tree343db233999ae15884cff9d1c71090a1f765596c
parent65afbb65c1aad1bd082f3e896519da36eef4ec52 (diff)
docs: Link GitalySSH Readme to the docs directory
Being under the impression that the gitaly-ssh docs still needed to be written, I set out to do so. Luckily while I was reading the source I saw the doc existed as a readme file. The index now links to a document outside of the docs directory, though I expect our users to be able to handle that.
-rw-r--r--doc/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md
index 66b327c09..4cc571dca 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -32,7 +32,9 @@ For configuration please read [praefects configuration documentation](doc/config
- [Delta Islands](delta_islands.md)
- [Disk-based Cache](design_diskcache.md)
- [Tips for reading Git source code](reading_git_source.md)
+- [gitaly-ssh](../cmd/gitaly-ssh/README.md)
#### Proposals
- [Snapshot storage](proposals/snapshot-storage.md)
+- [Praefect Queue storage](proposals/praefect-queue-storage.md)