Fix links in READMEs

This commit is contained in:
James Murdza
2025-09-05 03:21:31 -04:00
parent a578df75ab
commit 26daf8f3da
2 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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