Merge pull request #75 from greyblake/readme-https-to-http
Fix broken links in README
This commit is contained in:
commit
4ee3ce4c00
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ crystal run src/kemal_sample.cr
|
|||
```
|
||||
Go to *http://localhost:3000*
|
||||
|
||||
Check [documentation](https://kemalcr.com) or [samples](https://github.com/sdogruyol/kemal/tree/master/samples) for more.
|
||||
Check [documentation](http://kemalcr.com) or [samples](https://github.com/sdogruyol/kemal/tree/master/samples) for more.
|
||||
|
||||
# Super Fast 🚀
|
||||
|
||||
|
@ -58,7 +58,7 @@ These results were achieved with ```wrk``` on a Macbook Pro Late 2013. (**2Ghz i
|
|||
|
||||
# Documentation
|
||||
|
||||
You can read the documentation at the official site [kemalcr.com](https://kemalcr.com)
|
||||
You can read the documentation at the official site [kemalcr.com](http://kemalcr.com)
|
||||
|
||||
## Thanks
|
||||
|
||||
|
|
Loading…
Reference in a new issue