From 38dee2e94864f6e09ecdb3d574e87a67880bdc28 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 25 Jun 2014 16:16:33 -0700 Subject: [PATCH] Need the .md suffixes. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d1684d4..3ac5305 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ 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 [simple code example](docs/SimpleCodeExample) - * Various [example queries](docs/ExampleQueries) + * A [simple code example](docs/SimpleCodeExample.md) + * Various [example queries](docs/ExampleQueries.md) [API docs](http://threerings.github.io/depot/apidocs/) are also available. @@ -41,8 +41,8 @@ Here's are some example to give you a taste of what code using Depot looks like. Depot supports a number of very useful features. Here are a few of the main features for which time has permitted documentation: - * [Schema and Data migration](docs/SchemaMigration) - * [Caching](docs/Caching) + * [Schema and Data migration](docs/SchemaMigration.md) + * [Caching](docs/Caching.md) ## Getting Started @@ -50,7 +50,7 @@ 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. - * [Configuring and integrating](docs/Configuration) Depot with your project + * [Configuring and integrating](docs/Configuration.md) Depot with your project ## Discussion