Skip to content

Commit e4a16e9

Browse files
authored
docs(readme): update redirected links (#27726)
1 parent 9aa0276 commit e4a16e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<img align="right" src="https://deno.land/logo.svg" height="150px" alt="the deno mascot dinosaur standing in the rain">
88

9-
[Deno](https://www.deno.com)
10-
([/ˈdiːnoʊ/](http://ipa-reader.xyz/?text=%CB%88di%CB%90no%CA%8A), pronounced
9+
[Deno](https://deno.com)
10+
([/ˈdiːnoʊ/](https://ipa-reader.com/?text=%CB%88di%CB%90no%CA%8A), pronounced
1111
`dee-no`) is a JavaScript, TypeScript, and WebAssembly runtime with secure
1212
defaults and a great developer experience. It's built on [V8](https://v8.dev/),
1313
[Rust](https://www.rust-lang.org/), and [Tokio](https://tokio.rs/).

tools/release/npm/build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ const packages: Package[] = [{
4848

4949
const markdownText = `# Deno
5050
51-
[Deno](https://www.deno.com)
52-
([/ˈdiːnoʊ/](http://ipa-reader.xyz/?text=%CB%88di%CB%90no%CA%8A), pronounced
51+
[Deno](https://deno.com)
52+
([/ˈdiːnoʊ/](https://ipa-reader.com/?text=%CB%88di%CB%90no%CA%8A), pronounced
5353
\`dee-no\`) is a JavaScript, TypeScript, and WebAssembly runtime with secure
5454
defaults and a great developer experience. It's built on [V8](https://v8.dev/),
5555
[Rust](https://www.rust-lang.org/), and [Tokio](https://tokio.rs/).

0 commit comments

Comments
 (0)