Skip to content

Commit

Permalink
Fix website links to be OSS compliant
Browse files Browse the repository at this point in the history
Reviewed By: bochko

Differential Revision: D62501292

fbshipit-source-id: 1aa714d611cc16b68721bcda04857369b3065899
  • Loading branch information
Josef Svenningsson authored and facebook-github-bot committed Sep 11, 2024
1 parent 5782bc1 commit 4c3fd7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions glean/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ module.exports = {
items: [
{
label: 'Privacy',
href: 'https://opensource.facebook.com/legal/privacy/',
href: 'https://opensource.fb.com/legal/privacy',
},
{
label: 'Terms',
href: 'https://opensource.facebook.com/legal/terms/',
href: 'https://opensource.fb.com/legal/terms',
},
],
},
Expand All @@ -108,7 +108,7 @@ module.exports = {
href: 'https://opensource.facebook.com',
},
// Please do not remove the credits, help to publicize Docusaurus :)
copyright: `Copyright © ${new Date().getFullYear()} Meta Platforms, Inc. Built with Docusaurus.`,
copyright: `Copyright © Meta Platforms, Inc. Built with Docusaurus.`,
},
},
presets: [
Expand Down

0 comments on commit 4c3fd7b

Please sign in to comment.