summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--README.md5
2 files changed, 4 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a000802e2..9be34bcab 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -66,10 +66,6 @@ These are plugins used in playbooks and roles:
└── test Contains tests.
```
-## Building openshift-ansible RPMs and container images
-
-See the [build instructions in BUILD.md](BUILD.md).
-
## Running tests
We use [tox](http://readthedocs.org/docs/tox/) to manage virtualenvs and run
diff --git a/README.md b/README.md
index 3ec6555e8..42e629484 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,10 @@ See [README_CONTAINER_IMAGE.md](README_CONTAINER_IMAGE.md) for information on ho
See the [hooks documentation](HOOKS.md).
-
## Contributing
See the [contribution guide](CONTRIBUTING.md).
+
+## Building openshift-ansible RPMs and container images
+
+See the [build instructions](BUILD.md).