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 | |
parent | 13fab33898e6a52fbdb0900eea3a722dcedd7527 (diff) |
Use https for mySociety
-rw-r--r-- | _layouts/default.html | 2 | ||||
-rw-r--r-- | _posts/2012-04-16-a-right-to-know-site-for-spain.markdown | 2 | ||||
-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 |
7 files changed, 8 insertions, 8 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index bd7c0f425..4d89a5cbb 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -38,7 +38,7 @@ <div class="ms-header"> <nav class="ms-header__row"> - <a class="ms-header__logo" href="http://www.mysociety.org">mySociety</a> + <a class="ms-header__logo" href="https://www.mysociety.org">mySociety</a> </nav> </div> diff --git a/_posts/2012-04-16-a-right-to-know-site-for-spain.markdown b/_posts/2012-04-16-a-right-to-know-site-for-spain.markdown index e58043aac..bdfd78e38 100644 --- a/_posts/2012-04-16-a-right-to-know-site-for-spain.markdown +++ b/_posts/2012-04-16-a-right-to-know-site-for-spain.markdown @@ -15,7 +15,7 @@ wordpress_id: 339 When the project was started, Spain was one of four EU countries with no Freedom of Information law. The subject was, however, on the political agenda – FOI had been promised, but not delivered, by the previous government in both 2004 and 2008. On election in December 2011, the new conservative ruling party again pledged to introduce Freedom of Information, within their first 100 days in office. -Anderica works at the organisation [Access Info Europe](http://www.access-info.org/), which had been campaigning, with the support of NGOs including Amnesty International and Greenpeace, for a Freedom of Information law. Cabo is one of the founders of [Civio](http://www.civio.es/), a new organisation hoping to emulate the work of [mySociety](http://www.mysociety.org/) or the [Sunlight Foundation](http://sunlightfoundation.com/), in Spain. The combination of Access Info and Civio’s knowledge – legal and technical – meant that Tuderechoasaber.es could become a reality. +Anderica works at the organisation [Access Info Europe](http://www.access-info.org/), which had been campaigning, with the support of NGOs including Amnesty International and Greenpeace, for a Freedom of Information law. Cabo is one of the founders of [Civio](http://www.civio.es/), a new organisation hoping to emulate the work of [mySociety](https://www.mysociety.org/) or the [Sunlight Foundation](http://sunlightfoundation.com/), in Spain. The combination of Access Info and Civio’s knowledge – legal and technical – meant that Tuderechoasaber.es could become a reality. There was such public thirst for these withheld rights that Cabo and Anderica were able to fund their website through crowdsourced donations. They raised €6,000 and the site was built. 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 |