mirror of https://github.com/docker/docs.git
fixed link (#9720)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
This commit is contained in:
parent
7d1b0ae70b
commit
026018a4ad
|
@ -8,7 +8,7 @@ title: Automated repository tests
|
|||
---
|
||||
|
||||
Docker Hub can automatically test changes to your source code repositories
|
||||
using containers. You can enable `Autotest` on [any Docker Hub repository](repos.md) to run tests on each pull request to the source code
|
||||
using containers. You can enable `Autotest` on [any Docker Hub repository](/docker-hub/repos) to run tests on each pull request to the source code
|
||||
repository to create a continuous integration testing service.
|
||||
|
||||
Enabling `Autotest` builds an image for testing purposes, but does **not**
|
||||
|
|
Loading…
Reference in New Issue