Skip to content

Commit 7a4eedf

Browse files
authored
fix: Fixed broken anchor, to target to an already existing and related topic in the docs (#890)
Fixes #888
1 parent d5dd83d commit 7a4eedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/routes/package/publish.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default define.page<typeof handler>(function PackagePage({
8181
You can specify multiple entry points by using an object
8282
instead of a string.{" "}
8383
<a
84-
href="/docs/publishing-packages#package-metadata"
84+
href="/docs/package-configuration#exports"
8585
class="link"
8686
>
8787
Learn more about exports.

0 commit comments

Comments
 (0)