Updated rules href

This commit is contained in:
Kevin R
2022-06-30 21:15:02 +02:00
parent 628faf0e85
commit 52fdc1db1c
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ETag filtering now generates random values and does no longer delete the header. As a result, filtering also works under Chrome-based browsers
- ETag filtering no longer increases the counter
- ETag filtering is now disabled by default
- Updated rules URL href
### Fixed
- [524](https://gitlab.com/KevinRoebert/ClearUrls/-/issues/524)

View File

@@ -136,7 +136,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div class="col-sm-1">
<h5><b id="rules_status_head"></b></h5>
<div class="text-center">
<a href="https://gitlab.com/anti-tracking/ClearURLs/rules/commits/master/data.min.json"
<a href="https://gitlab.com/ClearURLs/rules/-/commits/master/data.min.json"
id="hashStatus" class="btn btn-primary btn-sm text-wrap" target="_blank"></a>
</div>
<div class="clearfix"></div>