summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNayeem Rahman <muhammed.9939@gmail.com>2019-07-24 04:36:10 +0100
committerRyan Dahl <ry@tinyclouds.org>2019-07-23 23:36:10 -0400
commit589643d55768acf14c4a111b49881e7cd4b7bc7d (patch)
tree5afa1925012b2f8e9143e90ec463c662221e8655
parent1406961d2b32b6ff9d842e13d2add124b7e3119d (diff)
Fix anchor link destination (#2679)
-rw-r--r--website/manual.md2
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: