Skip to content

Commit

Permalink
docs: fix import_map link in creating-a-project (#2218)
Browse files Browse the repository at this point in the history
closes #2208
  • Loading branch information
deer authored Jan 8, 2024
1 parent 8c43850 commit e12e08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/latest/getting-started/create-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ respectively:
Finally a **`static/`** folder is created that contains static files that are
automatically served "as is". [Learn more about static files][static-files].

[import-map]: https://deno.land/manual/linking_to_external_code/import_maps
[import-map]: https://docs.deno.com/runtime/manual/basics/import_maps
[task-runner]: https://deno.land/manual/tools/task_runner
[static-files]: ../concepts/static-files

0 comments on commit e12e08f

Please sign in to comment.