Skip to content

Commit

Permalink
update wiki path
Browse files Browse the repository at this point in the history
  • Loading branch information
raingggg committed Dec 10, 2021
1 parent c2317d1 commit ba3bbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Easy Setup using [Quick Start](https://www.coctohug.xyz/)

*Seek more help on our [Website](https://www.coctohug.xyz/) / [Github](https://github.com/raingggg/coctohug) / [Discussions](https://github.com/raingggg/coctohug/discussions) / [Discord](https://discord.gg/2QHx9yT5)*.

*[Here is more detailed user manual](./docs/wiki/wiki/wiki_en.md)*
*[Here is more detailed user manual](./docs/wiki/wiki_en.md)*


## English Screenshot
Expand Down
2 changes: 1 addition & 1 deletion utils/generateReadme.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const processAll = async (startLocale) => {

let content = await readFile(`${destPath}.md`, 'utf8');
content = content.replaceAll('(./readme', '(./docs/readme/readme');
content = content.replaceAll('(../wiki', '(./docs/wiki/wiki');
content = content.replaceAll('(../wiki', '(./docs/wiki');
content = content.replaceAll('(../../images', '(./images');
await writeFile(readmePath, content);
};
Expand Down

0 comments on commit ba3bbac

Please sign in to comment.