Skip to content

Commit aa3067f

Browse files
committed
improve links
1 parent a90c7af commit aa3067f

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,25 @@ A modern Neovim plugin that integrates [ECA (Editor Code Assistant)](https://eca
2323
> Requires Neovim >= 0.8.0, curl and unzip.
2424
2525
## πŸ“š Documentation
26-
- Installation and system requirements: [docs/installation.md](./docs/installation.md)
27-
- Usage guide (commands, keymaps, tips): [docs/usage.md](./docs/usage.md)
28-
- Configuration reference and presets: [docs/configuration.md](./docs/configuration.md)
29-
- Troubleshooting common issues: [docs/troubleshooting.md](./docs/troubleshooting.md)
30-
- Development & contributing: [docs/development.md](./docs/development.md)
26+
- [Installation and system requirements](./docs/installation.md)
27+
- [Usage guide (commands, keymaps, tips)](./docs/usage.md)
28+
- [Configuration reference and presets](./docs/configuration.md)
29+
- [Troubleshooting common issues](./docs/troubleshooting.md)
30+
- [Development & contributing](./docs/development.md)
3131

3232
## πŸ”— Useful Links
33-
- Official ECA Website: https://eca.dev/
34-
- ECA Documentation: https://docs.eca.dev/
35-
- VS Code Plugin: https://marketplace.visualstudio.com/items?itemName=editor-code-assistant.eca-vscode
36-
- ECA GitHub: https://github.com/editor-code-assistant
33+
- [Official ECA Website](https://eca.dev/)
34+
- [ECA Documentation](https://docs.eca.dev/)
35+
- [VS Code Plugin](https://marketplace.visualstudio.com/items?itemName=editor-code-assistant.eca-vscode)
36+
- [ECA GitHub](https://github.com/editor-code-assistant)
3737

3838
## πŸ“„ License
39-
MIT License β€” see [LICENSE](LICENSE) for details.
39+
see [LICENSE](LICENSE) for details.
4040

4141
## πŸ™ Acknowledgments
4242
Inspired by:
43-
- avante.nvim β€” base structure and UI concepts
44-
- eca-vscode β€” ECA server integration
45-
- The Neovim community
43+
- [avante.nvim](https://github.com/yetone/avante.nvim) β€” base structure and UI concepts
44+
- [eca-vscode](https://github.com/editor-code-assistant/eca-vscode) β€” ECA server integration
4645

4746
---
4847

0 commit comments

Comments
Β (0)