From 2be6d375ba2069942a3f94b671d25168bfdb4b9c Mon Sep 17 00:00:00 2001 From: TheMaverickProgrammer <91709+TheMaverickProgrammer@users.noreply.github.com> Date: Wed, 28 Sep 2022 00:13:20 -0400 Subject: [PATCH] Update the-self-parameter.md Bad link to `Compiler Annoations` md file fixed --- docs/the-self-parameter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the-self-parameter.md b/docs/the-self-parameter.md index 508fdf3d..2599ccf4 100644 --- a/docs/the-self-parameter.md +++ b/docs/the-self-parameter.md @@ -143,7 +143,7 @@ Namespace:foo("foo") If you want to specify that all functions in a file should have no context, you can use [`@noSelfInFile`](./advanced/compiler-annotations.md#noselfinfile) at the top of the file. -For more information on [`@noSelf`](./advanced/compiler-annotations.md#noself) and [`@noSelfInFile`](./advanced/compiler-annotations.md#noselfinfile), please refer to [Compiler Annotations](./advanced/compiler-annotations). +For more information on [`@noSelf`](./advanced/compiler-annotations.md#noself) and [`@noSelfInFile`](./advanced/compiler-annotations.md#noselfinfile), please refer to [Compiler Annotations](./advanced/compiler-annotations.md). ### `noImplicitSelf`