From 311eaa4dfbdff508c54bda5eddb9a1c940c1bd43 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Thu, 4 May 2023 06:38:50 +1000 Subject: [PATCH] Update `monaco.d.ts` link fixes: https://github.com/microsoft/monaco-editor/issues/3941 Linked to node hosted `monaco.d.ts` file as the docs are already linked on the same line. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 297e8cf9..dfdb2b82 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ It is recommended to develop against the `dev` version, and in production to use - [Integrate the AMD version](./docs/integrate-amd.md). - [Integrate the ESM version](./docs/integrate-esm.md) - Learn how to use the editor API and try out your own customizations in the [playground](https://microsoft.github.io/monaco-editor/playground.html). -- Explore the [API docs](https://microsoft.github.io/monaco-editor/docs.html) or read them straight from [`monaco.d.ts`](https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts). +- Explore the [API docs](https://microsoft.github.io/monaco-editor/docs.html) or read them straight from [`monaco.d.ts`](https://microsoft.github.io/monaco-editor/node_modules/monaco-editor/monaco.d.ts). - Read [this guide](https://github.com/microsoft/monaco-editor/wiki/Accessibility-Guide-for-Integrators) to ensure the editor is accessible to all your users! - Create a Monarch tokenizer for a new programming language [in the Monarch playground](https://microsoft.github.io/monaco-editor/monarch.html). - Ask questions on [StackOverflow](https://stackoverflow.com/questions/tagged/monaco-editor)! Search open and closed issues, there are a lot of tips in there!