diff options
-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: |