fix md links
This commit is contained in:
parent
415b690d1e
commit
cf32085c21
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue