summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Roeser <le.petit.fou@web.de>2018-10-26 22:47:42 +0200
committerTobias Roeser <le.petit.fou@web.de>2018-10-26 22:56:05 +0200
commit6f3f9f67c24cbbd661090fe863d72b3dc499663e (patch)
treeb12fb63f482277ac2bca9bd28221a7b61a30157a
parentcb0eb362a12a09a4cc5455fe8513c15a79d8bdf6 (diff)
downloadmill-6f3f9f67c24cbbd661090fe863d72b3dc499663e.tar.gz
mill-6f3f9f67c24cbbd661090fe863d72b3dc499663e.tar.bz2
mill-6f3f9f67c24cbbd661090fe863d72b3dc499663e.zip
Fixed links in documentation
-rw-r--r--docs/pages/7 - Extending Mill.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/pages/7 - Extending Mill.md b/docs/pages/7 - Extending Mill.md
index 2eb7c93b..2e59dfe3 100644
--- a/docs/pages/7 - Extending Mill.md
+++ b/docs/pages/7 - Extending Mill.md
@@ -176,7 +176,6 @@ def idea(ev: Evaluator) = T.command {
```
Many built-in tools are implemented as custom evaluator commands:
-[all](intro.html#all), [inspect](intro.html#inspect),
-[resolve](intro.html#resolve), [show](intro.html#show). If you want a way to run Mill
-commands and programmatically manipulate the tasks and outputs, you do so with
-your own evaluator command.
+[all](http://www.lihaoyi.com/mill/#all), [inspect](http://www.lihaoyi.com/mill/#inspect),
+[resolve](http://www.lihaoyi.com/mill/#resolve), [show](http://www.lihaoyi.com/mill/#show).
+If you want a way to run Mill commands and programmatically manipulate the tasks and outputs, you do so with your own evaluator command.