From d7eadf47cd7fe98de6f8d5bed507a76ea7d70c9a Mon Sep 17 00:00:00 2001 From: test2 Date: Tue, 15 Oct 2019 13:39:03 +0300 Subject: [PATCH] swarmlab.io --- INSTALL.md | 4 ++-- install/usr/share/swarmlab.io/adoc/swarmlab-adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 2fea861..7c19f55 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,7 +2,7 @@ ## Clone repo -See http://docs.vlabs.uniwa.gr/Howtos/git/use-git.adoc.html +See http://docs.swarmlab.io/Howtos/git/use-git.adoc.html @@ -52,7 +52,7 @@ fi # Install Docker and Compose -See http://docs.vlabs.uniwa.gr/Howtos/docker/install.adoc.html +See http://docs.swarmlab.io/Howtos/docker/install.adoc.html Ready :-) diff --git a/install/usr/share/swarmlab.io/adoc/swarmlab-adoc b/install/usr/share/swarmlab.io/adoc/swarmlab-adoc index 33c41ff..9d8676a 100755 --- a/install/usr/share/swarmlab.io/adoc/swarmlab-adoc +++ b/install/usr/share/swarmlab.io/adoc/swarmlab-adoc @@ -30,9 +30,9 @@ PWD=$(pwd) for file in $(find . -name '*.adoc'); do echo "Create html5 from $file" - docker run --name=swarmlab-adoc --rm -v $PWD:/documents/ registry.vlabs.uniwa.gr:5080/swarmlab-asciidoctor asciidoctor --safe -b html5 -a theme=flask -a toc2 -a toc-placement=right -o $file.html $file + docker run --name=swarmlab-adoc --rm -v $PWD:/documents/ registry.swarmlab.io:5080/swarmlab-asciidoctor asciidoctor --safe -b html5 -a theme=flask -a toc2 -a toc-placement=right -o $file.html $file echo "Created $file.html" echo "Create pdf from $file" - docker run --name=swarmlab-adoc --rm -v $PWD:/documents/ registry.vlabs.uniwa.gr:5080/swarmlab-asciidoctor asciidoctor-pdf --safe -a toc -o $file.pdf $file + docker run --name=swarmlab-adoc --rm -v $PWD:/documents/ registry.swarmlab.io:5080/swarmlab-asciidoctor asciidoctor-pdf --safe -a toc -o $file.pdf $file echo "Created $file.pdf" done