Skip to content

Commit 8be8644

Browse files
committed
docs(web): updated footer link to use HTML format for privacy policy
1 parent 0eccbbf commit 8be8644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/docs/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default async function HiveDocsLayout({ children }: { children: ReactNode
113113
resources: [
114114
{
115115
children: 'Privacy Policy',
116-
href: 'https://the-guild.dev/graphql/hive/privacy-policy.pdf',
116+
href: 'https://the-guild.dev/graphql/hive/privacy-policy.html',
117117
title: 'Privacy Policy',
118118
},
119119
{

0 commit comments

Comments
 (0)