Skip to content

Commit

Permalink
fix(doc): fixed github repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCCF4 committed Jul 17, 2024
1 parent d938fbd commit 7cf2c09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions untrusted_value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"
readme = "../README.md"
keywords = ["security", "sanitization", "validation", "taint", "static-analyis"]
license = "MIT"
homepage = "https://github.com/0xCCF4/UntrustedValues"
repository = "https://github.com/0xCCF4/UntrustedValues"
homepage = "https://github.com/0xCCF4/UntrustedValue"
repository = "https://github.com/0xCCF4/UntrustedValue"
documentation = "https://docs.rs/untrusted_value"
description = """This crate aim to provide a type-safe way to handle and sanitize potentially untrusted values
like user input."""
Expand Down
4 changes: 2 additions & 2 deletions untrusted_value_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"
readme = "../README.md"
keywords = ["security", "sanitization", "validation", "taint", "static-analyis"]
license = "MIT"
homepage = "https://github.com/0xCCF4/UntrustedValues"
repository = "https://github.com/0xCCF4/UntrustedValues"
homepage = "https://github.com/0xCCF4/UntrustedValue"
repository = "https://github.com/0xCCF4/UntrustedValue"
documentation = "https://docs.rs/untrusted_value_derive"
description = """This crate aim to provide a type-safe way to handle and sanitize potentially untrusted values
like user input."""
Expand Down
4 changes: 2 additions & 2 deletions untrusted_value_derive_internals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"
readme = "../README.md"
keywords = ["security", "sanitization", "validation", "taint", "static-analyis"]
license = "MIT"
homepage = "https://github.com/0xCCF4/UntrustedValues"
repository = "https://github.com/0xCCF4/UntrustedValues"
homepage = "https://github.com/0xCCF4/UntrustedValue"
repository = "https://github.com/0xCCF4/UntrustedValue"
documentation = "https://docs.rs/untrusted-value_derive_internals"
description = """This crate aim to provide a type-safe way to handle and sanitize potentially untrusted values
like user input."""
Expand Down

0 comments on commit 7cf2c09

Please sign in to comment.