diff options
author | Sarah Haggarty <81160244+sarahhaggarty@users.noreply.github.com> | 2023-04-26 16:46:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 16:46:31 +0200 |
commit | 3fc8b83aa53a83e8e2915b22ff79acd6e6bb8d28 (patch) | |
tree | 9bfde8f7446c9aff8fe3d4d8292b5e196f5ebd5b /docs | |
parent | 43c33f63506f0d583a9a8f83ec5dc378f33b5ea7 (diff) | |
download | dokka-3fc8b83aa53a83e8e2915b22ff79acd6e6bb8d28.tar.gz dokka-3fc8b83aa53a83e8e2915b22ff79acd6e6bb8d28.tar.bz2 dokka-3fc8b83aa53a83e8e2915b22ff79acd6e6bb8d28.zip |
Fix dead links for CLI external links configuration (#2985)
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/topics/runners/dokka-cli.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/runners/dokka-cli.md b/docs/topics/runners/dokka-cli.md index ddaf3bbd..629ea40e 100644 --- a/docs/topics/runners/dokka-cli.md +++ b/docs/topics/runners/dokka-cli.md @@ -354,7 +354,7 @@ with [all configuration options](#complete-configuration) applied at the bottom </def> <def title="externalDocumentationLinks"> <p>The global configuration of external documentation links, regardless of the source set they are used in.</p> - <p>For a list of possible options, see <a href="#external-documentation-configuration">external documentation configuration</a>.</p> + <p>For a list of possible options, see <a href="#external-documentation-links-configuration">external documentation links configuration</a>.</p> </def> <def title="pluginsClasspath"> <p>A list of JAR files with Dokka plugins and their dependencies.</p> @@ -565,7 +565,7 @@ How to configure Kotlin </def> <def title="externalDocumentationLinks"> <p>A set of parameters for external documentation links that is applied only for this source set.</p> - <p>For a list of possible options, see <a href="#external-documentation-configuration">external documentation configuration</a>.</p> + <p>For a list of possible options, see <a href="#external-documentation-links-configuration">external documentation links configuration</a>.</p> </def> </deflist> |