diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-04-24 16:18:52 +0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-04-27 11:54:12 +0200 |
commit | 5566a5226ac6cfe8432dd0ede91c07374dbb5164 (patch) | |
tree | 535792db1c67a0238776c00372afc3f3ba98a283 | |
parent | 9fd022f65d1df98f50c8bcc445c63d026f8d87b8 (diff) | |
download | openshift-5566a5226ac6cfe8432dd0ede91c07374dbb5164.tar.gz openshift-5566a5226ac6cfe8432dd0ede91c07374dbb5164.tar.bz2 openshift-5566a5226ac6cfe8432dd0ede91c07374dbb5164.tar.xz openshift-5566a5226ac6cfe8432dd0ede91c07374dbb5164.zip |
Replace absolute with relative URLs
This makes the links point to the right place in different contexts
(e.g., different branches).
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95bca6a2d..2acc6b119 100644 --- a/CONTRIBUTING.md +++ b/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 |