Skip to content

Commit

Permalink
Fix Monaco doc link (#14387)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Sep 25, 2023
1 parent 2280fe4 commit 2ed568f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="mb-3">
<label asp-for="Options">@T["Enter the editor options, language is always set to `html` when saved."]</label>
<div id="@Html.IdFor(m => m)_editor" style="min-height: 200px;" class="form-control"></div>
<span class="hint"><a href="https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html" target="_blank">@T["Documentation for options"]</a></span>
<span class="hint"><a href="https://microsoft.github.io/monaco-editor/typedoc/interfaces/editor.IStandaloneEditorConstructionOptions.html" target="_blank">@T["Documentation for options"]</a></span>
<textarea asp-for="Options" hidden>@Html.Raw(Model.Options)</textarea>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="mb-3">
<label asp-for="Options">@T["Enter the editor options."]</label>
<div id="@Html.IdFor(m => m)_editor" style="min-height: 200px;" class="form-control"></div>
<span class="hint"><a href="https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html" target="_blank">@T["Documentation for options"]</a></span>
<span class="hint"><a href="https://microsoft.github.io/monaco-editor/typedoc/interfaces/editor.IStandaloneEditorConstructionOptions.html" target="_blank">@T["Documentation for options"]</a></span>
<textarea asp-for="Options" hidden>@Html.Raw(Model.Options)</textarea>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="mb-3">
<label asp-for="Options">@T["Enter the editor options, language is always set to `html` when saved."]</label>
<div id="@Html.IdFor(m => m)_editor" style="min-height: 200px;" class="form-control"></div>
<span class="hint"><a href="https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html" target="_blank">@T["Documentation for options"]</a></span>
<span class="hint"><a href="https://microsoft.github.io/monaco-editor/typedoc/interfaces/editor.IStandaloneEditorConstructionOptions.html" target="_blank">@T["Documentation for options"]</a></span>
<textarea asp-for="Options" hidden>@Html.Raw(Model.Options)</textarea>
</div>
</div>
Expand Down

0 comments on commit 2ed568f

Please sign in to comment.