Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 1adae80

Browse files
linkify final branch
1 parent 5f15eeb commit 1adae80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Creating a WebSocket Chat with Ktor/05_creating_the_chat_client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ We have now finished implementing our WebSocket-based chat client with Kotlin an
118118

119119
You might still notice some smaller usability issues caused by the limitations of terminal input, like incoming messages overwriting messages which are currently being composed. Managing more complex terminal user interfaces is outside the scope of this tutorial, though, and as such left as an exercise to the reader 😉.
120120

121-
You can also find the final version of the project on the final branch on GitHub.
121+
[You can also find the final version of the project on the final branch on GitHub.](https://github.com/kotlin-hands-on/chat-app-websockets/tree/final)
122122

123123
![app_in_action](./assets/app_in_action.gif)
124124

0 commit comments

Comments
 (0)