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 | |
parent | 13fab33898e6a52fbdb0900eea3a722dcedd7527 (diff) |
Use https for mySociety
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customising/config.md | 4 | ||||
-rw-r--r-- | docs/developers/index.md | 2 | ||||
-rw-r--r-- | docs/glossary.md | 2 | ||||
-rw-r--r-- | docs/index.md | 2 | ||||
-rw-r--r-- | docs/running/admin_manual.md | 2 |
5 files changed, 6 insertions, 6 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> diff --git a/docs/developers/index.md b/docs/developers/index.md index 7f1039d8a..f8367a4ea 100644 --- a/docs/developers/index.md +++ b/docs/developers/index.md @@ -74,7 +74,7 @@ title: For developers * If you're experiencing memory issues, [this blog post about some strategies used in the - past](http://www.mysociety.org/2009/09/17/whatdotheyknow-growing-pains-and-rub + past](https://www.mysociety.org/2009/09/17/whatdotheyknow-growing-pains-and-rub y-memory-leaks/) might be useful. * If you're coding on a mac, see these [MacOS X installation notes]({{ site.baseurl }}docs/installing/macos/). <!-- [[OS X Quickstart]] --> diff --git a/docs/glossary.md b/docs/glossary.md index dee4adb42..7733f9889 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -49,7 +49,7 @@ Definitions </dt> <dd> <strong>Alaveteli</strong> is the name of the open source software platform created - by <a href="http://www.mysociety.org">mySociety</a> for submitting, + by <a href="https://www.mysociety.org">mySociety</a> for submitting, managing and archiving Freedom of Information requests. <p> It grew from the successful FOI UK project diff --git a/docs/index.md b/docs/index.md index 9b4261a97..9dbfd7e33 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ title: Welcome <p class="lead"> This is the documentation for Alaveteli, an open source Freedom of Information platform - created by <a href="http://www.mysociety.org">mySociety</a>. + created by <a href="https://www.mysociety.org">mySociety</a>. </p> ## New to Alaveteli? diff --git a/docs/running/admin_manual.md b/docs/running/admin_manual.md index a5f7e174e..26da3c298 100644 --- a/docs/running/admin_manual.md +++ b/docs/running/admin_manual.md @@ -13,7 +13,7 @@ title: Administrator's guide The overhead in managing a successful FOI website is quite high. Richard, a volunteer, wrote a [blog -post](http://www.mysociety.org/2009/10/13/behind-whatdotheyknow/) about some of +post](https://www.mysociety.org/2009/10/13/behind-whatdotheyknow/) about some of this in 2009. WhatDoTheyKnow usually has about 3 active volunteers at any one time managing |