From 15a96bf24021a334bde195233e43359c52af51f4 Mon Sep 17 00:00:00 2001 From: Devyani Kota Date: Aug 29 2016 19:46:33 +0000 Subject: Remove typo in the link to hubs hosted url --- diff --git a/README.rst b/README.rst index 22eb4ab..3ddaba9 100644 --- a/README.rst +++ b/README.rst @@ -79,7 +79,7 @@ If anything complains about having an old version, you can update it with the fo $ pip install --upgrade [packagename] -Configure the project to authenticate against iddev.fedorainfraclouid.org:: +Configure the project to authenticate against iddev.fedorainfracloud.org:: oidc-register --debug https://iddev.fedorainfracloud.org/ http://localhost:5000 @@ -95,7 +95,7 @@ Create a local configuration file:: With that, try running the app by creating the database:: $ python populate.py # To create the db - + If this fails with a complaint about no module named sanitizer, or something about HTMLsanitizer, you will need to install bleach:: $ pip install bleach