From e4fe39f3c82ad985ea33f01a4e772b79bf77698e Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Sun, 24 Mar 2024 09:07:36 -0700 Subject: [PATCH] Fix a link to the doc of externalSymbolLinkMappings (#2533) --- internal-docs/third-party-symbols.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal-docs/third-party-symbols.md b/internal-docs/third-party-symbols.md index 161661cb5..c593685f8 100644 --- a/internal-docs/third-party-symbols.md +++ b/internal-docs/third-party-symbols.md @@ -154,7 +154,7 @@ and, if the link was defined by the user, the [CommentDisplayPart] which was par If `--useTsLinkResolution` is on (the default), it may also be passed a [ReflectionSymbolId] referencing the symbol that TypeScript resolves the link to. -[externalSymbolLinkMappings]: https://typedoc.org/guides/options/#externalsymbollinkmappings +[externalSymbolLinkMappings]: https://typedoc.org/options/comments/#externalsymbollinkmappings [CommentDisplayPart]: https://typedoc.org/api/types/CommentDisplayPart.html [DeclarationReference]: https://typedoc.org/api/interfaces/DeclarationReference.html [ReflectionSymbolId]: https://typedoc.org/api/classes/Application.html