From cf32085c21967657cd071d604151ec8da93ea679 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Tue, 1 Jan 2019 11:52:46 -0500 Subject: [PATCH] fix md links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae0dd26..92021d7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ A production pipe-line should *NOT* be in your way while **developing**. You sho ### How -[RiotJS]() [client-size compiler](https://riot.js.org/online-compiler/) is blazing fast, it only adds about 10kb, and it can easily handle thousands of tags/actions in hundreds of milliseconds. +[RiotJS](https://riot.js.org/) [client-size compiler](https://riot.js.org/online-compiler/) is blazing fast, it only adds about 10kb, and it can easily handle thousands of tags/actions in hundreds of milliseconds. ## Getting Started @@ -95,7 +95,7 @@ Of course we want our component to do more, so... When you are ready to move to production you can run `npm build`. This will create a `dist` folder with all your optimized assets, web-components, vendor dependencies and remove the riot `runtime-compiler` to shave off another 100kb -Check out the [gulpfile]('./gulpfile.js') for all the build options if you do not want to build everything. Every task is commented, and split-up so you can grep it easily. +Check out the [gulpfile](gulpfile.js) for all the build options if you do not want to build everything. Every task is commented, and split-up so you can grep it easily. ## Testing @@ -105,7 +105,7 @@ Check out the [gulpfile]('./gulpfile.js') for all the build options if you do no ## Additional Documentation -- [How Dependencies are Used]('docs/dependencies.md') +- [How Dependencies are Used](docs/dependencies.md) ## TODO @@ -120,7 +120,7 @@ Please open [an issue](http://code.negative9.net/geoff/riot-starter/issues/new) ## Contributing -Anyone is welcome to contribute, however, if you decide to get involved, please take a moment to review the [guidelines](CONTRIBUTING.md), there minimalistic;) +Anyone is welcome to contribute, however, if you decide to get involved, please take a moment to review the [guidelines](CONTRIBUTING.md), they're minimalistic;) ## License