Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 5b49b7c

Browse files
committed
Use consistent postcss-logical URL
1 parent 366ac20 commit 5b49b7c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,20 +276,20 @@ before logical declarations without replacing them. By default, directional
276276
fallbacks replace logical declaration. If `preserve` is defined as `true`, then
277277
the `dir` option will be ignored.
278278

279-
[cli-url]: https://travis-ci.org/jonathantneal/postcss-logical-properties
280-
[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-logical-properties.svg
279+
[cli-url]: https://travis-ci.org/jonathantneal/postcss-logical
280+
[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-logical.svg
281281
[css-img]: https://jonathantneal.github.io/css-db/badge/css-logical.svg
282282
[css-url]: https://jonathantneal.github.io/css-db/#css-logical
283283
[git-url]: https://gitter.im/postcss/postcss
284284
[git-img]: https://img.shields.io/badge/chat-gitter-blue.svg
285285
[npm-url]: https://www.npmjs.com/package/postcss-logical
286286
[npm-img]: https://img.shields.io/npm/v/postcss-logical.svg
287-
[win-url]: https://ci.appveyor.com/project/jonathantneal/postcss-logical-properties
288-
[win-img]: https://img.shields.io/appveyor/ci/jonathantneal/postcss-logical-properties.svg
287+
[win-url]: https://ci.appveyor.com/project/jonathantneal/postcss-logical
288+
[win-img]: https://img.shields.io/appveyor/ci/jonathantneal/postcss-logical.svg
289289

290290
[CSS Logical Properties and Values]: https://drafts.csswg.org/css-logical/
291291
[Gulp PostCSS]: https://github.com/postcss/gulp-postcss
292292
[Grunt PostCSS]: https://github.com/nDmitry/grunt-postcss
293293
[PostCSS]: https://github.com/postcss/postcss
294294
[PostCSS Loader]: https://github.com/postcss/postcss-loader
295-
[PostCSS Logical Properties and Values]: https://github.com/jonathantneal/postcss-logical-properties
295+
[PostCSS Logical Properties and Values]: https://github.com/jonathantneal/postcss-logical

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Use logical properties and values in CSS",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",
7-
"repository": "jonathantneal/postcss-logical-properties",
8-
"homepage": "https://github.com/jonathantneal/postcss-logical-properties#readme",
9-
"bugs": "https://github.com/jonathantneal/postcss-logical-properties/issues",
7+
"repository": "jonathantneal/postcss-logical",
8+
"homepage": "https://github.com/jonathantneal/postcss-logical#readme",
9+
"bugs": "https://github.com/jonathantneal/postcss-logical/issues",
1010
"main": "index.cjs.js",
1111
"module": "index.es.js",
1212
"files": [

0 commit comments

Comments
 (0)