From 26899e702a342a78fe3e1f6d049ce73396864b14 Mon Sep 17 00:00:00 2001 From: Max Smythe Date: Tue, 2 May 2023 14:09:29 -0700 Subject: [PATCH] docs: Fix meeting link in website bottom bar Signed-off-by: Max Smythe --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index fd6ce4a6b5b..516a742c5d6 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -64,7 +64,7 @@ module.exports = { }, { label: 'Meetings', - href: 'https://docs.google.com/document/d/1A1-Q-1OMw3QODs1wT6eqfLTagcGmgzAJAjJihiO3T48/edit)', + href: 'https://docs.google.com/document/d/1A1-Q-1OMw3QODs1wT6eqfLTagcGmgzAJAjJihiO3T48/edit', }, ], },