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
This commit is contained in:
TAN 2022-08-03 22:20:37 +08:00 committed by GitHub
parent 74432a313c
commit c47031a279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ into your app code.
## Using update.electronjs.org ## Using update.electronjs.org
The Electron maintainers provide a free auto-updating service for open-source apps 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 runs on macOS or Windows
- Your app has a public GitHub repository - Your app has a public GitHub repository