Browse Source

Fix dead links to illyse wiki

Jocelyn Delalande 8 years ago
parent
commit
a72b5306fe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -86,7 +86,7 @@ SQLite might work, but some features will not be available:
 - sending automated emails to remind of expiring membership fee
   (needs aggregation on date fields, see Django doc)
 
-For more information on the database setup, see https://www.illyse.org/projects/ils-si/wiki/Mise_en_place_environnement_de_dev
+For more information on the database setup, see https://doc.illyse.net/projects/ils-si/wiki/Mise_en_place_environnement_de_dev
 
 The first time, you need to create the database, create a superuser, and
 import some base data to play with:
@@ -272,6 +272,6 @@ List of available settings in your `settings_local.py` file.
 More information
 ================
 
-For the rest of the setup (database, LDAP), see https://www.illyse.org/projects/ils-si/wiki/Mise_en_place_environnement_de_dev
+For the rest of the setup (database, LDAP), see https://doc.illyse.net/projects/ils-si/wiki/Mise_en_place_environnement_de_dev
 
 For real production deployment, see file `DEPLOYMENT.md`.