Update referencesin hack/README.md from outdated docker URLs to the correct location at /docs/contributing/test.md.
Signed-off-by: ChengyuZhu6 <hudson@cyzhu.com>
| ... | ... |
@@ -44,10 +44,10 @@ all of the tests. |
| 44 | 44 |
- When running inside a Docker development container, `hack/make.sh` does |
| 45 | 45 |
not have a single target that runs all the tests. You need to provide a |
| 46 | 46 |
single command line with multiple targets that performs the same thing. |
| 47 |
-An example referenced from [Run targets inside a development container](https://docs.docker.com/opensource/project/test-and-docs/#run-targets-inside-a-development-container): `root@5f8630b873fe:/go/src/github.com/moby/moby# hack/make.sh dynbinary binary test-unit test-integration test-docker-py` |
|
| 47 |
+An example referenced from [Run targets inside a development container](/docs/contributing/test.md#run-targets-inside-a-development-container): `root@5f8630b873fe:/go/src/github.com/moby/moby# hack/make.sh dynbinary binary test-unit test-integration test-docker-py` |
|
| 48 | 48 |
- For more information related to testing outside the scope of this README, |
| 49 | 49 |
refer to |
| 50 |
-[Run tests and test documentation](https://docs.docker.com/opensource/project/test-and-docs/) |
|
| 50 |
+[Run tests and test documentation](/docs/contributing/test.md) |
|
| 51 | 51 |
|
| 52 | 52 |
## Vendor (vendor.sh) |
| 53 | 53 |
|