diff --git a/README.adoc b/README.adoc index b660651..c8ebe36 100644 --- a/README.adoc +++ b/README.adoc @@ -27,7 +27,7 @@ image::images/ape_logo.png[] [source,bash] -- -git clone https://gitlab.nixdev.co/js/edu/presentations/engine.git +git clone https://github.com/nix-group/ape.git -- == Install dependencies @@ -82,7 +82,7 @@ Create your presentation slides uses https://docs.asciidoctor.org/[asciidoc] for You can see our link:./example/index.adoc[presentation] for more examples of the slides. -Live demo is also available here http://js.pages.nixdev.co/edu/presentations/engine +Live demo is also available here https://nix-group.github.io/ape/ == Build and review diff --git a/package.json b/package.json index 24b6ba2..37b4b31 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "asciidoc-presentation-engine", "description": "Asciidoc presentation engine", - "version": "0.0.1", + "version": "0.0.4", "author": "Anton Shevchuk , Maksym Medvediev ", "repository": { "type": "git", - "url": "https://gitlab.nixdev.co/js/edu/presentations/engine.git" + "url": "https://github.com/nix-group/ape.git" }, "dependencies": { "@asciidoctor/core": "^2.2.6",