Skip to content

Update link to electron-forge docs #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Uploading.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ The easiest way to upload releases to Nucleus is to use [`electron-forge`](https
to build and publish your application. You will find the config required
on your App's page inside Nucleus.

Check out the publisher documentation at [https://v6.electronforge.io/publishers/nucleus](https://v6.electronforge.io/publishers/nucleus)
Check out the publisher documentation at [https://v6.electronforge.io/config/publishers/nucleus](https://v6.electronforge.io/config/publishers/nucleus)

## Custom Way

@@ -32,4 +32,4 @@ file to the body.
Any non-200 status code means something went wrong, a helpful error
message is normally included in the response.

See the [Nucleus Publisher](https://github.com/electron-userland/electron-forge/blob/master/packages/publisher/nucleus/src/PublisherNucleus.ts) for a JS code example of uploading to Nucleus.
See the [Nucleus Publisher](https://github.com/electron-userland/electron-forge/blob/master/packages/publisher/nucleus/src/PublisherNucleus.ts) for a JS code example of uploading to Nucleus.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made no change here - perhaps an eof change detected by github?