Fixed some links to GitHub pages documentation

This commit is contained in:
Brandon Mathis 2012-05-20 18:01:17 -05:00
parent 91cfd16d38
commit 738ea438c6
2 changed files with 2 additions and 2 deletions

View File

@ -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):<br>
From [Github's Pages guide](http://help.github.com/pages/#custom_domains):<br>
Next, youll 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`.

View File

@ -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 &raquo;](/docs/deploying/github)