diff --git a/std/manual.md b/std/manual.md index 70ecdc9acd983f..3d8ae0d1374d9a 100644 --- a/std/manual.md +++ b/std/manual.md @@ -873,7 +873,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](#testingifcurrentfileisthemainprogram) +[Testing if current file is the main program](#testing-if-current-file-is-the-main-program) section. Example: