Browse Source

Merge branch 'jd-fix-dead-links' of FFDN/coin into master

jocelyn 8 years ago
parent
commit
fcaa72457d
1 changed files with 2 additions and 14 deletions
  1. 2 14
      README.md

+ 2 - 14
README.md

@@ -19,18 +19,6 @@ The project page (issue, wiki, etc) is here:
 
 A mailing list is available, for both users and developers: https://listes.illyse.org/wws/info/si
 
-
-Demo
-====
-
-A demo of COIN is publicly available at https://coin-dev.illyse.org
-
-- Login: ffdn
-- Password: internet
-
-This user account has access to the administration interface.
-
-
 Extending Coin
 ==============
 
@@ -98,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:
@@ -284,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`.