summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <ekempin@google.com>2018-08-29 08:36:08 +0200
committerDavid Pursehouse <dpursehouse@collab.net>2018-08-29 16:12:18 +0900
commit373159da1698f499366380216934d3f78f67218f (patch)
treecbb8f55d21c26f83cc456cb533b231ae7475a032
parentd5f0b691f8c10b77f3669c66b4e5e762433c6f49 (diff)
cmd-index.txt: Fix anchors
Links to the anchors are currently not working. Change-Id: I43c41c4d04bc665a4fe846de2d8fbc5b77bf7a81 Signed-off-by: Edwin Kempin <ekempin@google.com>
-rw-r--r--Documentation/cmd-index.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/Documentation/cmd-index.txt b/Documentation/cmd-index.txt
index eed2eb4e63..2880ec7d3b 100644
--- a/Documentation/cmd-index.txt
+++ b/Documentation/cmd-index.txt
@@ -18,12 +18,14 @@ To download a client command or hook, use scp or an http client:
For more details on how to determine the correct SSH port number,
see link:user-upload.html#test_ssh[Testing Your SSH Connection].
-=== [[client_commands]]Commands
+[[client_commands]]
+=== Commands
link:cmd-cherry-pick.html[gerrit-cherry-pick]::
Download and cherry-pick one or more changes (commits).
-=== [[client_hooks]]Hooks
+[[client_hooks]]
+=== Hooks
Client hooks can be installed into a local Git repository, improving
the developer experience when working with a Gerrit Code Review
@@ -47,7 +49,8 @@ from an ssh client, for example:
For more details on how to determine the correct SSH port number,
see link:user-upload.html#test_ssh[Testing Your SSH Connection].
-=== [[user_commands]]User Commands
+[[user_commands]]
+=== User Commands
link:cmd-apropos.html[gerrit apropos]::
Search Gerrit documentation index.
@@ -103,8 +106,8 @@ review. See link:user-upload.html#push_create[Creating Changes].
git upload-pack::
Standard Git server side command for client side `git fetch`.
-[[admin_commands]]Administrator Commands
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+[[admin_commands]]
+=== Administrator Commands
link:cmd-close-connection.html[gerrit close-connection]::
Close the specified SSH connection.