mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52:26 -05:00
docs(readme): update redirected links (#27726)
This commit is contained in:
parent
9aa02769c8
commit
e4a16e91fa
2 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
<img align="right" src="https://deno.land/logo.svg" height="150px" alt="the deno mascot dinosaur standing in the rain">
|
<img align="right" src="https://deno.land/logo.svg" height="150px" alt="the deno mascot dinosaur standing in the rain">
|
||||||
|
|
||||||
[Deno](https://www.deno.com)
|
[Deno](https://deno.com)
|
||||||
([/ˈdiːnoʊ/](http://ipa-reader.xyz/?text=%CB%88di%CB%90no%CA%8A), pronounced
|
([/ˈdiːnoʊ/](https://ipa-reader.com/?text=%CB%88di%CB%90no%CA%8A), pronounced
|
||||||
`dee-no`) is a JavaScript, TypeScript, and WebAssembly runtime with secure
|
`dee-no`) is a JavaScript, TypeScript, and WebAssembly runtime with secure
|
||||||
defaults and a great developer experience. It's built on [V8](https://v8.dev/),
|
defaults and a great developer experience. It's built on [V8](https://v8.dev/),
|
||||||
[Rust](https://www.rust-lang.org/), and [Tokio](https://tokio.rs/).
|
[Rust](https://www.rust-lang.org/), and [Tokio](https://tokio.rs/).
|
||||||
|
|
|
@ -48,8 +48,8 @@ const packages: Package[] = [{
|
||||||
|
|
||||||
const markdownText = `# Deno
|
const markdownText = `# Deno
|
||||||
|
|
||||||
[Deno](https://www.deno.com)
|
[Deno](https://deno.com)
|
||||||
([/ˈdiːnoʊ/](http://ipa-reader.xyz/?text=%CB%88di%CB%90no%CA%8A), pronounced
|
([/ˈdiːnoʊ/](https://ipa-reader.com/?text=%CB%88di%CB%90no%CA%8A), pronounced
|
||||||
\`dee-no\`) is a JavaScript, TypeScript, and WebAssembly runtime with secure
|
\`dee-no\`) is a JavaScript, TypeScript, and WebAssembly runtime with secure
|
||||||
defaults and a great developer experience. It's built on [V8](https://v8.dev/),
|
defaults and a great developer experience. It's built on [V8](https://v8.dev/),
|
||||||
[Rust](https://www.rust-lang.org/), and [Tokio](https://tokio.rs/).
|
[Rust](https://www.rust-lang.org/), and [Tokio](https://tokio.rs/).
|
||||||
|
|
Loading…
Add table
Reference in a new issue