fix: Update documentation link for user-provided flags (#397)

This commit is contained in:
Will Anderson
2020-05-23 00:26:09 +03:00
committed by GitHub
parent d22899b4a5
commit 66ead93f05
2 changed files with 2 additions and 2 deletions
@@ -110,7 +110,7 @@ export class ExecutionSettings extends React.Component<ExecutionSettingsProps, {
<FormGroup>
<p>
Electron allows starting the executable with <a
href='https://electronjs.org/docs/api/chrome-command-line-switches'
href='https://www.electronjs.org/docs/api/command-line-switches'
>
user-provided flags
</a>
@@ -40,7 +40,7 @@ exports[`ExecutionSettings component renders 1`] = `
<p>
Electron allows starting the executable with
<a
href="https://electronjs.org/docs/api/chrome-command-line-switches"
href="https://www.electronjs.org/docs/api/command-line-switches"
>
user-provided flags
</a>