diff --git a/README.md b/README.md index 46d894e8..9093effb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
A collection of additional crates supporting the ntex frameworks.
-[/badge.svg)](https://travis-ci.org/ntex-rs/ntex)
+[](https://github.com/ntex-rs/ntex-extras/actions/workflows/linux.yml)
[](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)
[](https://codecov.io/gh/ntex-rs/ntex-extras)
diff --git a/ntex-cors/src/lib.rs b/ntex-cors/src/lib.rs
index d1a288e6..2a616c75 100644
--- a/ntex-cors/src/lib.rs
+++ b/ntex-cors/src/lib.rs
@@ -104,19 +104,15 @@ impl WebResponseError