diff --git a/README.md b/README.md index 9a84123..272b0bd 100644 --- a/README.md +++ b/README.md @@ -77,4 +77,4 @@ Installation pip install indicoio ``` -Announcement: Indico has partnered with Experfy, a data science consulting marketplace based in the Harvard Innovation Lab. Through Experfy, we are helping our data science community members find lucrative projects and advance their skills. Please signup for Experfy at https://www.experfy.com/ to get started. +Announcement: indico has partnered with Experfy, a data science consulting marketplace based in the Harvard Innovation Lab. Through Experfy, we are helping our data science community members find lucrative projects and advance their skills. Please signup for Experfy at https://www.experfy.com/ to get started. diff --git a/indicoio/config.py b/indicoio/config.py index f6b622e..150d0f9 100644 --- a/indicoio/config.py +++ b/indicoio/config.py @@ -1,2 +1,2 @@ local_api_root = "http://localhost:9438/" -api_root = "http://api.indico.io/" \ No newline at end of file +api_root = "http://apiv1.indico.io/" \ No newline at end of file