Skip to content

Commit dd2afee

Browse files
authored
Fix urls
1 parent 7f423fb commit dd2afee

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Acode/
3838

3939
## • Multi-language Support
4040

41-
Enhance Acode's capabilities by adding new languages easily. Just create a file with the language code (e.g., en-us for English) in [`src/lang/`](https://github.com/deadlyjack/Acode/tree/main/src/lang) and include it in [`src/lib/lang.js`](https://github.com/deadlyjack/Acode/blob/main/src/lib/lang.js). Manage strings across languages effortlessly using utility commands:
41+
Enhance Acode's capabilities by adding new languages easily. Just create a file with the language code (e.g., en-us for English) in [`src/lang/`](https://github.com/Acode-Foundation/Acode/tree/main/src/lang) and include it in [`src/lib/lang.js`](https://github.com/Acode-Foundation/Acode/blob/main/src/lib/lang.js). Manage strings across languages effortlessly using utility commands:
4242

4343
```shell
4444
yarn lang add
@@ -93,22 +93,22 @@ Also, ensure that your code is well-documented and includes comments where neces
9393
9494
## • Contributors
9595

96-
<a href="https://github.com/deadlyjack/Acode/graphs/contributors">
97-
<img src="https://contrib.rocks/image?repo=deadlyjack/Acode" />
96+
<a href="https://github.com/Acode-Foundation/Acode/graphs/contributors">
97+
<img src="https://contrib.rocks/image?repo=Acode-Foundation/Acode" />
9898
</a>
9999

100100
## • Developing a Plugin for Acode
101101

102-
For comprehensive documentation on creating plugins for Acode Editor, visit the [repository](https://github.com/deadlyjack/acode-plugin).
102+
For comprehensive documentation on creating plugins for Acode Editor, visit the [repository](https://github.com/Acode-Foundation/acode-plugin).
103103

104104
For plugin development information, refer to: [Acode Plugin Documentation](https://acode.app/plugin-docs)
105105

106106
## Star History
107107

108-
<a href="https://star-history.com/#deadlyjack/Acode&Date">
108+
<a href="https://star-history.com/#Acode-Foundation/Acode&Date">
109109
<picture>
110-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=deadlyjack/Acode&type=Date&theme=dark" />
111-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=deadlyjack/Acode&type=Date" />
112-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=deadlyjack/Acode&type=Date" />
110+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Acode-Foundation/Acode&type=Date&theme=dark" />
111+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Acode-Foundation/Acode&type=Date" />
112+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Acode-Foundation/Acode&type=Date" />
113113
</picture>
114114
</a>

0 commit comments

Comments
 (0)