chore: the docs repo moved to @electron-forge

This commit is contained in:
Mark Lee 2021-07-17 22:19:12 -07:00
Родитель e90095883a
Коммит fd6d21515b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 82F864B9B8626D7C
3 изменённых файлов: 3 добавлений и 3 удалений

2
.github/ISSUE_TEMPLATE/config.yml поставляемый
Просмотреть файл

@ -5,5 +5,5 @@ contact_links:
url: https://discord.gg/electron
about: "Please ask questions about using Electron Forge in the official Electron Discord server, at the #electron-forge channel."
- name: Website Issues
url: https://github.com/MarshallOfSound/electron-forge-docs/issues/new
url: https://github.com/electron-forge/electron-forge-docs/issues/new
about: Website issues / pull requests should be filed in the website repository.

Просмотреть файл

@ -49,7 +49,7 @@ When changing the API documentation, here are some rules to keep in mind.
* should not be "This"
For changes to the website ([electronforge.io](https://www.electronforge.io)), please file
issues/pull requests at [its separate repository](https://github.com/MarshallOfSound/electron-forge-docs).
issues/pull requests at [its separate repository](https://github.com/electron-forge/electron-forge-docs).
## Changing the Code

Просмотреть файл

@ -17,7 +17,7 @@ const workspaceMappings: { [space: string]: { [packageName: string]: string | un
};
const BASE_DIR = path.resolve(__dirname, '..');
const DOCS_BASE = 'https://raw.githubusercontent.com/MarshallOfSound/electron-forge-docs/v6';
const DOCS_BASE = 'https://raw.githubusercontent.com/electron-forge/electron-forge-docs/v6';
function sanitize(gb: string): string {
return gb