diff options
author | Nayeem Rahman <muhammed.9939@gmail.com> | 2019-07-24 04:36:10 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-07-23 23:36:10 -0400 |
commit | 589643d55768acf14c4a111b49881e7cd4b7bc7d (patch) | |
tree | 5afa1925012b2f8e9143e90ec463c662221e8655 | |
parent | 1406961d2b32b6ff9d842e13d2add124b7e3119d (diff) |
Fix anchor link destination (#2679)
-rw-r--r-- | website/manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md index 292830feb..9d2b60455 100644 --- a/website/manual.md +++ b/website/manual.md @@ -776,7 +776,7 @@ tabs. It is a good practice to use `import.meta.main` idiom for an entry point for executable file. See -[Testing if current file is the main program](#testing-if-current-file-is-the-main-program) +[Testing if current file is the main program](#testingifcurrentfileisthemainprogram) section. Example: |