From 738ea438c6a7cf0f1fe306a158127f97de5163d5 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 20 May 2012 18:01:17 -0500 Subject: [PATCH] Fixed some links to GitHub pages documentation --- source/docs/deploying/github/index.markdown | 2 +- source/docs/deploying/index.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/deploying/github/index.markdown b/source/docs/deploying/github/index.markdown index c9830b1..db49cec 100644 --- a/source/docs/deploying/github/index.markdown +++ b/source/docs/deploying/github/index.markdown @@ -96,7 +96,7 @@ First you'll need to create a file named `CNAME` in the source containing your d echo 'your-domain.com' >> source/CNAME ``` -From [Github's Pages guide](http://pages.github.com):
+From [Github's Pages guide](http://help.github.com/pages/#custom_domains):
Next, you’ll need to visit your domain registrar or DNS host and add a record for your domain name. For a sub-domain like `www.example.com` you would simply create a CNAME record pointing at `charlie.github.com`. If you are using a top-level domain like `example.com`, you must use an A record pointing to `207.97.227.245`. diff --git a/source/docs/deploying/index.markdown b/source/docs/deploying/index.markdown index c72b7c6..65c8c7f 100644 --- a/source/docs/deploying/index.markdown +++ b/source/docs/deploying/index.markdown @@ -9,7 +9,7 @@ footer: false Here are some nice and easy ways to deploy your Octopress blog. ## Github Pages -Hosting your blog with Github's [Pages service](pages.github.com) is free and allows custom domains. To deploy you simply push your repository to Gihub. +Hosting your blog with Github's [Pages service](http://pages.github.com) is free and allows custom domains. To deploy you simply push your repository to Gihub. This is a great way to host a personal blog, or even a multi-author blog, where contributions can be handled with pull requests and commit access. [Deploying to Github Pages »](/docs/deploying/github)