Skip to content

Commit ca2bc12

Browse files
committed
Typo
1 parent 5ab0e87 commit ca2bc12

4 files changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@
3030
* [Lifetimes](content/en/docs/c3.lifetimes.md)
3131

3232
## Lets Get It Started
33-
* [Code organization](content/en/docs/d1.code-organization.md)
34-
* [Functions](content/en/docs/d2.functions.md)
35-
* [Modules](content/en/docs/d3.modules.md)
36-
* [Crates](content/en/docs/d4.crates.md)
37-
* [Workspaces](content/en/docs/d5.workspaces.md)
38-
* [use](content/en/docs/d6.use.md)
39-
* [std, primitives and preludes](content/en/docs/d7.std-primitives-and-preludes.md)
33+
* [Modules](content/en/docs/d1.modules.md)
34+
* [use](content/en/docs/d2.use.md)
35+
* [Crates and Packages](content/en/docs/d3.crates-and-packages.md)
36+
* [Workspaces](content/en/docs/d4.workspaces.md)
37+
* [std, primitives and preludes](content/en/docs/d5.std-primitives-and-preludes.md)
4038

4139
## Error Handling
4240
* [Smart Compiler](content/en/docs/e1.smart-compiler.md)

content/en/docs/d3.crates-and-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ my_app
205205
> - `-n` / `--dry-run`: Preview changes without modifying `Cargo.toml`. Ex: `cargo add uuid -n`
206206
> - `-F` / `--features <features>`: Enable specific features. Ex: `cargo add uuid -F v7`
207207
> - `uuid = { version = "1.23.4", features = ["v7"] }` (💡Cargo.toml [dependencies])
208-
> - `--rename <name>`: Rename the dependency. Ex. `cargo add uuid --rename id`
208+
> - `--rename <NAME>`: Rename the dependency. Ex. `cargo add uuid --rename id`
209209
> - `id = { version = "1.23.4", package = "uuid" }` (💡Cargo.toml [dependencies])
210210
> - Source: A Git repository
211211
> - `--git <URI>`: Git repository location.
File renamed without changes.

data/en/home/card-grid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ items:
2222
description: Modern & modular technical documentation and blog setup.
2323
link:
2424
label: Contribute
25-
url: https://github.com/dumindu/e25dx
25+
url: https://dumindu.github.io/E25DX/
2626

2727
- icon: build/web
2828
title: Documentation

0 commit comments

Comments
 (0)