From b0853cad31699952b64f673f39ec4daa6f18510f Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Mon, 6 Feb 2012 15:27:30 -0500 Subject: [PATCH] link to FAQ in README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd103f946..02e67ad90 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,16 @@ [documentation]: https://github.com/harrah/xsbt/wiki [Setup]: https://github.com/harrah/xsbt/wiki/Getting-Started-Setup [video of a demo]: http://vimeo.com/20263617 +[FAQ]: https://github.com/harrah/xsbt/wiki/FAQ # sbt 0.11 -This is the 0.11.x series of sbt. See [Setup] for getting started with the latest binary release or see below to build from source. +This is the 0.11.x series of sbt. -sbt 0.7.7 and earlier versions are hosted on [Google Code]. - -There is a [video of a demo] given at [Scala Days 2011] based on sbt 0.10.0 that gives an introduction to the configuration system in sbt 0.10.0 and later. See the [documentation] for current information. + * [Setup]: Describes getting started with the latest binary release. See below to build from source. + * [FAQ]: Explains how to get help, how to report an issue, and how to contribute. + * There is a [video of a demo] given at [Scala Days 2011] based on sbt 0.10.0 that gives an introduction to the configuration system in sbt 0.10.0 and later. See the [documentation] for current information. + * [Google Code]: hosts sbt 0.7.7 and earlier versions # Build from source