This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/dev by this push:
new 07fd740 fixed broken link in footer (#82)
07fd740 is described below
commit 07fd74070655d30b3cc2ecb5a4827bdf1b46caf2
Author: Matthew Helmke <[email protected]>
AuthorDate: Thu Aug 24 13:02:11 2023 -0500
fixed broken link in footer (#82)
---
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 78f906e..a43dfd0 100755
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -147,7 +147,7 @@ module.exports = {
},
{
label: 'Administration',
- to: 'https://docs.pinot.apache.org/operating-pinot',
+ to: 'https://docs.pinot.apache.org/operators/operating-pinot',
},
],
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]