From f3d18ca86c45bd6e37e47d60e582cc0d3f9f8aa0 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Wed, 4 Dec 2024 13:41:40 -0500 Subject: [PATCH] docs: remove leading `./` in links to the check and build and test workflow and the `cargo-deny` configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9141418..68821e8 100644 --- a/README.md +++ b/README.md @@ -120,4 +120,4 @@ All contents of this repository are licensed under either the at your option. -All direct and indirect dependencies of this project are free software as defined by the [Free Software Foundation](https://www.gnu.org/licenses/license-list.html) and are licensed under [OSI Approved Licenses](https://opensource.org/licenses). [This is checked](./deny.toml) in this project's [continuous integration (CI)](./.github/workflows/check-and-build-and-test.yml) with [`cargo-deny`](https://crates.io/crates/cargo-deny). +All direct and indirect dependencies of this project are free software as defined by the [Free Software Foundation](https://www.gnu.org/licenses/license-list.html) and are licensed under [OSI Approved Licenses](https://opensource.org/licenses). [This is checked](deny.toml) in this project's [continuous integration (CI)](.github/workflows/check-and-build-and-test.yml) with [`cargo-deny`](https://crates.io/crates/cargo-deny).