Skip to content

Commit de7cbc9

Browse files
authored
fix: add redirect for broken install-self-hosted/readme link (#735)
* fix: add redirect for broken install-self-hosted/readme link * fix: correct broken install-self-hosted wildcard redirects
1 parent 39fe9dd commit de7cbc9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,7 +1841,7 @@
18411841
},
18421842
{
18431843
"source": "/en/getting-started/install-self-hosted/:slug*",
1844-
"destination": "/en/self-host/dify-community/:slug*"
1844+
"destination": "/en/self-host/quick-start/docker-compose"
18451845
},
18461846
{
18471847
"source": "/en/guides/workflow/:slug*",
@@ -1965,7 +1965,7 @@
19651965
},
19661966
{
19671967
"source": "/ja-jp/getting-started/install-self-hosted/:slug*",
1968-
"destination": "/ja/self-host/dify-community/:slug*"
1968+
"destination": "/ja/self-host/quick-start/docker-compose"
19691969
},
19701970
{
19711971
"source": "/ja-jp/guides/workflow/:slug*",
@@ -2097,7 +2097,7 @@
20972097
},
20982098
{
20992099
"source": "/zh-hans/getting-started/install-self-hosted/:slug*",
2100-
"destination": "/zh/self-host/dify-community/:slug*"
2100+
"destination": "/zh/self-host/quick-start/docker-compose"
21012101
},
21022102
{
21032103
"source": "/zh-hans/guides/workflow/:slug*",

0 commit comments

Comments
 (0)