diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-17 16:13:47 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-17 16:13:47 +0100 |
commit | cfab41cbd7a6a8ef27da6743b5f554d43a51ef96 (patch) | |
tree | d7fc147591059ae0558c4928b5ca91f4155fe75d /docs/customising/config.md | |
parent | 13fab33898e6a52fbdb0900eea3a722dcedd7527 (diff) |
Use https for mySociety
Diffstat (limited to 'docs/customising/config.md')
-rw-r--r-- | docs/customising/config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/customising/config.md b/docs/customising/config.md index 39ab4cdf7..8a25e8df6 100644 --- a/docs/customising/config.md +++ b/docs/customising/config.md @@ -230,7 +230,7 @@ indentation correct. If in doubt, look at the examples already in the file, and <p>Example:</p> <ul class="examples"> <li> - <code>BLOG_FEED: 'http://www.mysociety.org/category/projects/whatdotheyknow/feed/'</code> + <code>BLOG_FEED: 'https://www.mysociety.org/category/projects/whatdotheyknow/feed/'</code> </li> </ul> </div> @@ -951,7 +951,7 @@ EXCEPTION_NOTIFICATIONS_TO: <p>Example:</p> <ul class="examples"> <li> - <code>DONATION_URL: "http://www.mysociety.org/donate/"</code> + <code>DONATION_URL: "https://www.mysociety.org/donate/"</code> </li> </ul> </div> |