From c47031a279492a074804ed5cfe714d5c92b3d128 Mon Sep 17 00:00:00 2001 From: TAN Date: Wed, 3 Aug 2022 22:20:37 +0800 Subject: [PATCH] docs: Fix the URL bugs at tutorial-6-publishing-updating.md (#35175) * Update tutorial-6-publishing-updating.md The dot at the end of the URL will depend on the site that cannot open. Because it will open `https://update.electronjs.org./` which does not exist. * docs: fix the URL problems at tutorial-6-publishing-updating.md The dot at the end of the URL will depend on the site that cannot open. Because it will open `https://update.electronjs.org./` which does not exist. * docs: fix the URL problems at tutorial-6-publishing-updating.md * docs: fix the URL problems at tutorial-6-publishing-updating.md --- docs/tutorial/tutorial-6-publishing-updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/tutorial-6-publishing-updating.md b/docs/tutorial/tutorial-6-publishing-updating.md index 57df92d6f18f..dc0fdc31f24a 100644 --- a/docs/tutorial/tutorial-6-publishing-updating.md +++ b/docs/tutorial/tutorial-6-publishing-updating.md @@ -27,7 +27,7 @@ into your app code. ## Using update.electronjs.org The Electron maintainers provide a free auto-updating service for open-source apps -at https://update.electronjs.org. Its requirements are: +at [https://update.electronjs.org](https://update.electronjs.org). Its requirements are: - Your app runs on macOS or Windows - Your app has a public GitHub repository