Skip to content

Commit 52dfbdd

Browse files
committed
Also mark "Protocol Registry" as external
1 parent 0c9cba3 commit 52dfbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/docs/layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const navItems = [
3434
},
3535
{title: 'Resources',
3636
links: [
37-
{title: 'Protocol Registry', href: '/proto'},
37+
{title: 'Protocol Registry', href: '/proto', external: true},
3838
{title: 'Write your own Protocol', href: '/docs/protocols/writing'},
3939
{title: 'Awesome List', href: 'https://github.com/n0-computer/awesome-iroh', external: true},
4040
{title: 'FAQ', href: '/docs/faq'},

0 commit comments

Comments
 (0)