From 64be17387c67309ea432a90832ceacd8f0aa0e24 Mon Sep 17 00:00:00 2001 From: bruce-one Date: Mon, 5 Dec 2016 13:45:16 +1100 Subject: [PATCH] Fix broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3aba4247..4d6e53b3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Mithril.js - A framework for building brilliant applications -[Installation](docs/installation.md) | [API](docs/api.md) | [Examples](docs/examples.md) | [Migration Guide](docs/v1.x-migration.md) +[Installation](docs/installation.md) | [API](docs/api.md) | [Examples](docs/examples.md) | [Changelog/Migration Guide](docs/change-log.md) -Note: This branch is the upcoming version 1.0. It's a rewrite from the ground up and it's not backwards compatible with [Mithril 0.2.x](http://mithril.js.org). You can find preliminary [documentation here](docs) and [migration guide here](docs/v1.x-migration.md) +Note: This branch is the upcoming version 1.0. It's a rewrite from the ground up and it's not backwards compatible with [Mithril 0.2.x](http://mithril.js.org). You can find preliminary [documentation here](docs) and [migration guide here](docs/change-log.md) This rewrite aims to fix longstanding API design issues, significantly improve performance, and clean up the codebase.