Merge pull request #3522 from SvenDowideit/fix-links
Fix links
(cherry picked from commit 17b219454f)
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
67e37156b2
commit
fa5d794e24
9 changed files with 23 additions and 40 deletions
|
|
@ -1,8 +1,8 @@
|
|||
FROM docs/base:oss
|
||||
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
|
||||
MAINTAINER Docker Docs <docs@docker.com>
|
||||
|
||||
ENV PROJECT=compose
|
||||
# To get the git info for this repo
|
||||
COPY . /src
|
||||
RUN rm -r /docs/content/$PROJECT/
|
||||
RUN rm -rf /docs/content/$PROJECT/
|
||||
COPY . /docs/content/$PROJECT/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue