From 25d7042b6b6b3dd449044ec3d02bdc22179a268d Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Fri, 26 Jul 2019 01:36:48 +0300 Subject: [PATCH 1/2] fixed demo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0c83cb..7af697e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Many thanks to [Canana](http://canana.xyz/) for the logo! ## Getting started -Check out the [demo](https://mateiadrielrafael.github.io/logicGateSimulator/) +Check out the [demo](https://logic-gate-simulator.herokuapp.com/) Or read the [docs](./docs/main.md) (work in progess) I've also made a [trello board](https://trello.com/b/LW3XSnGN/logic-gate-simulator) and a [discord-serber]() From 8730404e367478a863758d6dde9f6597dad43d54 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Fri, 26 Jul 2019 01:37:42 +0300 Subject: [PATCH 2/2] fixed demo url --- docs/main.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/main.md b/docs/main.md index 0f2aa53..83b52ce 100644 --- a/docs/main.md +++ b/docs/main.md @@ -4,10 +4,10 @@ There are 3 ways to get the simulator up and running: -1. Using the version hosted on github-pages: +1. Using [the version hosted on heroku](https://logic-gate-simulator.herokuapp.com/): This is by far the fastest solution - everything you need to do is open -[the github-pages url](https://mateiadrielrafael.github.io/logicGateSimulator/) +[the github-pages url](https://logic-gate-simulator.herokuapp.com/) 2. Using a development server: