Skip to content

Commit 0295c23

Browse files
committed
fixing other places with site.repo bug
1 parent fdedd1d commit 0295c23

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
@@ -11,7 +11,7 @@ We (like almost all open source software providers) have a documentation dillemm
1111
## Setting up Development
1212

1313
### Fork the repo
14-
To contribute to the web based documentation, you should obtain a GitHub account and fork the <a href="{{site.repo}}/singularityware.github.io" target="_blank">Singularityware site</a> repository. Once forked, you will want to clone the fork of the repo to your computer. Let's say my Github username is vsoch, and I am using ssh:
14+
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">Singularityware site</a> repository. Once forked, you will want to clone the fork of the repo to your computer. Let's say my Github username is vsoch, and I am using ssh:
1515

1616
```bash
1717
git clone git@github.com:vsoch/singularityware.github.io.git
@@ -58,7 +58,7 @@ and then write your post after it in <a href="https://github.com/adam-p/markdown
5858

5959
## Contributing to a Page
6060

61-
All of the pages are in the <a href="{{ site.repo }}/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="{{ site.repo }}/blob/master/_data/sidebar" target="_blank">sidebar data</a> yml documents, which render into the navigation.
61+
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.
6262

6363
## Adding a Release
6464

0 commit comments

Comments
 (0)