mirror of
https://github.com/trycua/computer.git
synced 2026-01-03 12:00:00 -06:00
Fix links in READMEs
This commit is contained in:
@@ -30,7 +30,7 @@ We're always looking for suggestions to make lume better. If you have an idea:
|
||||
|
||||
We follow strict code formatting guidelines to ensure consistency across the codebase. Before submitting any code:
|
||||
|
||||
1. **Review Our Format Guide**: Please review our [Code Formatting Standards](docs/Developer-Guide.md#code-formatting-standards) section in the Getting Started guide.
|
||||
1. **Review Our Format Guide**: Please review our [Code Formatting Standards](Development.md#code-formatting-standards) section in the Getting Started guide.
|
||||
2. **Configure Your IDE**: We recommend using the workspace settings provided in `.vscode/` for automatic formatting.
|
||||
3. **Run Formatting Tools**: Always run the formatting tools before submitting a PR:
|
||||
```bash
|
||||
@@ -51,6 +51,6 @@ Documentation improvements are always welcome. You can:
|
||||
- Improve API documentation
|
||||
- Add tutorials or guides
|
||||
|
||||
For detailed instructions on setting up your development environment and submitting code contributions, please see our [Developer-Guide](./docs/Developer-Guide.md).
|
||||
For detailed instructions on setting up your development environment and submitting code contributions, please see our [Developer-Guide](Development.md).
|
||||
|
||||
Feel free to join our [Discord community](https://discord.com/invite/mVnXXpdE85) to discuss ideas or get help with your contributions.
|
||||
@@ -58,7 +58,7 @@ Using the workspace file is strongly recommended as it:
|
||||
|
||||
## Lume Development
|
||||
|
||||
Refer to the [Lume README](../libs/lume/docs/Development.md) for instructions on how to develop the Lume CLI.
|
||||
Refer to the [Lume README](./libs/lume/Development.md) for instructions on how to develop the Lume CLI.
|
||||
|
||||
## Python Development
|
||||
|
||||
|
||||
Reference in New Issue
Block a user