From 3db7b4445bba4129e30399c6933559d8579d3830 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 25 Jun 2014 16:12:37 -0700 Subject: [PATCH] Fixed wiki links. Added API docs link --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f351058..dd3a9d8 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,18 @@ way as much and surprise you as little as possible. Here's are some example to give you a taste of what code using Depot looks like. - * A [SimpleCodeExample simple code example] - * Various [ExampleQueries example queries] + * A [simple code example](wiki/SimpleCodeExample) + * Various [example queries](wiki/ExampleQueries) + +[API docs](http://threerings.github.io/depot/apidocs/) are also available. ## Features Depot supports a number of very useful features. Here are a few of the main features for which time has permitted documentation: - * [SchemaMigration Schema and Data migration] - * [Caching] + * [Schema and Data migration](wiki/SchemaMigration) + * [Caching](wiki/Caching) ## Getting Started @@ -48,12 +50,12 @@ If you want to use Depot on your project, check the following page for informati and dependencies via Maven or manually, as well as what sort of configuration Depot requires to start talking to your database. - * [Configuration Configuring and integrating] Depot with your project + * [Configuring and integrating](wiki/Configuration) Depot with your project ## Discussion -Feel free to pop over to the [http://groups.google.com/group/ooo-libs OOO Libs] Google Group to ask -questions and get (and give) answers. +Feel free to pop over to the [OOO Libs](http://groups.google.com/group/ooo-libs) Google Group to +ask questions and get (and give) answers. ## History