From 0f163fa4aea0c52968b52c084cfc4c5ae1e96c87 Mon Sep 17 00:00:00 2001 From: Aaron Culich Date: Mon, 10 Oct 2016 18:25:52 -0700 Subject: [PATCH] fix broken links pointing to old docs repo --- pages/docs/contributing/contributing-docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/contributing/contributing-docs.md b/pages/docs/contributing/contributing-docs.md index 3f1f5e3..720aa6b 100644 --- a/pages/docs/contributing/contributing-docs.md +++ b/pages/docs/contributing/contributing-docs.md @@ -21,7 +21,7 @@ brew install git ``` ### Fork the repo -To contribute to the web based documentation, you should obtain a GitHub account and *fork* the Singularity GitHub Pages repository by clicking the *fork* button on the top right of the page. Once forked, you will want to clone the fork of the repo to your computer. Let's say my Github username is *user99*: +To contribute to the web based documentation, you should obtain a GitHub account and *fork* the Singularity GitHub Pages repository by clicking the *fork* button on the top right of the page. Once forked, you will want to clone the fork of the repo to your computer. Let's say my Github username is *user99*: ```bash git clone https://github.com/user99/singularityware.github.io.git @@ -67,7 +67,7 @@ and then write your post after it in pages folder, organized in a somewhat logical manner. If you want to edit content for a page, just edit the corresponding file. If you need to do something more advanced like edit a sidebar, you should look at the sidebar data yml documents, which render into the navigation. +All of the pages are in the pages folder, organized in a somewhat logical manner. If you want to edit content for a page, just edit the corresponding file. If you need to do something more advanced like edit a sidebar, you should look at the sidebar data yml documents, which render into the navigation. ## Adding a Release