From 049d81e5900135a5cebe262f3a2cc125d8a61a21 Mon Sep 17 00:00:00 2001 From: Vishal <34849822+vthukral94@users.noreply.github.com> Date: Mon, 31 May 2021 05:52:44 -0400 Subject: [PATCH] docs: fix issue with reference links (#29384) --- docs/tutorial/introduction.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/tutorial/introduction.md b/docs/tutorial/introduction.md index f9f0fc9a16bf..feaaf52029f9 100644 --- a/docs/tutorial/introduction.md +++ b/docs/tutorial/introduction.md @@ -49,11 +49,11 @@ is a great place to get advice from other Electron app developers. the [GitHub issue tracker][issue-tracker] to see if any existing issues match your problem. If not, feel free to fill out our bug report template and submit a new issue. -[chromium](https://www.chromium.org/) -[node](https://nodejs.org/) -[mdn-guide](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web) -[node-guide](https://nodejs.dev/learn) -[comic](https://www.google.com/googlebooks/chrome/) -[fiddle](https://electronjs.org/fiddle) -[issue-tracker](https://github.com/electron/electron/issues) -[discord](https://discord.gg/electron) +[chromium]: https://www.chromium.org/ +[node]: https://nodejs.org/ +[mdn-guide]: https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web +[node-guide]: https://nodejs.dev/learn +[comic]: https://www.google.com/googlebooks/chrome/ +[fiddle]: https://electronjs.org/fiddle +[issue-tracker]: https://github.com/electron/electron/issues +[discord]: https://discord.gg/electron