diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-10-12 12:23:58 -0700 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-10-12 12:23:58 -0700 |
| commit | 4b7204babe4716af107786f8794072b9496d2daf (patch) | |
| tree | 8f0454a80cc9dd8d9be506960ca0300cd01533a4 /website/index.html | |
| parent | 97d8498d46bbfb7bb16eeb3a69565d2aeda1e5aa (diff) | |
Update various links to deno_std (#3096)
Diffstat (limited to 'website/index.html')
| -rw-r--r-- | website/index.html | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/website/index.html b/website/index.html index 2b4d29ba3..38c0092c7 100644 --- a/website/index.html +++ b/website/index.html @@ -37,19 +37,6 @@ </td> </tr> <tr> - <th><a href="https://github.com/denoland/deno_std">deno_std</a></th> - <td colspan="2"> - <a - class="badge" - href="https://dev.azure.com/denoland/deno_std/_build?definitionId=2" - > - <img - src="https://dev.azure.com/denoland/deno_std/_apis/build/status/denoland.deno_std?branchName=master" - /> - </a> - </td> - </tr> - <tr> <th> <a href="https://github.com/denoland/deno_install">deno_install</a> </th> @@ -125,7 +112,7 @@ window.onload = async () => { <p><a href="https://deno.land/typedoc/">API Reference</a></p> <p> - <a href="https://github.com/denoland/deno_std">Standard Modules</a> + <a href="https://deno.land/std/">Standard Modules</a> </p> <p><a href="style_guide.html">Style Guide</a></p> |
