summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenyon Ralph <kralph@codeaurora.org>2021-11-17 19:18:32 -0800
committerKenyon Ralph <kralph@codeaurora.org>2021-11-17 20:38:21 -0800
commit92739eae5e8c50fe454b351021067eea7985e12a (patch)
tree1c4ceef6b5c75553d0b8d3fbff730337a8632c03
parent3b298c8bdda49647b22076037fd8e0efcab3f805 (diff)
docs/config: correct HTML anchor
Surrounding the paragraph with this HTML anchor prevents the paragraph from being rendered. Links to this location still work like this. Change-Id: Ie4e85faecbd640c2d006b9abb95abe72e8d14870
-rw-r--r--src/main/resources/Documentation/config.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 7fe9e15..2d02022 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -18,9 +18,9 @@ with the command line:
ssh-keygen -m PEM -t rsa -C "your_email@example.com"
```
-<a name="example_file">
+<a name="example_file"></a>
Next, create `$site_path/etc/replication.config` as a Git-style config
-file, for example to replicate in parallel to four different hosts:</a>
+file, for example to replicate in parallel to four different hosts:
```
[remote "host-one"]