aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-06-17 16:44:39 +0100
committerLouise Crow <louise.crow@gmail.com>2014-06-17 16:44:39 +0100
commit3aae2cc7f7166765de7bb003b332ed45157d4e8a (patch)
treedc2d3fd46772c3342bf443ffa95d7a534a6f9b23
parent01b205851eaea613f5469ef2e4f48f26df0853e4 (diff)
https URLs for github
-rw-r--r--community/index.md2
-rw-r--r--docs/glossary.md4
-rw-r--r--docs/installing/deploy.md2
-rw-r--r--docs/installing/macos.md2
4 files changed, 5 insertions, 5 deletions
diff --git a/community/index.md b/community/index.md
index d335a82d7..601b48336 100644
--- a/community/index.md
+++ b/community/index.md
@@ -64,5 +64,5 @@ Although asking a human is great, often what you want to know can be
found in the documentation:
* [this documentation]({{ site.baseurl }}docs/) &mdash; always the first place to look
-* [the dev wiki](http://github.com/mysociety/alaveteli/wiki) &mdash; informal or specific notes
+* [the dev wiki](https://github.com/mysociety/alaveteli/wiki) &mdash; informal or specific notes
* [docs in the repo](https://github.com/mysociety/alaveteli/tree/rails-3-develop/doc) (although we're slowly phasing these out in favour of the docs you're reading now)
diff --git a/docs/glossary.md b/docs/glossary.md
index a37b4e807..64c75c603 100644
--- a/docs/glossary.md
+++ b/docs/glossary.md
@@ -238,7 +238,7 @@ Definitions
helps us track changes to the code, and also makes it easy for other people
to duplicate and even contribute to our software.
<p>
- The website <a href="http://github.com/mysociety">github.com</a> is a central, public
+ The website <a href="https://github.com/mysociety">github.com</a> is a central, public
place where we make our software available. Because it's Open Source, you can
inspect the code there (Alaveteli is mostly written in the programming language
Ruby), report bugs, suggest features and many other useful things.
@@ -261,7 +261,7 @@ Definitions
href="http://git-scm.com">official website</a>.
</li>
<li>
- See <a href="http://github.com/mysociety">the mySociety projects on
+ See <a href="https://github.com/mysociety">the mySociety projects on
github</a>.
</li>
</ul>
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md
index 5378b89d6..4bbc91a9d 100644
--- a/docs/installing/deploy.md
+++ b/docs/installing/deploy.md
@@ -78,7 +78,7 @@ Next, on your local machine:
* Capistrano requires Ruby 1.9 or more, and can be installed using rubygems
* do: `gem install capistrano`
* install Bundler if you don't have it already -- do: `gem install bundler`
-* checkout the [Alaveteli repo](http://github.com/mysociety/alaveteli/) (you
+* checkout the [Alaveteli repo](https://github.com/mysociety/alaveteli/) (you
need some of the files available locally even though you might not be running
Alaveteli on this machine)
* copy the example file `config/deploy.yml.example` to `config/deploy.yml`
diff --git a/docs/installing/macos.md b/docs/installing/macos.md
index 2b6309b89..c46bdf4ba 100644
--- a/docs/installing/macos.md
+++ b/docs/installing/macos.md
@@ -25,7 +25,7 @@ If you are using OS X Lion, download *Command Line Tools for Xcode* from [Apple]
**Note:** As of Xcode 4.2, a non-LLVM version of GCC is no longer included. Homebrew has dealt with it by [switching to Clang](https://github.com/mxcl/homebrew/issues/6852). However, you may encounter errors installing RVM. *Please report these on the [mailing list](https://groups.google.com/group/alaveteli-dev).* The following instructions have been tested with Xcode 4.1. If necessary, you can install GCC from Xcode 4.1 by running:
- brew install http://github.com/adamv/homebrew-alt/raw/master/duplicates/apple-gcc42.rb
+ brew install https://github.com/adamv/homebrew-alt/raw/master/duplicates/apple-gcc42.rb
## Homebrew