Skip to content

Commit

Permalink
docs: fix InternalOptions links in API docs (#3083)
Browse files Browse the repository at this point in the history
5104cc0 changed the URLs to internal modules, which broke some links in
our generated API docs.
  • Loading branch information
erickzhao authored Nov 17, 2022
1 parent be2f4b1 commit 3dbaa33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/maker/deb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`@electron-forge/maker-deb` builds .deb packages, which are the standard package format for Debian-based Linux distributions such as Ubuntu. You can only build the deb target on Linux or macOS machines with the fakeroot and dpkg packages installed.

Configuration options are documented in [`MakerDebConfigOptions`](https://js.electronforge.io/interfaces/_electron_forge_maker_deb._internal_.MakerDebConfigOptions.html).
Configuration options are documented in [`MakerDebConfigOptions`](https://js.electronforge.io/interfaces/_electron_forge_maker_deb.InternalOptions.MakerDebConfigOptions.html).

```
{
Expand All @@ -15,4 +15,4 @@ Configuration options are documented in [`MakerDebConfigOptions`](https://js.ele
}
}
}
```
```
2 changes: 1 addition & 1 deletion packages/maker/flatpak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

You can only build the Flatpak target if you have `flatpak`, `flatpak-builder`, and `eu-strip` _\(usually part of the `elfutils` package\)_ installed on your system.

Configuration options are documented in [`MakerFlatpakOptionsConfig`](https://js.electronforge.io/interfaces/_electron_forge_maker_flatpak._internal_.MakerFlatpakOptionsConfig.html).
Configuration options are documented in [`MakerFlatpakOptionsConfig`](https://js.electronforge.io/interfaces/_electron_forge_maker_flatpak.InternalOptions.MakerFlatpakOptionsConfig.html).

```javascript
{
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/rpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

You can only build the RPM target on Linux machines with the `rpm` or `rpm-build` packages installed.

Configuration options are documented in [`MakerRpmConfigOptions`](https://js.electronforge.io/interfaces/_electron_forge_maker_rpm._internal_.MakerRpmConfigOptions.html).
Configuration options are documented in [`MakerRpmConfigOptions`](https://js.electronforge.io/interfaces/_electron_forge_maker_rpm.InternalOptions.MakerRpmConfigOptions.html).

```javascript
{
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/squirrel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pre-requisites:
* Windows machine
* MacOS /Linux machine with `mono` and `wine` installed.

Configuration options are documented in [`MakerSquirrelConfigOptions`](https://js.electronforge.io/interfaces/_electron_forge_maker_squirrel._internal_.Options.html).
Configuration options are documented in [`MakerSquirrelConfigOptions`](https://js.electronforge.io/interfaces/_electron_forge_maker_squirrel.InternalOptions.Options.html).

```javascript
{
Expand Down

0 comments on commit 3dbaa33

Please sign in to comment.