diff options
author | Nayeem Rahman <muhammed.9939@gmail.com> | 2019-10-27 01:15:49 +0000 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-10-26 21:15:49 -0400 |
commit | 51dd91a3ccfd9554bcf69b539f2f748da81c5b12 (patch) | |
tree | 15805f1e4b4a24efc8e0a72efb499d708d14ad2d | |
parent | 6869bfa4c63121f60284c7a2e48c5db1ce86f9cc (diff) |
Update link to schematic diagram in manual (#3211)
-rw-r--r-- | std/manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/manual.md b/std/manual.md index 5182e8d64..03042c0fd 100644 --- a/std/manual.md +++ b/std/manual.md @@ -1068,7 +1068,7 @@ Metrics is Deno's internal counters for various statics. ### Schematic diagram -<img src="images/schematic_v0.2.png"> +<img src="https://deno.land/images/schematic_v0.2.png"> ### Profiling |