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:
authorToon Claes <toon@gitlab.com>2021-01-14 21:54:51 +0300
committerToon Claes <toon@gitlab.com>2021-01-14 21:54:51 +0300
commit88ea2da299068d161141dacde2511dea0c8e0f9a (patch)
tree716a7b467c109a69388834c2ba05053d3af217ef
parent6018a51d472bbf5e4675b9720474f15469fd1c0d (diff)
parentad686c97d9a0ee6d1d569f3aa443aaf075e34658 (diff)
Merge branch 'avar/its-over-three-thousand' into 'master'
Beginners guide doc: markdown quote localhost:3000 See merge request gitlab-org/gitaly!3001
-rw-r--r--doc/beginners_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/beginners_guide.md b/doc/beginners_guide.md
index dce8ab7f0..2a482f3cb 100644
--- a/doc/beginners_guide.md
+++ b/doc/beginners_guide.md
@@ -89,7 +89,7 @@ implementation or adding test cases and re-running the tests. The cycle
is "edit code, run tests".
This is many times faster than "edit gitaly, reinstall Gitaly into GDK,
-restart, reload localhost:3000".
+restart, reload `localhost:3000`".
Regardless, if you do want to see your locally changed Gitaly in
action on `localhost:3000`, you can. Run the following commands in