diff --git a/index.md b/index.md
index 53a9cbb..492c1be 100644
--- a/index.md
+++ b/index.md
@@ -14,7 +14,7 @@ If you're in Windows, you might want to [install Jekyll using Chocolately](https
## Build this theme
1. Download the theme from the [Github repo for the Jekyll doc theme](https://github.com/tomjohnson1492/documentation-theme-jekyll).
-2. Delete the Gemfile and Gemfile.lock files in the theme (unless you're planning to publish on Github Pages. If that's the case, see Publishing on Github Pages".
+2. Delete the Gemfile and Gemfile.lock files in the theme (unless you're planning to publish on Github Pages. If that's the case, see Publishing on Github Pages.
3. Customize the values in the \_config.yml file following the documentation included in that file).
3. Build the site using the usual Jekyll command: `jekyll serve`.
diff --git a/mydoc/mydoc_publishing_github_pages.md b/mydoc/mydoc_publishing_github_pages.md
index 1e11b6a..e71bc32 100644
--- a/mydoc/mydoc_publishing_github_pages.md
+++ b/mydoc/mydoc_publishing_github_pages.md
@@ -1,7 +1,7 @@
---
title: Publishing on Github Pages
sidebar: mydoc_sidebar
-permalink: /mydoc_github_pages/
+permalink: /mydoc_publishing_github_pages/
summary: "You can publish your project on Github Pages, which is a free web hosting service provided by Github. All you need is to put your content into a Github repo branch called gh-pages and make this your default branch in your repo. With a Jekyll site, you just commit your entire project into the gh-pages branch and Github Pages will build the site for you."
---