aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-12-15 09:01:50 +0300
committerValentin Popov <info@valentineus.link>2017-12-15 09:01:50 +0300
commit2f1a07b567b2a71d44b010ad1ed95be18c3b49af (patch)
treeff6ac80a4da3054e318ec1d44fe7fc79cf746d94
parent10794e59c7197e8e1fb2ce23eb375f30095196db (diff)
downloadauth_token-2f1a07b567b2a71d44b010ad1ed95be18c3b49af.tar.xz
auth_token-2f1a07b567b2a71d44b010ad1ed95be18c3b49af.zip
References are specified in files
-rw-r--r--README.md7
-rw-r--r--docs/getting-started.md6
2 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6055e23..402e70b 100644
--- a/README.md
+++ b/README.md
@@ -18,12 +18,13 @@ Many applications, including Facebook, Google, and GitHub, use the token-based a
* **PHP**: 5.6.32+;
* **Moodle**: 3.2+;
-* **Plug-in**: [tool_managertokens](https://github.com/valentineus/moodle-tool_managertokens);
+* **Plug-ins**:
+ * [tool_managertokens](https://github.com/valentineus/moodle-tool_managertokens);
## Documentation
-* [Install the plugin](docs/getting-started.md);
-* [User's Manual](docs/getting-started.md);
+* [Install the plugin](docs/getting-started.md#installation);
+* [User's Manual](docs/getting-started.md#users-manual);
## License
diff --git a/docs/getting-started.md b/docs/getting-started.md
index b3985a0..17b82d5 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -2,9 +2,9 @@
## Navigation
-* [Installation]()
- * [Build]()
-* [User's Manual]()
+* [Installation](#installation);
+ * [Build](#build);
+* [User's Manual](#users-manual);
## Installation