Skip to content

Commit

Permalink
docs(contributing): Fix hyperlink paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoglesby08 committed Dec 15, 2017
1 parent 6766075 commit e64aa1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions guide/contributing/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ While we are not looking for direct contributions of _new_ components to the mai
other ways you can contribute, including submission of bug fixes, documentation improvements, and participation in discussions.

That being said, we welcome contributions of _enhancements_ to the currently available components in accordance with
the component roadmaps. Check the [component documentation](ref://components/index.html) to see what is on the roadmap
the component roadmaps. Check the [component documentation](ref:///components/index.html) to see what is on the roadmap
for each one. If you'd like to contribute to any of the available TDS components, [follow the steps below](#1-submit-issue).

Expect architectural changes and governance processes to be established soon that will drive a more mature contribution
process. Thank you for your patience.

Learn more by reading the [TELUS Design Platform road map](roadmap.md) or by [reaching out to us](support.md).
Learn more by reading the [TELUS Design Platform roadmap](/roadmap.md) or by [reaching out to us](/support.md).


## How to contribute {#how-to}
Expand All @@ -37,9 +37,10 @@ Learn [how to open an issue on GitHub](https://help.github.com/articles/creating

To get started, fork [the repository](https://github.com/telusdigital/tds) and create your branch from master.

* The [designer guide](/contributing/designer-guide.md) will DO THINGASDKAFSDJFAKSDFJAKF.
* The [developer guide](/contributing/developer-guide.md) will help you set up your environment for TDS development.
* The [codebase overview](codebase-overview.md) will help you understand the structure of the codebase and the conventions being followed.
* **Designers**: follow the [designer guide](/contributing/designer-guide.md) to TODO FINISH THIS SENTENCE.
* **Developers**: follow the [developer guide](/contributing/developer-guide.md) to set up your environment for TDS development.
* **Developers**: read the [codebase overview](/codebase-overview.md) to understand the structure of the codebase and
the conventions being followed.

Learn [how to fork a repository on Github](https://help.github.com/articles/fork-a-repo/).

Expand Down
2 changes: 1 addition & 1 deletion guide/contributing/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ automatically refresh when there are changes to any of the source files.

## Write some code

The [codebase overview](codebase-overview.md) will help you understand the structure of the codebase and the conventions being followed.
Read the [codebase overview](/codebase-overview.md) to understand the structure of the codebase and the conventions being followed.

If you need to create a new component, run the scaffolding script to generate the basic folder structure, React component,
documentation, and base unit tests for a new component.
Expand Down

0 comments on commit e64aa1b

Please sign in to comment.