]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: fix link to dockerfiles 1049/head
authornodiscc <nodiscc@gmail.com>
Sat, 13 Jan 2018 10:48:42 +0000 (11:48 +0100)
committerGitHub <noreply@github.com>
Sat, 13 Jan 2018 10:48:42 +0000 (11:48 +0100)
doc/md/docker/shaarli-images.md

index 123da83e8aa118a773b375b2b176e3dee0a06a67..12f7b5d1ffaf8672acd7b0e5c58f45c44f5132ca 100644 (file)
@@ -24,7 +24,7 @@ The `stable` image relies on:
 - [PHP5-FPM](http://php-fpm.org/)
 - [Nginx](http://nginx.org/)
 
-Additional [Dockerfiles](https://github.com/shaarli/Shaarli/tree/doc-docker-arm/docker) are provided for the `arm32v7` platform, relying on [Linuxserver.io Alpine armhf images](https://hub.docker.com/r/lsiobase/alpine.armhf/). These images must be built using [`docker build`](https://docs.docker.com/engine/reference/commandline/build/) on an `arm32v7` machine or using an emulator such as [qemu](https://resin.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/).
+Additional [Dockerfiles](https://github.com/shaarli/Shaarli/tree/master/docker) are provided for the `arm32v7` platform, relying on [Linuxserver.io Alpine armhf images](https://hub.docker.com/r/lsiobase/alpine.armhf/). These images must be built using [`docker build`](https://docs.docker.com/engine/reference/commandline/build/) on an `arm32v7` machine or using an emulator such as [qemu](https://resin.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/).
 
 ### Download from DockerHub
 ```bash