Skip to content

Commit dcf3165

Browse files
Merge pull request #88 from Flow-Launcher/fix-visual-editor-link
Fix a link to the visual editor not actually leading anywhere
2 parents 88e197a + d81ac02 commit dcf3165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-rpc-settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ body:
184184
<settings-component-demo type="checkbox" label="Prefer shorter answers" description="If checked, the plugin will try to give answer much shorter than the usual ones."></settings-component-demo>
185185

186186
### Visual editor for `SettingsTemplate.yaml`
187-
You can use a [visual editor](#/json-rpc-visual-settingstemplate-editor) for creating the `SettingsTemplate.yaml` file. When you're done editing, click the `Generate SettingsTemplate.yaml` file and copy-paste its contents into your `SettingsTemplate.yaml` file. Optionally, you can also copy the generated typings for your settings object in your preferred programming language.
187+
You can use a [visual editor](/json-rpc-visual-settingstemplate-editor.md) for creating the `SettingsTemplate.yaml` file. When you're done editing, click the `Generate SettingsTemplate.yaml` file and copy-paste its contents into your `SettingsTemplate.yaml` file. Optionally, you can also copy the generated typings for your settings object in your preferred programming language.
188188

189189
<script>
190190
const element = document.querySelector('#__settings-script__');

0 commit comments

Comments
 (0)