Skip to content

Commit

Permalink
Fix Cargo.toml repository links (#1749)
Browse files Browse the repository at this point in the history
* Fix wgpu github link

* Fix burn-train repo link

* Fix burn-tensor github repo

* Fix burn-tensor repo link

* Fix remaining repo links in crates Cargo.toml

---------

Co-authored-by: Jonathan Richard <47578360+jwric@users.noreply.github.com>
  • Loading branch information
ThierryCantin-Demers and jwric committed May 9, 2024
1 parent 5bbc5ea commit b09d843
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion crates/burn-autodiff/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-autodiff"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-autodiff"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-autodiff"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-candle/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-candle"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-candle"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-candle"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-common/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = []
license.workspace = true
name = "burn-common"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-common"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-common"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-compute/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-compute"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-compute"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-compute"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-core/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"]
license.workspace = true
name = "burn-core"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-core"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-core"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-cuda/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "gpu", "cuda"]
license.workspace = true
name = "burn-cuda"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-cuda"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-cuda"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-dataset/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-dataset"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-dataset"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-dataset"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-derive/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = []
license.workspace = true
name = "burn-derive"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-derive"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-derive"
version.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-fusion/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-fusion"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-fusion"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-fusion"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-import/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition.workspace = true
license.workspace = true
name = "burn-import"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-import"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-import"
version.workspace = true

default-run = "onnx2burn"
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-jit/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "gpu"]
license.workspace = true
name = "burn-jit"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-jit"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-jit"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-ndarray/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-ndarray"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-ndarray"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-ndarray"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-no-std-tests/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ edition.workspace = true
license.workspace = true
name = "burn-no-std-tests"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-no-std-tests"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-no-std-tests"
version.workspace = true

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-tch/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "data"]
license.workspace = true
name = "burn-tch"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-tch"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-tch"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-tensor-testgen/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ edition.workspace = true
license.workspace = true
name = "burn-tensor-testgen"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-tensor-testgen"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-tensor-testgen"
version.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-tensor/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"]
license.workspace = true
name = "burn-tensor"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-tensor"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-tensor"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-train/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "tensor", "pytorch", "ndarray"]
license.workspace = true
name = "burn-train"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-train"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-train"
version.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-wgpu/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ keywords = ["deep-learning", "machine-learning", "gpu", "wgpu", "webgpu"]
license.workspace = true
name = "burn-wgpu"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/burn-wgpu"
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-wgpu"
version.workspace = true

[features]
Expand Down

0 comments on commit b09d843

Please sign in to comment.