aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-07-25 23:26:04 +0200
committerTeddy Wing2017-07-25 23:26:04 +0200
commit24b5d585bc0ef1ea54d30dc0b4a2c910659fe5da (patch)
treeaaa795d89a23c8459cb3610d1091f32f0c52e601
parent57319c7912441ea1d2048b131066238a21068ea9 (diff)
downloadDeux-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 376a71a..88b7140 100644
--- a/README.md
+++ b/README.md
@@ -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)
---