summaryrefslogtreecommitdiff
path: root/docs/linking_to_external_code/import_maps.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-05-09 09:15:26 -0400
committerGitHub <noreply@github.com>2020-05-09 09:15:26 -0400
commitd5dd5ae87d7598643a46f27fa4a11b2a85d42be8 (patch)
treea85263c25eda5d29669be039e6a83b58ac61a309 /docs/linking_to_external_code/import_maps.md
parent5de077ab6558129d57e1212e0896caa5d5318eb1 (diff)
std/0.50.0
Add std/version.ts and document unstableness of std.
Diffstat (limited to 'docs/linking_to_external_code/import_maps.md')
-rw-r--r--docs/linking_to_external_code/import_maps.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linking_to_external_code/import_maps.md b/docs/linking_to_external_code/import_maps.md
index 567adf158..de5edaa87 100644
--- a/docs/linking_to_external_code/import_maps.md
+++ b/docs/linking_to_external_code/import_maps.md
@@ -1,7 +1,7 @@
## Import maps
> This is an unstable feature. Learn more about
-> [unstable features](../../runtime/unstable).
+> [unstable features](../runtime/stability.md).
Deno supports [import maps](https://github.com/WICG/import-maps).