summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-11-17 15:55:50 -0800
committerGitHub <noreply@github.com>2019-11-17 15:55:50 -0800
commitb2bdae3e6d5b15c0db64760955c6d0f817f9ae94 (patch)
treec5b821bdcdea0446220565d413ca51755ac21dbd
parent4e5fec34f11e0fa7678c8f7dd6beae754c4ce3fd (diff)
downloadmill-b2bdae3e6d5b15c0db64760955c6d0f817f9ae94.tar.gz
mill-b2bdae3e6d5b15c0db64760955c6d0f817f9ae94.tar.bz2
mill-b2bdae3e6d5b15c0db64760955c6d0f817f9ae94.zip
Update 2 - Configuring Mill.md
-rw-r--r--docs/pages/2 - Configuring Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/2 - Configuring Mill.md b/docs/pages/2 - Configuring Mill.md
index 1654d685..97fd1a37 100644
--- a/docs/pages/2 - Configuring Mill.md
+++ b/docs/pages/2 - Configuring Mill.md
@@ -108,7 +108,7 @@ object foo extends ScalaModule {
}
```
-- [Example 3](example-3.zip)
+- [Example 3](../example-3.zip)
You can define a test suite by creating a nested module extending `Tests`, and
specifying the ivy coordinates and name of your test framework. This expects the