Skip to content

Commit 00af2cb

Browse files
committed
added missing links
1 parent c656b6d commit 00af2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ The backend of this application consists of 3 services:
214214
Expected payload is: a [chatMessage](#chat-message-object) object.
215215

216216
# Frontend Docs
217-
The frontend of this application consists of a *SPA*, built using the [Vue.js]() framework, styling, inspired by the: "material design" specifications is handled by the [Vuetify.js]() module, while the playback of the live stream and VoDs is handled by [video.js]() player; the comunication with the backend is handled by a Socket.io [client]().
217+
The frontend of this application consists of a *SPA*, built using the [Vue.js](https://vuejs.org/) framework, styling, inspired by the: "material design" specifications is handled by the [Vuetify.js](https://vuetifyjs.com/en/) module, while the playback of the live stream and VoDs is handled by [video.js](https://videojs.com/) player; the comunication with the backend is handled by a Socket.io [client](https://socket.io/).
218218

219-
Application's status is managed using a [Vuex]() store, mutations and actions due to the asyncronous nature of the operations.
219+
Application's status is managed using a [Vuex](https://vuex.vuejs.org/) store, mutations and actions due to the asyncronous nature of the operations.
220220
221221
A great part of the responsibilities of this application lie on the frontend.
222222
It has to be able to:

0 commit comments

Comments
 (0)