Fix links in README

This commit is contained in:
Filip Gralinski 2019-08-24 10:39:10 +02:00
parent 67a8f950fd
commit 709dee48e7
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Gonito platform
===============
[Gonito](http://gonito.net) (pronounced _ɡɔ̃ˈɲitɔ_) is a Kaggle-like
[Gonito](https://gonito.net) (pronounced _ɡɔ̃ˈɲitɔ_) is a Kaggle-like
platform for machine learning competitions (disclaimer: Gonito is
neither affiliated with nor endorsed by [Kaggle](https://www.kaggle.com)).
@ -12,12 +12,12 @@ What's so special about Gonito:
company, at your university, etc.
* git-based (challenges and solutions are submitted only with git).
See the home page (and an instance of Gonito) at http://gonito.net .
See the home page (and an instance of Gonito) at https://gonito.net .
Installation
------------
[Gonito](http://gonito.net) is written in [Haskell](https://www.haskell.org) and uses
[Gonito](https://gonito.net) is written in [Haskell](https://www.haskell.org) and uses
[Yesod Web Framework](http://www.yesodweb.com/), but all you need is
just [the Stack tool](https://github.com/commercialhaskell/stack). See https://github.com/commercialhaskell/stack
for instruction how to install Stack on your computer.