From ec1ca5b6352720e1f25d28421dca09a979c05a12 Mon Sep 17 00:00:00 2001 From: retronym Date: Sun, 19 Jun 2011 07:29:32 -0700 Subject: [PATCH] Back link to the 0.7.x documentation. --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 6ed89d8..b13ecbb 100644 --- a/Home.md +++ b/Home.md @@ -13,7 +13,7 @@ sbt is a build tool for Scala projects that aims to do the basics well. It requi * [[Dependency management support|Library Management]]: inline declarations, external Ivy or Maven configuration files, or manual management ## Getting Started -To get started, read [[Setup]], [[Running]], [[Basic Configuration]], and [[Full Configuration]]. If you are familiar with 0.7.x, please see the [[migration page|Migrating from sbt 0.7.x to 0.10.x]]. +To get started, read [[Setup]], [[Running]], [[Basic Configuration]], and [[Full Configuration]]. If you are familiar with 0.7.x, please see the [[migration page|Migrating from sbt 0.7.x to 0.10.x]]. Documentation for 0.7.x is still available on the [Google Code Site](http://code.google.com/p/simple-build-tool/wiki/DocumentationHome). The mailing list is at . Please use it for questions and comments!