Skip to content

Commit 922136f

Browse files
committed
update links to include version
1 parent 2250393 commit 922136f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

pages/docs/manual/v10.0.0/attribute.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let customTriple = foo => foo * 3
6666
5. `@deprecated` annotates the `customDouble` expression. This shows a warning while compiling telling consumers to not rely on this method long-term.
6767
6. `@deprecated("Use SomeOther.customTriple instead")` annotates the `customTriple` expression with a string to describe the reason for deprecation.
6868

69-
For a list of all decorators and their usage, please refer to the [Syntax Lookup](/syntax-lookup) page.
69+
For a list of all decorators and their usage, please refer to the [Syntax Lookup](/docs/manual/v10.0.0/syntax-lookup) page.
7070

7171
## Extension Point
7272

@@ -87,4 +87,4 @@ Extension points are attributes that don't _annotate_ an item; they _are_ the it
8787

8888
Extension points start with `%`. A standalone extension point (akin to a standalone regular attribute) starts with `%%`.
8989

90-
For a list of all extension points and their usage, please refer to the [Syntax Lookup](/syntax-lookup) page.
90+
For a list of all extension points and their usage, please refer to the [Syntax Lookup](/docs/manual/v10.0.0/syntax-lookup) page.

pages/docs/manual/v10.0.0/external.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ There are several kinds of `external`s, differentiated and/or augmented through
3030
- `@module`: [bind to JS imported/exported values](import-from-export-to-js).
3131
- `@send`: [bind to JS methods](bind-to-js-function).
3232

33-
You can also use our [Syntax Lookup](/syntax-lookup) tool to find them.
33+
You can also use our [Syntax Lookup](/docs/manual/v10.0.0/syntax-lookup) tool to find them.
3434

3535
Related: see also our [list of external decorators](interop-cheatsheet#list-of-decorators).
3636

pages/docs/manual/v11.0.0/attribute.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let customTriple = foo => foo * 3
6666
5. `@deprecated` annotates the `customDouble` expression. This shows a warning while compiling telling consumers to not rely on this method long-term.
6767
6. `@deprecated("Use SomeOther.customTriple instead")` annotates the `customTriple` expression with a string to describe the reason for deprecation.
6868

69-
For a list of all decorators and their usage, please refer to the [Syntax Lookup](/syntax-lookup) page.
69+
For a list of all decorators and their usage, please refer to the [Syntax Lookup](/docs/manual/v11.0.0/syntax-lookup) page.
7070

7171
## Extension Point
7272

@@ -87,4 +87,4 @@ Extension points are attributes that don't _annotate_ an item; they _are_ the it
8787

8888
Extension points start with `%`. A standalone extension point (akin to a standalone regular attribute) starts with `%%`.
8989

90-
For a list of all extension points and their usage, please refer to the [Syntax Lookup](/syntax-lookup) page.
90+
For a list of all extension points and their usage, please refer to the [Syntax Lookup](/docs/manual/v11.0.0/syntax-lookup) page.

pages/docs/manual/v11.0.0/external.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ There are several kinds of `external`s, differentiated and/or augmented through
3030
- `@module`: [bind to JS imported/exported values](import-from-export-to-js).
3131
- `@send`: [bind to JS methods](bind-to-js-function).
3232

33-
You can also use our [Syntax Lookup](/syntax-lookup) tool to find them.
33+
You can also use our [Syntax Lookup](/docs/manual/v11.0.0/syntax-lookup) tool to find them.
3434

3535
Related: see also our [list of external decorators](interop-cheatsheet#list-of-decorators).
3636

pages/docs/manual/v12.0.0/attribute.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let customTriple = foo => foo * 3
6666
5. `@deprecated` annotates the `customDouble` expression. This shows a warning while compiling telling consumers to not rely on this method long-term.
6767
6. `@deprecated("Use SomeOther.customTriple instead")` annotates the `customTriple` expression with a string to describe the reason for deprecation.
6868

69-
For a list of all decorators and their usage, please refer to the [Syntax Lookup](/syntax-lookup) page.
69+
For a list of all decorators and their usage, please refer to the [Syntax Lookup](/docs/manual/v12.0.0/syntax-lookup) page.
7070

7171
## Extension Point
7272

@@ -87,4 +87,4 @@ Extension points are attributes that don't _annotate_ an item; they _are_ the it
8787

8888
Extension points start with `%`. A standalone extension point (akin to a standalone regular attribute) starts with `%%`.
8989

90-
For a list of all extension points and their usage, please refer to the [Syntax Lookup](/syntax-lookup) page.
90+
For a list of all extension points and their usage, please refer to the [Syntax Lookup](/docs/manual/v12.0.0/syntax-lookup) page.

pages/docs/manual/v12.0.0/external.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ There are several kinds of `external`s, differentiated and/or augmented through
3030
- `@module`: [bind to JS imported/exported values](import-from-export-to-js).
3131
- `@send`: [bind to JS methods](bind-to-js-function).
3232

33-
You can also use our [Syntax Lookup](/syntax-lookup) tool to find them.
33+
You can also use our [Syntax Lookup](/docs/manual/v12.0.0/syntax-lookup) tool to find them.
3434

3535
Related: see also our [list of external decorators](interop-cheatsheet#list-of-decorators).
3636

0 commit comments

Comments
 (0)