book: remove https from fossil url (per the_cuckoo, fossil on ubuntu is built w/o https support)

FossilOrigin-Name: cb02a7ad6e9478498849c99c3db9f30b63c2870ddad133bdcd952ddbcc96b446
This commit is contained in:
crc 2019-03-20 12:01:40 +00:00
parent a367be21f6
commit 603e3dca5d
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ I use a Fossil repository to manage development. To obtain a
copy of the repository install Fossil and:
```
fossil clone https://forthworks.com:8000 retro.fossil
fossil clone http://forthworks.com:8000 retro.fossil
mkdir retro
cd retro
fossil open /path/to/retro.fossil

View file

@ -30,7 +30,7 @@ I use a Fossil repository to manage development. To obtain a
copy of the repository install Fossil and:
```
fossil clone https://forthworks.com:8000 retro.fossil
fossil clone http://forthworks.com:8000 retro.fossil
mkdir retro
cd retro
fossil open /path/to/retro.fossil