Skip to content

Commit 3dc33f8

Browse files
committed
Fix paths in docs
1 parent 4f35f7d commit 3dc33f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pages/kotlinx-rpc/cfg/buildprofiles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
<copyright>2000-2025 JetBrains s.r.o.</copyright>
4141
<link href="https://github.com/Kotlin/kotlinx-rpc/blob/main/CONTRIBUTING.md">Contribute to kotlinx.rpc</link>
4242
<link href="https://kotlinlang.slack.com/archives/C072YJ3Q91V">Slack Community</link>
43-
<link href="%host%/api/%kotlinx-rpc-version%/">API Reference</link>
43+
<link href="%host%/api/">API Reference</link>
4444
</footer>
4545
</buildprofiles>

docs/pages/kotlinx-rpc/rpc.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
<toc-element topic="0-2-4.topic"/>
5050
<toc-element topic="0-2-1.topic"/>
5151
</toc-element>
52-
<toc-element toc-title="API Reference" href="%host%/api/%kotlinx-rpc-version%/"/>
52+
<toc-element toc-title="API Reference" href="%host%/api/"/>
5353
</instance-profile>

0 commit comments

Comments
 (0)