Skip to content

Commit

Permalink
docs: update links to website
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 10, 2019
1 parent 38dafd6 commit f3dd930
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -48,7 +48,7 @@ When changing the API documentation, here are some rules to keep in mind.
* should be properly capitalized
* should not be "This"

For changes to the website ([electronforge.io](https://v6.electronforge.io)), please file
For changes to the website ([electronforge.io](https://www.electronforge.io)), please file
issues/pull requests at this repository in the "docs" folder.

## Running the Tests
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -25,10 +25,10 @@ are looking for the 5.x series (the version currently published to NPM), please

----

[Website](https://v6.electronforge.io) |
[Website](https://www.electronforge.io) |
[Goals](#project-goals) |
[Docs and Usage](#docs-and-usage) |
[Configuration](https://v6.electronforge.io/configuration) |
[Configuration](https://www.electronforge.io/configuration) |
[Support](https://github.com/electron-userland/electron-forge/blob/master/SUPPORT.md) |
[Contributing](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) |
[Changelog](https://github.com/electron-userland/electron-forge/blob/master/CHANGELOG.md)
Expand Down Expand Up @@ -80,14 +80,14 @@ With these goals in mind, under the hood this project uses, among others:
# Docs and Usage

For Electron Forge documentation and usage you should check out our website:
[electronforge.io](https://v6.electronforge.io)
[electronforge.io](https://www.electronforge.io)

# FAQ

## How do I use this with `webpack`/`babel`/`typescript`/`random build tool`?

As of Electron Forge 6+ by default we only do vanilla JavaScript but if you want
to do some fancy build tool stuff you should check out the [plugins](https://v6.electronforge.io/config/plugins)
to do some fancy build tool stuff you should check out the [plugins](https://www.electronforge.io/config/plugins)
section of our docs site. We currently have plugins for Webpack, Parcel and
Electron Compile.

Expand Down
2 changes: 1 addition & 1 deletion SUPPORT.md
@@ -1,6 +1,6 @@
# Support for Electron Forge

If you have questions about usage, we encourage you to browse the [website](https://v6.electronforge.io/),
If you have questions about usage, we encourage you to browse the [website](https://www.electronforge.io/),
and visit one of the several [community-driven sites](https://github.com/electron/electron#community).

## Troubleshooting
Expand Down

0 comments on commit f3dd930

Please sign in to comment.