Skip to content

Commit 27f550f

Browse files
committed
Fix broken links in example
1 parent 0c105ec commit 27f550f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

example/src/functions.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ export const sqrtArrowFunction = (x: number): number => Math.sqrt(x);
2727
/**
2828
* A simple generic function that concatenates two arrays.
2929
*
30-
* Use [`@typeParam <param
31-
* name>`](https://typedoc.org/guides/doccomments/#%40typeparam-%3Cparam-name%3E-or-%40template-%3Cparam-name%3E)
30+
* Use [`@typeParam <param name>`](https://typedoc.org/tags/typeParam/)
3231
* to document generic type parameters, e.g.
3332
*
3433
* ```text

example/src/showcase.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
*
88
* ## Symbol References
99
*
10-
* You can link to other classes, members or functions using double square
11-
* brackets or an inline link tag. See the [TypeDoc
12-
* documentation](https://typedoc.org/guides/doccomments/#symbol-references) for
10+
* You can link to other classes, members or functions using an inline link tag. See the [TypeDoc
11+
* documentation](https://typedoc.org/tags/link/) for
1312
* details.
1413
*
1514
* ## Code in Doc Comments

0 commit comments

Comments
 (0)