Skip to content

Commit

Permalink
chore: fix links from userland migration (#3010)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgexu99 authored Oct 27, 2022
1 parent 777197e commit bfb7280
Show file tree
Hide file tree
Showing 42 changed files with 50 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
attributes:
label: Pre-flight checklist
options:
- label: I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/main/CONTRIBUTING.md) for this project.
- label: I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
required: true
- label: I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
attributes:
label: Pre-flight checklist
options:
- label: I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/main/CONTRIBUTING.md) for this project.
- label: I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
required: true
- label: I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Thanks for filing a pull request!
Please check off all of the steps as they are completed by replacing [ ] with [x].
-->

- [ ] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/main/CONTRIBUTING.md) for this project.
- [ ] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [ ] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project follows, as appropriate.
- [ ] The changes are appropriately documented (if applicable).
- [ ] The changes have sufficient test coverage (if applicable).
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ sites](https://github.com/electron/electron#community).
### Debugging

Troubleshooting suggestions can be found in the [support
documentation](https://github.com/electron-userland/electron-forge/blob/main/SUPPORT.md#troubleshooting).
documentation](https://github.com/electron/forge/blob/main/SUPPORT.md#troubleshooting).

## Contribution suggestions

We use the label [`help wanted`](https://github.com/electron-userland/electron-forge/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
We use the label [`help wanted`](https://github.com/electron/forge/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
in the issue tracker to denote fairly-well-scoped-out bugs or feature requests that the community
can pick up and work on. If any of those labeled issues do not have enough information, please feel
free to ask constructive questions. (This applies to any open issue.)
Expand All @@ -57,7 +57,7 @@ Getting the code base running locally requires the `bolt` command installed glob

```bash
npm i -g bolt
git clone https://github.com/electron-userland/electron-forge
git clone https://github.com/electron/forge
cd electron-forge
# Installs all dependencies, don't run "yarn" or "npm install" yourself
bolt
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Electron Forge

[![Build Status](https://github.com/electron-userland/electron-forge/workflows/CI/badge.svg)](https://github.com/electron-userland/electron-forge/actions?query=workflow:CI)
[![Build Status](https://github.com/electron/forge/workflows/CI/badge.svg)](https://github.com/electron/forge/actions?query=workflow:CI)
[![Discord](https://img.shields.io/discord/745037351163527189?color=blueviolet&logo=discord)](https://discord.com/invite/APGC3k5yaH)
[![npm version](https://img.shields.io/npm/v/@electron-forge/cli)](https://npm.im/@electron-forge/cli)
[![license](https://img.shields.io/github/license/electron-userland/electron-forge.svg)](https://github.com/electron-userland/electron-forge/blob/main/LICENSE)
[![license](https://img.shields.io/github/license/electron/forge.svg)](https://github.com/electron/forge/blob/main/LICENSE)
![status](https://img.shields.io/badge/Status-%20Ready%20for%20Awesome-red.svg)

A complete tool for building modern Electron applications.
Expand All @@ -19,17 +19,17 @@ jump right in to Electron development.
:building_construction:

The `main` branch is a rewrite of Electron Forge that will eventually be the 6.x series. If you
are looking for the 5.x series (the version currently published to NPM under `electron-forge`), please view the [5.x branch](https://github.com/electron-userland/electron-forge/tree/5.x).
are looking for the 5.x series (the version currently published to NPM under `electron-forge`), please view the [5.x branch](https://github.com/electron/forge/tree/5.x).

---

[Website](https://www.electronforge.io) |
[Goals](#project-goals) |
[Docs and Usage](#docs-and-usage) |
[Configuration](https://www.electronforge.io/configuration) |
[Support](https://github.com/electron-userland/electron-forge/blob/main/SUPPORT.md) |
[Contributing](https://github.com/electron-userland/electron-forge/blob/main/CONTRIBUTING.md) |
[Changelog](https://github.com/electron-userland/electron-forge/blob/main/CHANGELOG.md)
[Support](https://github.com/electron/forge/blob/main/SUPPORT.md) |
[Contributing](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) |
[Changelog](https://github.com/electron/forge/blob/main/CHANGELOG.md)

# Getting Started

Expand Down
4 changes: 2 additions & 2 deletions ci/fix-changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const changelogPath = path.resolve(__dirname, '..', 'CHANGELOG.md');
const changelog = fs.readFileSync(changelogPath, 'utf8');

const fixedChangelog = changelog
.replace(/\(([A-Za-z0-9]{8})\)/g, (match, commitID) => `([${commitID}](https://github.com/electron-userland/electron-forge/commit/${commitID}))`)
.replace(/\(([A-Za-z0-9]{8})\)/g, (match, commitID) => `([${commitID}](https://github.com/electron/forge/commit/${commitID}))`)
.replace(
/# ([0-9]+\.[0-9]+\.[0-9]+(?:-[a-z]+.[0-9]+)?) /g,
(match, version) => `# [${version}](https://github.com/electron-userland/electron-forge/releases/tag/v${version}) `
(match, version) => `# [${version}](https://github.com/electron/forge/releases/tag/v${version}) `
);

fs.writeFileSync(
Expand Down
2 changes: 1 addition & 1 deletion packages/api/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/cli",
"version": "6.0.0-beta.68",
"description": "A complete tool for building modern Electron applications",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/core",
"version": "6.0.0-beta.68",
"description": "A complete tool for building modern Electron applications",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"main": "dist/api/index.js",
"typings": "dist/api/index.d.ts",
"author": "Samuel Attard",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/src/api/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default async ({
// Since the `start` command is meant to be long-living (i.e. run forever,
// until interrupted) we should enable this to keep stdin flowing after ora
// completes. For more context:
// https://github.com/electron-userland/electron-forge/issues/2319
// https://github.com/electron/forge/issues/2319
asyncOra.keepStdinFlowing = true;

await asyncOra('Locating Application', async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/test/slow/api_spec_slow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ describe('Electron Forge API', () => {

// FIXME(erickzhao): This test hangs on the electron-rebuild step
// with Electron 19. It was tested to work on Electron 18.
// see https://github.com/electron-userland/electron-forge/pull/2869
// see https://github.com/electron/forge/pull/2869
describe.skip('with prebuilt native module deps installed', () => {
before(async () => {
await installDeps(dir, ['ref-napi']);
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/appx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/maker-appx",
"version": "6.0.0-beta.68",
"description": "AppX maker for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/MakerAppX.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/maker-base",
"version": "6.0.0-beta.68",
"description": "Base maker for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/Maker.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/deb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/maker-deb",
"version": "6.0.0-beta.68",
"description": "Deb maker for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/MakerDeb.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/dmg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/maker-dmg",
"version": "6.0.0-beta.68",
"description": "DMG maker for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/MakerDMG.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/flatpak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/maker-flatpak",
"version": "6.0.0-beta.68",
"description": "Flatpak maker for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/MakerFlatpak.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/maker/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "@electron-forge/maker-pkg",
"version": "6.0.0-beta.68",
"description": "PKG maker for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"author": "Samuel Attard",
"repository": "https://github.com/electron/forge",
"license": "MIT",
"main": "dist/MakerPKG.js",
"typings": "dist/MakerPKG.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/rpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/maker-rpm",
"version": "6.0.0-beta.68",
"description": "Rpm maker for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/MakerRpm.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/maker/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "@electron-forge/maker-snap",
"version": "6.0.0-beta.68",
"description": "Snap maker for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"author": "Samuel Attard",
"repository": "https://github.com/electron/forge",
"license": "MIT",
"main": "dist/MakerSnap.js",
"typings": "dist/MakerSnap.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/squirrel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/maker-squirrel",
"version": "6.0.0-beta.68",
"description": "Squirrel maker for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/MakerSquirrel.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/wix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/maker-wix",
"version": "6.0.0-beta.68",
"description": "Wix maker for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/MakerWix.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/zip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/maker-zip",
"version": "6.0.0-beta.68",
"description": "ZIP maker for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/MakerZIP.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/auto-unpack-natives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/plugin-auto-unpack-natives",
"version": "6.0.0-beta.68",
"description": "Auto Unpack Natives plugin for Electron Forge, automatically adds native node modules to asar.unpacked",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/AutoUnpackNativesPlugin.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/plugin-base",
"version": "6.0.0-beta.68",
"description": "Base plugin for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/Plugin.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/plugin-compile",
"version": "6.0.0-beta.68",
"description": "Electron Compile plugin for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/CompilePlugin.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/electronegativity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Integrate Electronegativity into the Electron Forge workflow",
"repository": {
"type": "git",
"url": "https://github.com/electron-userland/electron-forge",
"url": "https://github.com/electron/forge",
"directory": "packages/plugin/electronegativity"
},
"author": "Mark Lee",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/local-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/plugin-local-electron",
"version": "6.0.0-beta.68",
"description": "Local Electron plugin for Electron Forge, let's you use a local build of Electron",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/LocalElectronPlugin.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/plugin-webpack",
"version": "6.0.0-beta.68",
"description": "Webpack plugin for Electron Forge, lets you use Webpack directly in your tooling",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/WebpackPlugin.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/publisher-base",
"version": "6.0.0-beta.68",
"description": "Base publisher for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/Publisher.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/bitbucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/publisher-bitbucket",
"version": "6.0.0-beta.68",
"description": "Bitbucket publisher for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Luke Batchelor",
"license": "MIT",
"main": "dist/PublisherBitbucket.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/electron-release-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/publisher-electron-release-server",
"version": "6.0.0-beta.68",
"description": "Electron release server publisher for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/PublisherERS.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/publisher-github",
"version": "6.0.0-beta.68",
"description": "Github publisher for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/PublisherGithub.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/publisher-nucleus",
"version": "6.0.0-beta.68",
"description": "Nucleus publisher for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/PublisherNucleus.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/publisher-s3",
"version": "6.0.0-beta.68",
"description": "S3 publisher for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/PublisherS3.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/snapcraft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/publisher-snapcraft",
"version": "6.0.0-beta.68",
"description": "Snapcraft publisher for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/PublisherSnapcraft.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/template-base",
"version": "6.0.0-beta.68",
"description": "Base template for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/BaseTemplate.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/typescript-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/template-typescript-webpack",
"version": "6.0.0-beta.68",
"description": "Typescript-Webpack template for Electron Forge",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Shelley Vohr <[email protected]>",
"license": "MIT",
"main": "dist/TypeScriptWebpackTemplate.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/template-webpack",
"version": "6.0.0-beta.68",
"description": "Webpack template for Electron Forge, gets you started with Webpack really quickly",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/WebpackTemplate.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/async-ora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@electron-forge/async-ora",
"version": "6.0.0-beta.68",
"description": "A helper utility for wrapping async functions in an ora",
"repository": "https://github.com/electron-userland/electron-forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/async-ora/src/ora-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface AsyncOraMethod {
* work to be done, as it will forever be waiting for input on stdin.
*
* More context:
* https://github.com/electron-userland/electron-forge/issues/2319
* https://github.com/electron/forge/issues/2319
*/
keepStdinFlowing?: boolean;
}
Expand Down
Loading

0 comments on commit bfb7280

Please sign in to comment.