fix: Update documentation link for user-provided flags (#397)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user