This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new 9639dbd2 Fix redirect link (#218)
9639dbd2 is described below
commit 9639dbd2b1ba3a945f9951f60e093cd0cb5c5b75
Author: Jack Tsai <[email protected]>
AuthorDate: Wed Sep 7 15:11:12 2022 +0800
Fix redirect link (#218)
Co-authored-by: tsaitsung-han.tht <[email protected]>
---
docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 422a69fe..360e94b5 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -124,7 +124,7 @@ const darkCodeTheme =
require("prism-react-renderer/themes/dracula");
'@docusaurus/plugin-client-redirects', {
redirects: [
{
- from: '/downloading/releases',
+ from: '/dowloading/releases/',
to: '/download'
},
{