Skip to content

Commit 64a8151

Browse files
committed
Fix README links
1 parent cfd92b5 commit 64a8151

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy/readmes/audioworklet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use `@types/audioworklet` you need to do two things:
1818

1919
That's all.
2020

21-
If you'd like to ensure that the DOM types are never accidentally included, you can use [@orta/types-noop]()https://www.npmjs.com/package/@orta/type-noops) in TypeScript 4.5+.
21+
If you'd like to ensure that the DOM types are never accidentally included, you can use [@orta/types-noop](https://www.npmjs.com/package/@orta/type-noops) in TypeScript 4.5+.
2222

2323
## SemVer
2424

deploy/readmes/serviceworker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use `@types/serviceworker` you need to do two things:
1818

1919
That's all.
2020

21-
If you'd like to ensure that the DOM types are never accidentally included, you can use [@orta/types-noop]()https://www.npmjs.com/package/@orta/type-noops) in TypeScript 4.5+.
21+
If you'd like to ensure that the DOM types are never accidentally included, you can use [@orta/types-noop](https://www.npmjs.com/package/@orta/type-noops) in TypeScript 4.5+.
2222

2323
## SemVer
2424

deploy/readmes/sharedworker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use `@types/sharedworker` you need to do two things:
1818
1. **With "lib"** - You should remove `"dom"`.
1919

2020

21-
If you'd like to ensure that the DOM types are never accidentally included, you can use [@orta/types-noop]()https://www.npmjs.com/package/@orta/type-noops) in TypeScript 4.5+.
21+
If you'd like to ensure that the DOM types are never accidentally included, you can use [@orta/types-noop](https://www.npmjs.com/package/@orta/type-noops) in TypeScript 4.5+.
2222

2323
## SemVer
2424

deploy/readmes/webworker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Removing `"webworker"` gives @types/webworker the chance to provide the same set
3535

3636
</details>
3737

38-
If you'd like to ensure that the DOM types are never accidentally included, you can use [@orta/types-noop]()https://www.npmjs.com/package/@orta/type-noops) in TypeScript 4.5+.
38+
If you'd like to ensure that the DOM types are never accidentally included, you can use [@orta/types-noop](https://www.npmjs.com/package/@orta/type-noops) in TypeScript 4.5+.
3939

4040
## SemVer
4141

0 commit comments

Comments
 (0)