Skip to content

Commit 8ee3f7a

Browse files
Fixed CI/CD links
1 parent d5a3818 commit 8ee3f7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# File Path Filter
22
Filters file paths using globs, regular expressions, or custom criteria
33

4-
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/file-path-filter/blob/master/.github/workflows/CI-CD.yaml)
5-
[![Build Status](https://github.com/JS-DevTools/file-path-filter/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/file-path-filter/blob/master/.github/workflows/CI-CD.yaml)
4+
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/file-path-filter/actions)
5+
[![Build Status](https://github.com/JS-DevTools/file-path-filter/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/file-path-filter/actions)
66

77
[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/file-path-filter/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/file-path-filter)
88
[![Dependencies](https://david-dm.org/JS-DevTools/file-path-filter.svg)](https://david-dm.org/JS-DevTools/file-path-filter)
@@ -125,7 +125,7 @@ files.filter(createFilter({ map }, "**/*.html", "!**/blog/*.html"));
125125
126126
Contributing
127127
--------------------------
128-
Contributions, enhancements, and bug-fixes are welcome! [File an issue](https://github.com/JS-DevTools/file-path-filter/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/file-path-filter/pulls).
128+
Contributions, enhancements, and bug-fixes are welcome! [Open an issue](https://github.com/JS-DevTools/file-path-filter/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/file-path-filter/pulls).
129129
130130
#### Building
131131
To build the project locally on your computer:

0 commit comments

Comments
 (0)