diff options
author | Teddy Wing | 2017-07-25 23:26:04 +0200 |
---|---|---|
committer | Teddy Wing | 2017-07-25 23:26:04 +0200 |
commit | 24b5d585bc0ef1ea54d30dc0b4a2c910659fe5da (patch) | |
tree | aaa795d89a23c8459cb3610d1091f32f0c52e601 | |
parent | 57319c7912441ea1d2048b131066238a21068ea9 (diff) | |
download | Deux-Scoops-Rails-Tutorial-24b5d585bc0ef1ea54d30dc0b4a2c910659fe5da.tar.bz2 |
README: Fix command reference file link
Turns out the parser requires the link to not have spaces in it. Replace
these with their URL encoded variants.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ an application to rate ice creams. [002 Ice Cream](./002-Ice-cream.md) [003 Authentification](./003-Authentification.md) [004 Création](./004-Création.md) -[Référence de Commandes](./Référence de Commandes.md) +[Référence de Commandes](./Référence%20de%20Commandes.md) --- |