summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2016-08-23 07:16:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-08-23 07:16:08 +0000
commit75af77375b34133e85f3ee5f1b19dac19d3f3837 (patch)
tree0394d7fbf2d983c992decd9036feb0b966dd127a
parent9a8395846516d65158b1b2bb59deb9aa6537e820 (diff)
parent8c34a42d0189012afc2b1a98b3ec2e0f421a74dd (diff)
Merge "Change docs links to actual file extension (.md)"
-rw-r--r--src/main/resources/Documentation/cmd-list.md2
-rw-r--r--src/main/resources/Documentation/cmd-start.md2
-rw-r--r--src/main/resources/Documentation/config.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/Documentation/cmd-list.md b/src/main/resources/Documentation/cmd-list.md
index 3c6b78f..b6688e0 100644
--- a/src/main/resources/Documentation/cmd-list.md
+++ b/src/main/resources/Documentation/cmd-list.md
@@ -70,5 +70,5 @@ List destinations whose name contains mirror:
SEE ALSO
--------
-* [Replication Configuration](config.html)
+* [Replication Configuration](config.md)
* [Access Control](../../../Documentation/access-control.html)
diff --git a/src/main/resources/Documentation/cmd-start.md b/src/main/resources/Documentation/cmd-start.md
index 19b33ec..59c3d1d 100644
--- a/src/main/resources/Documentation/cmd-start.md
+++ b/src/main/resources/Documentation/cmd-start.md
@@ -134,5 +134,5 @@ Replicate projects whose path includes a folder named `vendor` to host slave1:
SEE ALSO
--------
-* [Replication Configuration](config.html)
+* [Replication Configuration](config.md)
* [Access Control](../../../Documentation/access-control.html)
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 709d61f..436c2dd 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -39,7 +39,7 @@ Then reload the replication plugin to pick up the new configuration:
```
To manually trigger replication at runtime, see
-SSH command [start](cmd-start.html).
+SSH command [start](cmd-start.md).
File `replication.config`
-------------------------