diff options
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> |
