1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-31 11:34:15 -05:00

fix(doc): Resolves dead link on script installer man page (#8705)

This commit is contained in:
Andrew Mitchell 2020-12-10 13:49:50 -05:00 committed by GitHub
parent 5f05e1783e
commit fd9b0202c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ deno install --allow-net --allow-read https://deno.land/std@$STD_VERSION/http/fi
The above command creates an executable called `file_server` that runs with
network and read permissions and binds to port 8080.
For good practice, use the [`import.meta.main`](../examples/testing_if_main.md)
For good practice, use the [`import.meta.main`](../examples/module_metadata.md)
idiom to specify the entry point in an executable script.
Example: