Skip to content

Commit fbd6331

Browse files
committed
Fixes the wrong links. Resolves #35
1 parent f5c412a commit fbd6331

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README-UK.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![types](https://img.shields.io/badge/types-TypeScript-blue)
55
![npm](https://img.shields.io/badge/node-6.3.0-yellow.svg)
66
![license](https://img.shields.io/badge/License-MIT-orange.svg)
7-
![Test](https://github.com/dutchenkoOleg/sort-css-media-queries/workflows/Test/badge.svg)
7+
![Test](https://github.com/OlehDutchenko/sort-css-media-queries/workflows/Test/badge.svg)
88
[![Build Status](https://travis-ci.org/dutchenkoOleg/sort-css-media-queries.svg?branch=master)](https://travis-ci.org/dutchenkoOleg/sort-css-media-queries)
99

1010
> Сортування медіазапитів: `mobile-first` та `desktop-first` для [`css-mqpacker`](https://www.npmjs.com/package/css-mqpacker)
@@ -179,6 +179,6 @@ const sortCSSmq = createSort({ ...configuration });
179179

180180
## Інформація про проєкт
181181

182-
* [Release notes](https://github.com/dutchenkoOleg/sort-css-media-queries/releases)
183-
* [Contributor Covenant Code of Conduct](https://github.com/dutchenkoOleg/sort-css-media-queries/blob/master/CODE_OF_CONDUCT.md)
184-
* [License MIT](https://github.com/dutchenkoOleg/sort-css-media-queries/blob/master/LICENSE)
182+
* [Release notes](https://github.com/OlehDutchenko/sort-css-media-queries/releases)
183+
* [Contributor Covenant Code of Conduct](https://github.com/OlehDutchenko/sort-css-media-queries/blob/master/CODE_OF_CONDUCT.md)
184+
* [License MIT](https://github.com/OlehDutchenko/sort-css-media-queries/blob/master/LICENSE)

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![types](https://img.shields.io/badge/types-TypeScript-blue)
44
![npm](https://img.shields.io/badge/node-6.3.0-yellow.svg)
55
![license](https://img.shields.io/badge/License-MIT-orange.svg)
6-
![Test](https://github.com/dutchenkoOleg/sort-css-media-queries/workflows/Test/badge.svg)
6+
![Test](https://github.com/OlehDutchenko/sort-css-media-queries/workflows/Test/badge.svg)
77
[![Build Status](https://travis-ci.org/dutchenkoOleg/sort-css-media-queries.svg?branch=master)](https://travis-ci.org/dutchenkoOleg/sort-css-media-queries)
88

99
> The custom `sort` method (mobile-first / desktop-first) for [`css-mqpacker`](https://www.npmjs.com/package/css-mqpacker) or [`pleeease`](https://www.npmjs.com/package/pleeease) (which uses css-mqpacker) or, perhaps, something else ))
@@ -21,7 +21,7 @@
2121

2222
🇬🇧 English
2323
|
24-
[🇺🇦 Українська](https://github.com/dutchenkoOleg/sort-css-media-queries/blob/master/README-UK.md)
24+
[🇺🇦 Українська](https://github.com/OlehDutchenko/sort-css-media-queries/blob/master/README-UK.md)
2525

2626
- [sort-css-media-queries](#sort-css-media-queries)
2727
- [Table of Contents](#table-of-contents)
@@ -191,7 +191,7 @@ By this configuration you can control sorting behaviour.
191191

192192
## Project Info
193193

194-
* [Release notes](https://github.com/dutchenkoOleg/sort-css-media-queries/releases)
195-
* [Contributor Covenant Code of Conduct](https://github.com/dutchenkoOleg/sort-css-media-queries/blob/master/CODE_OF_CONDUCT.md)
196-
* [License MIT](https://github.com/dutchenkoOleg/sort-css-media-queries/blob/master/LICENSE)
194+
* [Release notes](https://github.com/OlehDutchenko/sort-css-media-queries/releases)
195+
* [Contributor Covenant Code of Conduct](https://github.com/OlehDutchenko/sort-css-media-queries/blob/master/CODE_OF_CONDUCT.md)
196+
* [License MIT](https://github.com/OlehDutchenko/sort-css-media-queries/blob/master/LICENSE)
197197

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/dutchenkoOleg/sort-css-media-queries.git"
36+
"url": "git+https://github.com/OlehDutchenko/sort-css-media-queries.git"
3737
},
3838
"keywords": [
3939
"postcss",
@@ -52,12 +52,12 @@
5252
"author": "Oleg Dutchenko <dutchenko.o.dev@gmail.com>",
5353
"license": "MIT",
5454
"bugs": {
55-
"url": "https://github.com/dutchenkoOleg/sort-css-media-queries/issues"
55+
"url": "https://github.com/OlehDutchenko/sort-css-media-queries/issues"
5656
},
5757
"engines": {
5858
"node": ">= 16"
5959
},
60-
"homepage": "https://github.com/dutchenkoOleg/sort-css-media-queries#readme",
60+
"homepage": "https://github.com/OlehDutchenko/sort-css-media-queries#readme",
6161
"devDependencies": {
6262
"@eslint/js": "^9.21.0",
6363
"@vitest/coverage-istanbul": "^3.0.7",

0 commit comments

Comments
 (0)