Skip to content

Commit a62c155

Browse files
committed
Update links
1 parent 192196a commit a62c155

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ This list is a collection of the best Deno modules and resources.
6363

6464
### Official Docs
6565

66-
- [Official Site](https://deno.land)
67-
- [Deno Manual](https://deno.land/manual)
68-
- [Deno API Reference](https://deno.land/api)
69-
- [Deno Standard Modules](https://deno.land/std)
66+
- [Official Site](https://deno.com)
67+
- [Deno Manual](https://docs.deno.com)
68+
- [Deno API Reference](https://docs.deno.com/api)
69+
- [Deno Standard Library](https://jsr.io/@std)
7070

7171
### External Docs
7272

@@ -257,7 +257,6 @@ This list is a collection of the best Deno modules and resources.
257257
- [rubico](https://github.com/richytong/rubico) - 🏞 [a]synchronous function composition; it just works.
258258
- [solc](https://github.com/deno-web3/solc) - 💎 Solidity bindings for Deno.
259259
- [switcher4deno](https://github.com/switcherapi/switcher-client-deno) - Feature Flag Deno SDK client for Switcher-API.
260-
- [tryify](https://github.com/twilsoft/tryify) - Functional style error handling; never throw/try/catch/finally again.
261260
- [type-fest](https://github.com/denoserverless/type-fest) - A collection of essential TypeScript types (port of sindresorhus/type-fest).
262261
- [unified-deno-lock](https://github.com/yooneskh/unified-deno-lock) - Powerful and simple lock (mutex) library to handle race conditions with zero dependencies
263262
- [wasm-gzip](https://github.com/manyuanrong/wasm_gzip) - Perform gzip operations for Deno.
@@ -386,7 +385,6 @@ This list is a collection of the best Deno modules and resources.
386385
- [udd](https://github.com/hayd/deno-udd) - Update Deno dependencies: updates import statements to their latest published version.
387386
- [velociraptor](https://github.com/umbopepato/velociraptor) - An npm-style script runner for Deno.
388387
- [vscode-deno](https://github.com/denoland/vscode_deno) - VS Code extension that provides Deno support using the `TypeScript Deno language service plugin`.
389-
- [vscode-deno-starter](https://github.com/twilsoft/vscode-deno-starter) - VS Code project boilerplate to get started with Deno.
390388
- [denofn-selfhosted](https://github.com/denofn/denofn-selfhosted) - Self-hosted Deno functions, made with Deno and Docker.
391389

392390
## Integrations

0 commit comments

Comments
 (0)