From 9bb6aea5ecb26f2a44d9d6abdc1960b687ad3aed Mon Sep 17 00:00:00 2001 From: shyamunnikrishnan <30890622+shyamunnikrishnan@users.noreply.github.com> Date: Sat, 13 Oct 2018 23:16:57 +0530 Subject: [PATCH] Bullet points fixed (#18740) Fixed issue where "Electron and Vue", "Electron and React" and "Electron and Angular" where invisible due to incorrect formatting of links. --- client/src/pages/guide/english/electron/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/pages/guide/english/electron/index.md b/client/src/pages/guide/english/electron/index.md index b10404fd15..3dfed8f7e4 100644 --- a/client/src/pages/guide/english/electron/index.md +++ b/client/src/pages/guide/english/electron/index.md @@ -26,6 +26,6 @@ Some apps built using Electron include: ### Additional info references - [Official site](https://electronjs.org/) - [Video - What is Electron](https://www.youtube.com/watch?v=8YP_nOCO-4Q&feature=youtu.be) -- [Electron and Vue]: https://medium.com/@kswanie21/electron-vue-js-f6c40abeb625 -- [Electron and React]: https://medium.freecodecamp.org/building-an-electron-application-with-create-react-app-97945861647c -- [Electron and Angular]: https://scotch.io/tutorials/creating-desktop-applications-with-angularjs-and-github-electron +- [Electron and Vue](https://medium.com/@kswanie21/electron-vue-js-f6c40abeb625) +- [Electron and React](https://medium.freecodecamp.org/building-an-electron-application-with-create-react-app-97945861647c) +- [Electron and Angular](https://scotch.io/tutorials/creating-desktop-applications-with-angularjs-and-github-electron)