From bf9ba7c7b12b0acad77b4f72fc9b7fae3700cdbe Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 19 Oct 2011 11:31:40 -0400 Subject: [PATCH] fix a couple links on Home --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index d0eeafd..bd050d0 100644 --- a/Home.md +++ b/Home.md @@ -16,9 +16,9 @@ See the [[install instructions|Getting Started Setup]]. * Supports [[Testing|testing]] with ScalaCheck, specs, and ScalaTest (JUnit is supported by a plugin) * Starts the Scala REPL with project classes and dependencies on the classpath * [[Sub-project|Getting Started Multi-Project]] support (put multiple packages in one project) -* [[External project|External Projects]] support (list a git repository as a dependency!) +* External project support (list a git repository as a dependency!) * Parallel task execution, including parallel test execution -* [[Library management support|Library Management]]: inline declarations, external Ivy or Maven configuration files, or manual management +* [[Library management support|Getting Started Library Dependencies]]: inline declarations, external Ivy or Maven configuration files, or manual management ## Getting Started