Skip to content

Commit

Permalink
remove live demo references (closes #190)
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy committed Nov 9, 2023
1 parent dc6589d commit ef7e647
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions _posts/tutorials/2017-05-27-javalin-vuejs-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
Expand Down
2 changes: 0 additions & 2 deletions _posts/tutorials/2017-09-22-javalin-websocket-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
<img src="/img/posts/websiteExample/packageOverview.png" alt="Package Structure">

Expand Down

0 comments on commit ef7e647

Please sign in to comment.