make homepage link simpler for end users

This commit is contained in:
HLFH 2022-12-15 13:29:29 +00:00 committed by Benjamin Fry
parent 98fd773a08
commit ee45c2b970
10 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ Trust-DNS is a safe and secure DNS server with DNSSEC support.
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns-server"
homepage = "https://www.trust-dns.org/index.html"
homepage = "https://trust-dns.org/"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -13,7 +13,7 @@ Trust-DNS is a safe and secure DNS library, for async-std. This Resolver library
# These URLs point to more information about the repository
documentation = "https://docs.rs/async-std-resolver"
homepage = "https://www.trust-dns.org/index.html"
homepage = "https://trust-dns.org/"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -18,7 +18,7 @@ Trust-DNS is a safe and secure DNS library. This is the Client library with DNSS
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns"
homepage = "https://www.trust-dns.org/index.html"
homepage = "https://trust-dns.org/"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -13,7 +13,7 @@ Trust-DNS is a safe and secure DNS library. This is the foundational DNS protoco
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns-proto"
homepage = "https://www.trust-dns.org/index.html"
homepage = "https://trust-dns.org/"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -18,7 +18,7 @@ Trust-DNS Recursor is a safe and secure DNS recursive resolver with DNSSEC suppo
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns-recursor"
homepage = "https://www.trust-dns.org/index.html"
homepage = "https://trust-dns.org/"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -13,7 +13,7 @@ Trust-DNS is a safe and secure DNS library. This Resolver library uses the Clie
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns-resolver"
homepage = "https://www.trust-dns.org/index.html"
homepage = "https://trust-dns.org/"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -19,7 +19,7 @@ Trust-DNS is a safe and secure DNS server with DNSSEC support.
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns-server"
homepage = "https://www.trust-dns.org/index.html"
homepage = "https://trust-dns.org/"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -13,7 +13,7 @@ Trust-DNS compatability testing library.
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns"
homepage = "https://www.trust-dns.org/index.html"
homepage = "https://trust-dns.org/"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -13,7 +13,7 @@ Trust-DNS integration testing library.
# These URLs point to more information about the repository
documentation = "https://docs.rs/trust-dns"
homepage = "https://www.trust-dns.org/index.html"
homepage = "https://trust-dns.org/"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The

View File

@ -13,7 +13,7 @@ Utilities that complement Trust-DNS.
# These URLs point to more information about the repository
documentation = "https://docs.rs/crate/trust-dns-util"
homepage = "https://www.trust-dns.org/index.html"
homepage = "https://trust-dns.org/"
repository = "https://github.com/bluejekyll/trust-dns"
# This points to a file in the repository (relative to this Cargo.toml). The