diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-17 16:41:30 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-17 16:41:30 +0100 |
commit | 94106dce18675953935887f34b0e527b7e86a087 (patch) | |
tree | d5156fbb9a99642ad605aad6d3c50bfda5a6ef71 | |
parent | 307521f2e07155fbe44093a4235700bb84cbdeb4 (diff) |
Fix urls
-rw-r--r-- | docs/customising/themes.md | 2 | ||||
-rw-r--r-- | docs/getting_started.md | 6 | ||||
-rw-r--r-- | docs/glossary.md | 4 | ||||
-rw-r--r-- | docs/running/server.md | 3 |
4 files changed, 7 insertions, 8 deletions
diff --git a/docs/customising/themes.md b/docs/customising/themes.md index 1a253d43f..088e4f418 100644 --- a/docs/customising/themes.md +++ b/docs/customising/themes.md @@ -28,7 +28,7 @@ The most common requirement is to brand the site: at a minimum, the different states that a request can go through. You'll also want to edit the categories that public bodies can appear in (i.e. the groupings on the left hand side of the -"[View authorities](http://www.whatdotheyknow.com/body/list/all)" page +"[View authorities](https://www.whatdotheyknow.com/body/list/all)" page on WhatDoTheyKnow. There may also be other things you want to customise -- drop a line on diff --git a/docs/getting_started.md b/docs/getting_started.md index d297df0e4..88e5723f7 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -12,8 +12,8 @@ title: Getting started For inspiration, take a look at some of the existing Alaveteli websites, like [tuderechoasaber.es](http://tuderechoasaber.es) (Spain), -[AskTheEU](http://asktheeu.org) (EU), or -[WhatDoTheyKnow](http://www.whatdotheyknow.com) (UK). These sites all use the +[AskTheEU](http://www.asktheeu.org) (EU), or +[WhatDoTheyKnow](https://www.whatdotheyknow.com) (UK). These sites all use the Alaveteli software, plus their own custom themes installed on top to make them look different. @@ -68,7 +68,7 @@ Alaveteli. > > -- _Pedro Markun, Queremos Saber_ -[AskTheEU](http://asktheeu.org), a much more complete and polished version with +[AskTheEU](http://www.asktheeu.org), a much more complete and polished version with a custom theme and several other customisations, took a team of 2 or 3 people about 3 months (part time) to complete. diff --git a/docs/glossary.md b/docs/glossary.md index bec8e728d..a37b4e807 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -53,7 +53,7 @@ Definitions managing and archiving Freedom of Information requests. <p> It grew from the successful FOI UK project - <a href="http://www.whatdotheyknow.com">WhatDoTheyKnow</a>. + <a href="https://www.whatdotheyknow.com">WhatDoTheyKnow</a>. We use the name <em>Alaveteli</em> to distinguish the software that runs the platform from any specific website that it is powering. </p> @@ -224,7 +224,7 @@ Definitions <p>More information:</p> <ul> <li> - Wikipedia summary of <a href="http://http://en.wikipedia.org/wiki/Freedom_of_information_laws_by_country">FOI laws by country</a>. + Wikipedia summary of <a href="http://en.wikipedia.org/wiki/Freedom_of_information_laws_by_country">FOI laws by country</a>. </li> </ul> </div> diff --git a/docs/running/server.md b/docs/running/server.md index 5a80642ef..c10d4b4b4 100644 --- a/docs/running/server.md +++ b/docs/running/server.md @@ -76,8 +76,7 @@ deliverability of your email: * Set up [SPF records](http://www.openspf.org/) for your domain * Set up <a - href="http://en.wikipedia.org/wiki/Feedback_loop_(email)#Feedback_loop_links_f - or_some_email_providers">feedback loops</a> with the main email providers + href="http://wiki.asrg.sp.am/wiki/Feedback_loop_links_for_some_email_providers">feedback loops</a> with the main email providers (Hotmail and Yahoo! are recommended) * Especially if deploying from Amazon EC2, use an external SMTP relay for sending outgoing mail. See [Alaveteli EC2 AMI]( {{ site.baseurl }}docs/installing/ami/) |