diff --git a/docs/guides.md b/docs/guides.md index 3b3c537c..d2bd87da 100644 --- a/docs/guides.md +++ b/docs/guides.md @@ -11,9 +11,8 @@ - [Keys](keys.md) - Social - [Community chat](https://gitter.im/lhorie/mithril.js) - - [Wiki](https://github.com/lhorie/mithril.js/wiki) - - [Jobs](https://github.com/lhorie/mithril.js/wiki/JOBS) - - [Contributing](contributing.md) + - [Mithril Jobs](https://github.com/lhorie/mithril.js/wiki/JOBS) + - [How to contribute](contributing.md) - [Credits](credits.md) - Misc - [Framework comparison](framework-comparison.md) diff --git a/docs/introduction.md b/docs/introduction.md index 9a59f3b8..29c59a4e 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -13,7 +13,7 @@ ### What is Mithril? Mithril is a client-side Javascript framework for building Single Page Applications. -It's small (< 8kb gzip) and batteries-included. +It's small (< 8kb gzip), fast and batteries-included. If you are an experienced developer and want to know how Mithril compares to other frameworks, see the [framework comparison](framework-comparison.md) page. diff --git a/docs/methods.md b/docs/methods.md index 9b19b4cc..06809b50 100644 --- a/docs/methods.md +++ b/docs/methods.md @@ -16,5 +16,4 @@ - Optional - [Stream](stream.md) - Tooling - - [Bundler](bundler.md) - - [Ospec](ospec.md) + - [Ospec](https://github.com/lhorie/mithril.js/blob/rewrite/ospec)