From 4c3fd7b9c3312d248b6958c67327115143d96583 Mon Sep 17 00:00:00 2001 From: Josef Svenningsson Date: Wed, 11 Sep 2024 09:12:01 -0700 Subject: [PATCH] Fix website links to be OSS compliant Reviewed By: bochko Differential Revision: D62501292 fbshipit-source-id: 1aa714d611cc16b68721bcda04857369b3065899 --- glean/website/docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glean/website/docusaurus.config.js b/glean/website/docusaurus.config.js index 878a7d332..2923f9672 100644 --- a/glean/website/docusaurus.config.js +++ b/glean/website/docusaurus.config.js @@ -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', }, ], }, @@ -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: [