diff --git a/README.md b/README.md index 22b8101956b..2d9deb86a02 100644 --- a/README.md +++ b/README.md @@ -302,9 +302,6 @@ make build-release CHANNEL='...' VERSION='...' See the [`build-release` target documentation][targ-release]. -[`snapcraft`]: https://snapcraft.io/ -[targ-release]: https://github.com/AdguardTeam/AdGuardHome/tree/master/scripts#build-releasesh-build-a-release-for-all-platforms - #### Docker image Run `make build-docker` to build the Docker image locally (the one that we @@ -348,9 +345,11 @@ you can run the frontend build a development environment. and become available on the web UI. Make sure that you disable the browser cache to make sure that you actually get the recompiled version. +[`snapcraft`]: https://snapcraft.io/ [buildx]: https://docs.docker.com/buildx/working-with-buildx/ [src-makefile]: https://github.com/AdguardTeam/AdGuardHome/blob/master/Makefile -[targ-release]: https://github.com/AdguardTeam/AdGuardHome/tree/master/scripts#build-dockersh-build-a-multi-architecture-docker-image +[targ-docker]: https://github.com/AdguardTeam/AdGuardHome/tree/master/scripts#build-dockersh-build-a-multi-architecture-docker-image +[targ-release]: https://github.com/AdguardTeam/AdGuardHome/tree/master/scripts#build-releasesh-build-a-release-for-all-platforms