Skip to content

Commit 7b809a6

Browse files
szabgaboxisto
andauthored
chore: Minor change to use https in the github url in Cargo.toml (#47)
* chore: Minor change to use https in the github url in Cargo.toml * chore: Minor change to use https in the github url in Cargo.toml * Adjusted URL --------- Co-authored-by: Christian Banse <christian.banse@aisec.fraunhofer.de>
1 parent 363e1ca commit 7b809a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The final binary will be in `target/release` and can then installed for example
2424

2525
## Usage
2626

27-
After [building](README.md#build) or downloading `csaf-validator` from [the available releases](https://github.com/csaf-poc/csaf-rust/releases), the usage is quite simple and additional help can be display using `--help`.
27+
After [building](README.md#build) or downloading `csaf-validator` from [the available releases](https://github.com/csaf-rs/csaf/releases), the usage is quite simple and additional help can be display using `--help`.
2828

2929
```
3030
A validator for CSAF documents

csaf-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "csaf-rs"
33
description = "A parser for the CSAF standard written in Rust"
44
license = "Apache-2.0"
5-
repository = "http://github.com/csaf-poc/csaf-rust"
5+
repository = "https://github.com/csaf-rs/csaf"
66
keywords = ["csaf"]
77
readme = "../README.md"
88
version = "0.1.2"

csaf-validator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "csaf-validator"
33
description = "A validator for the CSAF standard written in Rust"
44
license = "Apache-2.0"
5-
repository = "http://github.com/csaf-poc/csaf-rust"
5+
repository = "https://github.com/csaf-rs/csaf"
66
keywords = ["csaf"]
77
readme = "../README.md"
88
version = "0.1.2"

0 commit comments

Comments
 (0)