This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 58ab116120 fix error on windows, dir contain trailing whitespace:
invalid path 'content/en/latest/facade-docs/contact /_index.md' (#1112)
58ab116120 is described below
commit 58ab1161203203f26de22f169125deeb900f10cd
Author: yucw01 <[email protected]>
AuthorDate: Tue Jun 21 10:13:58 2022 +0800
fix error on windows, dir contain trailing whitespace: invalid path
'content/en/latest/facade-docs/contact /_index.md' (#1112)
* fix error on windows, dir contain trailing whitespace: invalid path
'content/zh/docs3-building/docs/contact /_index.md'
* remove ontact dir trailing whitespace
---
content/en/latest/facade-docs/{contact => contact}/_index.md | 0
content/zh/docs3-building/docs/{contact => contact}/_index.md | 0
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/content/en/latest/facade-docs/contact /_index.md
b/content/en/latest/facade-docs/contact/_index.md
similarity index 100%
rename from content/en/latest/facade-docs/contact /_index.md
rename to content/en/latest/facade-docs/contact/_index.md
diff --git a/content/zh/docs3-building/docs/contact /_index.md
b/content/zh/docs3-building/docs/contact/_index.md
similarity index 100%
rename from content/zh/docs3-building/docs/contact /_index.md
rename to content/zh/docs3-building/docs/contact/_index.md