Skip to content

Commit d7bd562

Browse files
devin-ai-integration[bot]aditya@dourolabs.xyz
authored andcommitted
fix(developer-hub): fix entropy banner link to use absolute path
Co-Authored-By: aditya@dourolabs.xyz <aditya@dourolabs.xyz>
1 parent bc70d4d commit d7bd562

File tree

1 file changed

+1
-1
lines changed
  • apps/developer-hub/src/app/(docs)/[section]

1 file changed

+1
-1
lines changed

apps/developer-hub/src/app/(docs)/[section]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default async function Layout({
3030
</a>
3131
</strong>{" "}
3232
to track and debug callback issues. &nbsp;|&nbsp;
33-
<Link href="./entropy/whats-new-entropyv2">
33+
<Link href="/entropy/whats-new-entropyv2">
3434
Learn what&apos;s new in Entropy v2.
3535
</Link>
3636
</span>

0 commit comments

Comments
 (0)