瀏覽代碼

Replace absolute with relative URLs

This makes the links point to the right place in different contexts
(e.g., different branches).
Rodolfo Carvalho 8 年之前
父節點
當前提交
5566a5226a
共有 1 個文件被更改,包括 3 次插入3 次删除
  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