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:
authorAndras Horvath <ahorvath@gitlab.com>2023-07-13 17:02:29 +0300
committerAndras Horvath <ahorvath@gitlab.com>2023-07-13 17:04:29 +0300
commite93b72fc9f0f11fa374cd0853db1fd5ebe532c17 (patch)
tree2d067636ddb724dbfdc8be3428f0c82b8c22865f /README.md
parent5dd5b690115d9b1a4df59ce4bc1dc8fc53b67dda (diff)
doc: Remove unnecessary example link
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 34e02fd82..8630dedef 100644
--- a/README.md
+++ b/README.md
@@ -104,9 +104,7 @@ As of Q4 2018, the following GitLab components act as Gitaly clients:
- [`gitlab-shell`](https://gitlab.com/gitlab-org/gitlab-shell/tree/main):
for `git clone`, `git push` etc. via SSH.
- [`gitlab-workhorse`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/workhorse/internal/gitaly/gitaly.go):
- for `git clone` via HTTPS and for slow requests that serve raw Git
- data.
- ([example](https://gitlab.com/gitlab-org/gitaly/raw/master/README.md))
+ for `git clone` via HTTPS and for slow requests that serve raw Git data.
- [`gitaly-ssh`](https://gitlab.com/gitlab-org/gitaly/tree/master/cmd/gitaly-ssh):
for internal Git data transfers between Gitaly servers.