Skip to content

Commit 90e069d

Browse files
authored
Merge pull request #66693 from opayne1/broken-link-fix
OSDOCS#5162: Fixes a broken link in API reference
2 parents 1d9ff3a + 7daa4a7 commit 90e069d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dynamic-plugin-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ A basic lazy loaded Code editor with hover help and completion.
12651265
|`toolbarLinks` |Array of ReactNode rendered on the toolbar links section on top of the editor.
12661266
|`onChange` |Callback for on code change event.
12671267
|`onSave` |Callback called when the command CTRL / CMD + S is triggered.
1268-
|`ref` |React reference to `{ editor?: IStandaloneCodeEditor }`. Using the `editor` property, you are able to access to all methods to control the editor. For more information, visit link:https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneCodeEditor.html[Interface IStandaloneCodeEditor].
1268+
|`ref` |React reference to `{ editor?: IStandaloneCodeEditor }`. Using the `editor` property, you are able to access to all methods to control the editor. For more information, visit link:https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IStandaloneCodeEditor.html[Interface IStandaloneCodeEditor].
12691269
|===
12701270

12711271

0 commit comments

Comments
 (0)