cmd-index.txt: Fix anchors

Links to the anchors are currently not working.

Change-Id: I43c41c4d04bc665a4fe846de2d8fbc5b77bf7a81
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin 2018-08-29 08:36:08 +02:00
parent b8424a073d
commit cf830d53c8

View File

@ -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.
@ -106,8 +109,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.
@ -205,7 +208,8 @@ link:cmd-show-queue.html[ps]::
link:cmd-suexec.html[suexec]::
Execute a command as any registered user account.
=== [[trace]]Trace
[[trace]]
=== Trace
For executing SSH commands tracing can be enabled by setting the
`--trace` option.