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:
authorMichael Kozono <mkozono@gmail.com>2019-08-06 02:12:59 +0300
committerJohn Cai <jcai@gitlab.com>2019-08-06 02:12:59 +0300
commitf25285cbeb46d7215fb9a2b435968923e44a5da8 (patch)
treedaa84ec4de1f8ae04723f3f538dae38a672e590c
parent57a3f368ae95b77afef02148a5d43ce4ece3d99b (diff)
Fix link to beginner's guide
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index a3a2b29af..88f223f7c 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -10,7 +10,7 @@ the [configuration documentation](doc/configuration/README.md).
#### Developing Gitaly
-- When new to Gitaly development, start by reading the [beginners guide](docs/beginners_guid.md).
+- When new to Gitaly development, start by reading the [beginners guide](doc/beginners_guide.md).
- When developing on Gitaly-Ruby, read the [Gitaly-Ruby doc](doc/ruby_endpoint.md)
- The Gitaly release process is descripted in [our process doc](doc/PROCESS.md)
- Tests use Git repositories too, [read more about them](doc/test_repos.md)