Browse Source

Replace absolute with relative URLs

This makes the links point to the right place in different contexts
(e.g., different branches).
Rodolfo Carvalho 8 years ago
parent
commit
5566a5226a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CONTRIBUTING.md

+ 3 - 3
CONTRIBUTING.md

@@ -7,9 +7,9 @@ repository is organized, and how to submit contributions.
 
 Before submitting code changes, get familiarized with these documents:
 
-- [Core Concepts](https://github.com/openshift/openshift-ansible/blob/master/docs/core_concepts_guide.adoc)
-- [Best Practices Guide](https://github.com/openshift/openshift-ansible/blob/master/docs/best_practices_guide.adoc)
-- [Style Guide](https://github.com/openshift/openshift-ansible/blob/master/docs/style_guide.adoc)
+- [Core Concepts](docs/core_concepts_guide.adoc)
+- [Best Practices Guide](docs/best_practices_guide.adoc)
+- [Style Guide](docs/style_guide.adoc)
 - [Repository Structure](docs/repo_structure.md)
 
 ## Running tests