Skip to content

Commit

Permalink
Fixed README.adoc (removed links to old repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Shevchuk committed Jul 11, 2023
1 parent eaf2ab8 commit c76f320
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "asciidoc-presentation-engine",
"description": "Asciidoc presentation engine",
"version": "0.0.1",
"version": "0.0.4",
"author": "Anton Shevchuk <[email protected]>, Maksym Medvediev <[email protected]>",
"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",
Expand Down

0 comments on commit c76f320

Please sign in to comment.