Skip to content

Commit de49651

Browse files
authored
Merge pull request #20 from aculich/patch-1
fix broken links pointing to old docs repo
2 parents 7ab67d1 + 0f163fa commit de49651

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/docs/contributing/contributing-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ brew install git
2121
```
2222

2323
### Fork the repo
24-
To contribute to the web based documentation, you should obtain a GitHub account and *fork* the <a href="https://www.github.com/singularityware/singularityware.github.io" target="_blank">Singularity GitHub Pages</a> 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*:
24+
To contribute to the web based documentation, you should obtain a GitHub account and *fork* the <a href="https://github.com/singularityware/singularityware.github.io/" target="_blank">Singularity GitHub Pages</a> 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*:
2525

2626
```bash
2727
git clone https://github.com/user99/singularityware.github.io.git
@@ -67,7 +67,7 @@ and then write your post after it in <a href="https://github.com/adam-p/markdown
6767

6868
## Contributing to a Page
6969

70-
All of the pages are in the <a href="https://www.github.com/singuarityware/singularity/blob/master/pages" target="_blank">pages</a> 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 <a href="https://www.github.com/singuarityware/singularity/blob/master/_data/sidebar" target="_blank">sidebar data</a> yml documents, which render into the navigation.
70+
All of the pages are in the <a href="https://github.com/singularityware/singularityware.github.io/blob/master/pages" target="_blank">pages</a> 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 <a href="https://github.com/singularityware/singularityware.github.io/blob/master/_data/sidebars" target="_blank">sidebar data</a> yml documents, which render into the navigation.
7171

7272
## Adding a Release
7373

0 commit comments

Comments
 (0)