Skip to content

Commit

Permalink
Fix monaco editor link
Browse files Browse the repository at this point in the history
  • Loading branch information
taro-28 committed Aug 24, 2024
1 parent ac68b8b commit bbd385b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/typescriptlang-org/src/pages/dev/sandbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default async function () {
</p>
<p>
This library builds on top of the{" "}
<a href="https://microsoft.github.io/monaco-editor/index.html">
<a href="https://microsoft.github.io/monaco-editor/">
Monaco Editor
</a>
, providing a higher level API but offering access to all the
Expand Down Expand Up @@ -310,7 +310,7 @@ export default async function () {
))}
<p>
The API is mainly a light shim over the{" "}
<a href="https://microsoft.github.io/monaco-editor/api/index.html">
<a href="https://microsoft.github.io/monaco-editor/docs.html">
monaco-editor API
</a>{" "}
with the{" "}
Expand Down

0 comments on commit bbd385b

Please sign in to comment.