diff --git a/_posts/tutorials/2017-05-27-javalin-vuejs-example.md b/_posts/tutorials/2017-05-27-javalin-vuejs-example.md index 363512f..22eb81e 100644 --- a/_posts/tutorials/2017-05-27-javalin-vuejs-example.md +++ b/_posts/tutorials/2017-05-27-javalin-vuejs-example.md @@ -16,8 +16,6 @@ language: kotlin If you need to learn how to setup Kotlin with Maven, please follow the beginning of our [Kotlin CRUD REST API tutorial](/tutorials/simple-kotlin-example) -[A live demo can be found here](http://javalin-vuejs-example.herokuapp.com) - ## Dependencies ~~~markup diff --git a/_posts/tutorials/2017-09-22-javalin-websocket-example.md b/_posts/tutorials/2017-09-22-javalin-websocket-example.md index d4c40f3..e4bbb8c 100644 --- a/_posts/tutorials/2017-09-22-javalin-websocket-example.md +++ b/_posts/tutorials/2017-09-22-javalin-websocket-example.md @@ -11,8 +11,6 @@ summary: Learn how to create a simple chat-app with WebSockets in Javalin language: ["java", "kotlin"] --- -A live demo of this app can be found [here](http://javalin-websocket-example.herokuapp.com) (loads slowly first time) - ## What You Will Learn In this tutorial we will create a simple real-time chat application. It will feature a chat-panel that stores messages received after you join, diff --git a/_posts/tutorials/community/2017-05-26-javalin-website-example.md b/_posts/tutorials/community/2017-05-26-javalin-website-example.md index 2e4c9fb..01408f5 100644 --- a/_posts/tutorials/community/2017-05-26-javalin-website-example.md +++ b/_posts/tutorials/community/2017-05-26-javalin-website-example.md @@ -26,8 +26,6 @@ basic structure, with certain points of the code highlighted. To get the full benefit of this tutorial, please clone the example on [GitHub](https://github.com/tipsy/javalin-website-example) run it, and play around. -[A live demo can be found here](http://javalin-website-example.herokuapp.com/index) - ## Package structure Package Structure