From e99c476a9e300ddd4cf80702a65b2e612468b29a Mon Sep 17 00:00:00 2001 From: Bernd Taschler <bernd.taschler@ndcn.ox.ac.uk> Date: Thu, 31 Mar 2022 11:28:45 +0100 Subject: [PATCH] 2nd attempt to fix relative links --- docs/gitlab/4-3-you-make-your-pages-site.md | 6 +++--- docs/gitlab/4-4-create-gitlab-pages-site.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/gitlab/4-3-you-make-your-pages-site.md b/docs/gitlab/4-3-you-make-your-pages-site.md index 11b7aa47..088ff984 100644 --- a/docs/gitlab/4-3-you-make-your-pages-site.md +++ b/docs/gitlab/4-3-you-make-your-pages-site.md @@ -18,12 +18,12 @@ Use the magic of Jekyll to transform markdown pages into a website > **Note** > -> This guide describes how to publish your repo with **GitHub** Pages. If you are planning to publish a GitLab project, see the [GitLab Pages Guide](../4-4-create-gitlab-pages-site.md) instead! +> This guide describes how to publish your repo with **GitHub** Pages. If you are planning to publish a GitLab project, see the [GitLab Pages Guide](../4-4-create-gitlab-pages-site) instead! ## 1. Turn your repo into a GitHub Pages site! -Now the magic! Turn the simple collection of files made in [the previous tutorial](../4-1-you-make-your-repo.md) into something which looks like a user friendly (and not GitHub scary!) website! +Now the magic! Turn the simple collection of files made in [the previous tutorial](../4-1-you-make-your-repo) into something which looks like a user friendly (and not GitHub scary!) website! Go into your site settings and scroll down to the "GitHub Pages section". Change the "Source" into your "master" branch and click "save". @@ -75,7 +75,7 @@ Pro-tip: Search the internet for examples where other people have used the same In the below I've edited my repo in atom. I've added a few pages, and the front matter (text at the top) to define the order I want pages to appear in, and whether they should have sub-pages ("children"). -Once you've made a few changes, simply [add, commit and push](../2-4-git-basics.md) them to your repo! +Once you've made a few changes, simply [add, commit and push](../2-4-git-basics) them to your repo!  diff --git a/docs/gitlab/4-4-create-gitlab-pages-site.md b/docs/gitlab/4-4-create-gitlab-pages-site.md index 56c95038..25e6c2f0 100644 --- a/docs/gitlab/4-4-create-gitlab-pages-site.md +++ b/docs/gitlab/4-4-create-gitlab-pages-site.md @@ -18,12 +18,12 @@ Use the magic of Jekyll to transform markdown pages into a website > **Note** > -> This guide describes how to publish your project with **GitLab** Pages. If you are planning to publish a GitHub repo, see the [GitHub Pages Guide](../4-3-you-make-your-pages-site.md) instead! +> This guide describes how to publish your project with **GitLab** Pages. If you are planning to publish a GitHub repo, see the [GitHub Pages Guide](../4-3-you-make-your-pages-site) instead! ## 1. Turn your repo into a GitLab Pages site! -Now the magic! Turn the simple collection of files made in [the previous tutorial](../4-1-you-make-your-repo.md) into something which looks like a user friendly website! +Now the magic! Turn the simple collection of files made in [the previous tutorial](../4-1-you-make-your-repo) into something which looks like a user friendly website! **Start from a WIN template** -- GitLab