1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 06:09:25 -05:00

docs: fix links to examples (#7919)

This commit is contained in:
sakas 2020-10-14 00:19:34 +09:00 committed by GitHub
parent 47eeb889e1
commit f42d0fc99e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,19 +5,19 @@ more about the runtime.
## Basic
- [Hello World](./examples/hello_world)
- [Import and Export Modules](./examples/import_export)
- [How to Manage Dependencies](./examples/manage_dependencies)
- [Fetch Data](./examples/fetch_data)
- [Read and Write Files](./examples/read_write_files)
- [Hello World](./examples/hello_world.md)
- [Import and Export Modules](./examples/import_export.md)
- [How to Manage Dependencies](./examples/manage_dependencies.md)
- [Fetch Data](./examples/fetch_data.md)
- [Read and Write Files](./examples/read_write_files.md)
## Advanced
- [Unix Cat](./examples/unix_cat)
- [File Server](./examples/file_server)
- [TCP Echo](./examples/tcp_echo)
- [Subprocess](./examples/subprocess)
- [Permissions](./examples/permissions)
- [OS Signals](./examples/os_signals)
- [File System Events](./examples/file_system_events)
- [Testing If Main](./examples/testing_if_main)
- [Unix Cat](./examples/unix_cat.md)
- [File Server](./examples/file_server.md)
- [TCP Echo](./examples/tcp_echo.md)
- [Subprocess](./examples/subprocess.md)
- [Permissions](./examples/permissions.md)
- [OS Signals](./examples/os_signals.md)
- [File System Events](./examples/file_system_events.md)
- [Testing If Main](./examples/testing_if_main.md)