diff --git a/deploy/readmes/web.md b/deploy/readmes/web.md index 69414e12a..aecefaf6a 100644 --- a/deploy/readmes/web.md +++ b/deploy/readmes/web.md @@ -8,7 +8,7 @@ The APIs inside `@types/web` are [generated from](https://github.com/microsoft/T ## Installation -With TypeScript 4.5+ using [lib replacement](https://github.com/microsoft/TypeScript/pull/45771), you can swap the DOM lib with this dependency: +With TypeScript 4.5+ using [lib replacement](https://www.typescriptlang.org/tsconfig/#libReplacement), you can swap the DOM lib with this dependency: ```sh pnpm add @typescript/lib-dom@npm:@types/web --save-dev @@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a ## Deploy Metadata -You can read what changed in version {{version}} at {{release_href}}. \ No newline at end of file +You can read what changed in version {{version}} at {{release_href}}. diff --git a/deploy/readmes/webworker.md b/deploy/readmes/webworker.md index 6d900a89c..35d540c89 100644 --- a/deploy/readmes/webworker.md +++ b/deploy/readmes/webworker.md @@ -8,7 +8,7 @@ This package contains type definitions which will set up the global environment ## Installation -With TypeScript 4.5+ using [lib replacement](https://github.com/microsoft/TypeScript/pull/45771), you can swap the WebWorker lib with this dependency: +With TypeScript 4.5+ using [lib replacement](https://www.typescriptlang.org/tsconfig/#libReplacement), you can swap the WebWorker lib with this dependency: ```sh pnpm add @typescript/lib-webworker@npm:@types/webworker --save-dev @@ -45,4 +45,4 @@ This project does not respect semantic versioning as almost every change could p ## Deploy Metadata -You can read what changed in version {{version}} at {{release_href}}. \ No newline at end of file +You can read what changed in version {{version}} at {{release_href}}.