Skip to content

Commit be55a3a

Browse files
Changed the website domain name
1 parent 5e87f13 commit be55a3a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

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

4-
[![Cross-Platform Compatibility](https://jsdevtools.org/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/file-path-filter)
4+
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/file-path-filter)
55
[![Build Status](https://api.travis-ci.com/JS-DevTools/file-path-filter.svg?branch=master)](https://travis-ci.com/JS-DevTools/file-path-filter)
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)
@@ -153,6 +153,6 @@ Big Thanks To
153153
--------------------------
154154
Thanks to these awesome companies for their support of Open Source developers ❤
155155

156-
[![Travis CI](https://jsdevtools.org/img/badges/travis-ci.svg)](https://travis-ci.com)
157-
[![SauceLabs](https://jsdevtools.org/img/badges/sauce-labs.svg)](https://saucelabs.com)
158-
[![Coveralls](https://jsdevtools.org/img/badges/coveralls.svg)](https://coveralls.io)
156+
[![Travis CI](https://jstools.dev/img/badges/travis-ci.svg)](https://travis-ci.com)
157+
[![SauceLabs](https://jstools.dev/img/badges/sauce-labs.svg)](https://saucelabs.com)
158+
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
remote_theme: JS-DevTools/gh-pages-theme
22

33
title: File Path Filter
4-
logo: https://jsdevtools.org/img/logos/logo.png
4+
logo: https://jstools.dev/img/logos/logo.png
55

66
author:
77
twitter: JSDevTools
@@ -16,7 +16,7 @@ defaults:
1616
- scope:
1717
path: ""
1818
values:
19-
image: https://jsdevtools.org/img/logos/card.png
19+
image: https://jstools.dev/img/logos/card.png
2020
- scope:
2121
path: "test/**/*"
2222
values:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"url": "https://jamesmessinger.com"
1919
},
2020
"license": "MIT",
21-
"homepage": "https://jsdevtools.org/file-path-filter",
21+
"homepage": "https://jstools.dev/file-path-filter",
2222
"repository": {
2323
"type": "git",
2424
"url": "https://github.com/JS-DevTools/file-path-filter.git"

0 commit comments

Comments
 (0)