From 6f3f9f67c24cbbd661090fe863d72b3dc499663e Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Fri, 26 Oct 2018 22:47:42 +0200 Subject: Fixed links in documentation --- docs/pages/7 - Extending Mill.md | 7 +++---- 1 file 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. -- cgit v1.2.3