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
path: root/auth
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-10-26 01:30:08 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-10-27 09:43:53 +0300
commit1824a953bce1268269937a7a66684b642ebee505 (patch)
treefebdc9dbec10bb67797d8a5f7a85650380876101 /auth
parent1977fb4f1fc1e379688e13b58050111f79b33e84 (diff)
Add docs testing Make target and CI/CD joberead/add-docs-testing-make-target-and-ci_cd-job
Also expand reach of Markdown linting to more files
Diffstat (limited to 'auth')
-rw-r--r--auth/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/README.md b/auth/README.md
index b5dc6f568..b4c065ac2 100644
--- a/auth/README.md
+++ b/auth/README.md
@@ -1,7 +1,7 @@
# Gitaly authentication middleware for Go
This package contains code that plugs into
-github.com/grpc-ecosystem/go-grpc-middleware/auth to provide client
+`github.com/grpc-ecosystem/go-grpc-middleware/auth` to provide client
and server authentication middleware for Gitaly.
Gitaly has two authentication schemes.