diff --git a/competitions/100Change2017/etl/config.py.tmpl b/competitions/100Change2017/etl/config.py.tmpl index 82c6cb59..a56812ac 100644 --- a/competitions/100Change2017/etl/config.py.tmpl +++ b/competitions/100Change2017/etl/config.py.tmpl @@ -1,3 +1,3 @@ -wiki_url = "https://torque.leverforchange.org/100Change2017/" +wiki_url = "https://torque.leverforchange.org/100Change2017" username = "__USERNAME__" password = "__PASSWORD__" diff --git a/competitions/100Change2017Partners/etl/config.py.tmpl b/competitions/100Change2017Partners/etl/config.py.tmpl index 4ca337db..643aeefc 100644 --- a/competitions/100Change2017Partners/etl/config.py.tmpl +++ b/competitions/100Change2017Partners/etl/config.py.tmpl @@ -1,3 +1,3 @@ -wiki_url = "https://torque.leverforchange.org/100Change2017Partners/" +wiki_url = "https://torque.leverforchange.org/100Change2017Partners" username = "__USERNAME__" password = "__PASSWORD__" diff --git a/competitions/100Change2020/etl/config.py.tmpl b/competitions/100Change2020/etl/config.py.tmpl index ecbfc065..26c11b52 100644 --- a/competitions/100Change2020/etl/config.py.tmpl +++ b/competitions/100Change2020/etl/config.py.tmpl @@ -1,3 +1,3 @@ -wiki_url = "https://torque.leverforchange.org/100Change2020/" +wiki_url = "https://torque.leverforchange.org/100Change2020" username = "__USERNAME__" password = "__PASSWORD__" diff --git a/competitions/100Change2020Demo/etl/config.py.tmpl b/competitions/100Change2020Demo/etl/config.py.tmpl index 91ca9ef1..347768b7 100644 --- a/competitions/100Change2020Demo/etl/config.py.tmpl +++ b/competitions/100Change2020Demo/etl/config.py.tmpl @@ -1,3 +1,3 @@ -wiki_url = "https://wiki.opentechstrategies.com/100Change2020Demo/" +wiki_url = "https://wiki.opentechstrategies.com/100Change2020Demo" username = "***************" password = "***************" diff --git a/competitions/Climate2030/etl/config.py.tmpl b/competitions/Climate2030/etl/config.py.tmpl index ae68e120..fbdda1f7 100644 --- a/competitions/Climate2030/etl/config.py.tmpl +++ b/competitions/Climate2030/etl/config.py.tmpl @@ -1,3 +1,3 @@ -wiki_url = "https://torque.leverforchange.org/Climate2030/" +wiki_url = "https://torque.leverforchange.org/Climate2030" username = "__USERNAME__" password = "__PASSWORD__" diff --git a/competitions/DemoView/etl/config.py.tmpl b/competitions/DemoView/etl/config.py.tmpl index 436d4f52..2e7c38e3 100644 --- a/competitions/DemoView/etl/config.py.tmpl +++ b/competitions/DemoView/etl/config.py.tmpl @@ -1,3 +1,3 @@ -wiki_url = "https://torque.leverforchange.org/DemoView/" +wiki_url = "https://torque.leverforchange.org/DemoView" username = "__USERNAME__" password = "__PASSWORD__" diff --git a/competitions/ECW2020/etl/config.py.tmpl b/competitions/ECW2020/etl/config.py.tmpl index 6bce1046..ebf1f774 100644 --- a/competitions/ECW2020/etl/config.py.tmpl +++ b/competitions/ECW2020/etl/config.py.tmpl @@ -1,3 +1,3 @@ -wiki_url = "https://torque.leverforchange.org/ECW2020/" +wiki_url = "https://torque.leverforchange.org/ECW2020" username = "__USERNAME__" password = "__PASSWORD__" diff --git a/competitions/EO2020/etl/config.py.tmpl b/competitions/EO2020/etl/config.py.tmpl index 5ade502f..89e9be4f 100644 --- a/competitions/EO2020/etl/config.py.tmpl +++ b/competitions/EO2020/etl/config.py.tmpl @@ -1,3 +1,3 @@ -wiki_url = "https://torque.leverforchange.org/EO2020/" +wiki_url = "https://torque.leverforchange.org/EO2020" username = "__USERNAME__" password = "__PASSWORD__" diff --git a/competitions/LLIIA2020/etl/config.py.tmpl b/competitions/LLIIA2020/etl/config.py.tmpl index c64babc6..1ffd9b72 100644 --- a/competitions/LLIIA2020/etl/config.py.tmpl +++ b/competitions/LLIIA2020/etl/config.py.tmpl @@ -1,3 +1,3 @@ -wiki_url = "https://torque.leverforchange.org/LLIIA2020/" +wiki_url = "https://torque.leverforchange.org/LLIIA2020" username = "__USERNAME__" password = "__PASSWORD__" diff --git a/competitions/LoneStar2020/etl/config.py.tmpl b/competitions/LoneStar2020/etl/config.py.tmpl index e895f0aa..288371c4 100644 --- a/competitions/LoneStar2020/etl/config.py.tmpl +++ b/competitions/LoneStar2020/etl/config.py.tmpl @@ -1,3 +1,3 @@ -wiki_url = "https://torque.leverforchange.org/LoneStar2020/" +wiki_url = "https://torque.leverforchange.org/LoneStar2020" username = "__USERNAME__" password = "__PASSWORD__"