Skip to content

Commit d81ac02

Browse files
committed
Fix a link to the visual editor not actually leading anywhere
1 parent 88e197a commit d81ac02

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)