diff options
author | Evan Read <eread@gitlab.com> | 2019-01-24 06:52:33 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-01-24 06:52:33 +0000 |
commit | c2c2d04b3a0d7942edd8c8608f6bd25428131fc3 (patch) | |
tree | 361f2da1a8509a669bec9887abe65252afea5ac2 /doc/development/gitaly.md | |
parent | 7d11049237cca35307b996dcec683693794c831a (diff) | |
download | gitlab-ce-c2c2d04b3a0d7942edd8c8608f6bd25428131fc3.tar.gz |
Fix most instances of bare URLs in markdown
Diffstat (limited to 'doc/development/gitaly.md')
-rw-r--r-- | doc/development/gitaly.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md index fdae69bddd7..d5fc403bf8b 100644 --- a/doc/development/gitaly.md +++ b/doc/development/gitaly.md @@ -128,7 +128,7 @@ to manually run `make` again. Note that CI tests will not use your locally modified version of Gitaly. To use a custom Gitaly version in CI you need to update GITALY_SERVER_VERSION. You can use the format `=revision` to use a -non-tagged commit from https://gitlab.com/gitlab-org/gitaly in CI. +non-tagged commit from <https://gitlab.com/gitlab-org/gitaly> in CI. To use a different Gitaly repository, e.g., if your changes are present on a fork, you can specify a `GITALY_REPO_URL` environment variable when |