From 2c956f858e4567ab979261581f492239badf65c7 Mon Sep 17 00:00:00 2001 From: Jack Dalton Date: Sat, 2 May 2015 21:58:29 -0600 Subject: [PATCH] Fix broken links --- src/js/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/js/README.md b/src/js/README.md index 65e8e81b..470a0f73 100644 --- a/src/js/README.md +++ b/src/js/README.md @@ -7,9 +7,9 @@ This is the API reference of Simply.js generated with JSDoc. Simply.js provides the following modules: - * [simply](simply.html) - The Simply.js framework. - * [ajax](global.html#ajax) - An ajax micro library. - * [require](global.html#require) - A synchronous dependency loader provided by simply. + * [simply](http://simplyjs.io/doc/simply.html) - The Simply.js framework. + * [ajax](http://simplyjs.io/doc/global.html#ajax) - An ajax micro library. + * [require](http://simplyjs.io/doc/global.html#require) - A synchronous dependency loader provided by simply. -Visit [simplyjs.meiguro.com](http://simplyjs.meiguro.com) for more details. +Visit [http://simplyjs.io/](http://http://simplyjs.io/) for more details.