Skip to content

Commit ebe644e

Browse files
committed
chore: update doc links from gregberge/xstyled to styled-components/xstyled
Sweeps the root README, CONTRIBUTING, website README, and three package READMEs to point at the current repo and `main` branch. CODE_OF_CONDUCT's `hey@gregberge.com` reporting contact is intentionally left as-is: it's a personal email, not a generic redirect. Defunct david-dm and CircleCI badges are also left for a separate dead-service cleanup.
1 parent d010d9d commit ebe644e

6 files changed

Lines changed: 25 additions & 25 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
xstyled is a small project, it is widely used but has not a lot of contributors. We're still working out the kinks to make contributing to this project as easy and transparent as possible, but we're not quite there yet. Hopefully this document makes the process for contributing clear and answers some questions that you may have.
44

5-
## [Code of Conduct](https://github.com/gregberge/xstyled/blob/master/CODE_OF_CONDUCT.md)
5+
## [Code of Conduct](https://github.com/styled-components/xstyled/blob/main/CODE_OF_CONDUCT.md)
66

7-
We expect project participants to adhere to our Code of Conduct. Please read [the full text](https://github.com/gregberge/xstyled/blob/master/CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
7+
We expect project participants to adhere to our Code of Conduct. Please read [the full text](https://github.com/styled-components/xstyled/blob/main/CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
88

99
## Open Development
1010

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<h1 align="center">
2-
<img src="https://raw.githubusercontent.com/gregberge/xstyled/master/resources/xstyled-logo.jpg" alt="xstyled" title="xstyled" width="300">
2+
<img src="https://raw.githubusercontent.com/styled-components/xstyled/main/resources/xstyled-logo.jpg" alt="xstyled" title="xstyled" width="300">
33
</h1>
44
<p align="center" style="font-size: 1.2rem;">A utility-first CSS-in-JS framework built for React.</p>
55

6-
[![License](https://img.shields.io/npm/l/@xstyled/styled-components.svg)](https://github.com/gregberge/xstyled/blob/master/LICENSE)
6+
[![License](https://img.shields.io/npm/l/@xstyled/styled-components.svg)](https://github.com/styled-components/xstyled/blob/master/LICENSE)
77
[![npm package](https://img.shields.io/npm/v/@xstyled/styled-components/latest.svg)](https://www.npmjs.com/package/@xstyled/styled-components)
88
[![npm downloads](https://img.shields.io/npm/dm/@xstyled/styled-components.svg)](https://www.npmjs.com/package/@xstyled/styled-components)
9-
[![CircleCI](https://circleci.com/gh/gregberge/xstyled.svg?style=svg)](https://circleci.com/gh/gregberge/xstyled)
10-
[![codecov](https://codecov.io/gh/gregberge/xstyled/branch/master/graph/badge.svg)](https://codecov.io/gh/gregberge/xstyled)
9+
[![CircleCI](https://circleci.com/gh/styled-components/xstyled.svg?style=svg)](https://circleci.com/gh/styled-components/xstyled)
10+
[![codecov](https://codecov.io/gh/styled-components/xstyled/branch/master/graph/badge.svg)](https://codecov.io/gh/styled-components/xstyled)
1111
![Code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)
1212

1313
```bash

packages/emotion/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<h1 align="center">
2-
<img src="https://raw.githubusercontent.com/gregberge/xstyled/master/resources/xstyled-logo.jpg" alt="xstyled" title="xstyled" width="300">
2+
<img src="https://raw.githubusercontent.com/styled-components/xstyled/main/resources/xstyled-logo.jpg" alt="xstyled" title="xstyled" width="300">
33
</h1>
44
<p align="center" style="font-size: 1.2rem;">A utility-first CSS-in-JS framework built for React.</p>
55

6-
[![License](https://img.shields.io/npm/l/@xstyled/emotion.svg)](https://github.com/gregberge/xstyled/blob/master/LICENSE)
6+
[![License](https://img.shields.io/npm/l/@xstyled/emotion.svg)](https://github.com/styled-components/xstyled/blob/master/LICENSE)
77
[![npm package](https://img.shields.io/npm/v/@xstyled/emotion/latest.svg)](https://www.npmjs.com/package/@xstyled/emotion)
88
[![npm downloads](https://img.shields.io/npm/dm/@xstyled/emotion.svg)](https://www.npmjs.com/package/@xstyled/emotion)
9-
[![CircleCI](https://circleci.com/gh/gregberge/xstyled.svg?style=svg)](https://circleci.com/gh/gregberge/xstyled)
10-
[![codecov](https://codecov.io/gh/gregberge/xstyled/branch/master/graph/badge.svg)](https://codecov.io/gh/gregberge/xstyled)
9+
[![CircleCI](https://circleci.com/gh/styled-components/xstyled.svg?style=svg)](https://circleci.com/gh/styled-components/xstyled)
10+
[![codecov](https://codecov.io/gh/styled-components/xstyled/branch/master/graph/badge.svg)](https://codecov.io/gh/styled-components/xstyled)
1111
![Code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)
12-
[![Dependencies](https://img.shields.io/david/gregberge/xstyled.svg?path=packages%2Femotion)](https://david-dm.org/gregberge/xstyled?path=packages/emotion)
13-
[![DevDependencies](https://img.shields.io/david/dev/gregberge/xstyled.svg)](https://david-dm.org/gregberge/xstyled?type=dev)
12+
[![Dependencies](https://img.shields.io/david/styled-components/xstyled.svg?path=packages%2Femotion)](https://david-dm.org/styled-components/xstyled?path=packages/emotion)
13+
[![DevDependencies](https://img.shields.io/david/dev/styled-components/xstyled.svg)](https://david-dm.org/styled-components/xstyled?type=dev)
1414
[![Small size](https://img.badgesize.io/https://unpkg.com/@xstyled/emotion/dist/xstyled-emotion.min.js?compression=gzip)](https://unpkg.com/@xstyled/emotion/dist/xstyled-emotion.min.js)
1515

1616
```bash

packages/styled-components/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<h1 align="center">
2-
<img src="https://raw.githubusercontent.com/gregberge/xstyled/master/resources/xstyled-logo.jpg" alt="xstyled" title="xstyled" width="300">
2+
<img src="https://raw.githubusercontent.com/styled-components/xstyled/main/resources/xstyled-logo.jpg" alt="xstyled" title="xstyled" width="300">
33
</h1>
44
<p align="center" style="font-size: 1.2rem;">A utility-first CSS-in-JS framework built for React.</p>
55

6-
[![License](https://img.shields.io/npm/l/@xstyled/styled-components.svg)](https://github.com/gregberge/xstyled/blob/master/LICENSE)
6+
[![License](https://img.shields.io/npm/l/@xstyled/styled-components.svg)](https://github.com/styled-components/xstyled/blob/master/LICENSE)
77
[![npm package](https://img.shields.io/npm/v/@xstyled/styled-components/latest.svg)](https://www.npmjs.com/package/@xstyled/styled-components)
88
[![npm downloads](https://img.shields.io/npm/dm/@xstyled/styled-components.svg)](https://www.npmjs.com/package/@xstyled/styled-components)
9-
[![CircleCI](https://circleci.com/gh/gregberge/xstyled.svg?style=svg)](https://circleci.com/gh/gregberge/xstyled)
10-
[![codecov](https://codecov.io/gh/gregberge/xstyled/branch/master/graph/badge.svg)](https://codecov.io/gh/gregberge/xstyled)
9+
[![CircleCI](https://circleci.com/gh/styled-components/xstyled.svg?style=svg)](https://circleci.com/gh/styled-components/xstyled)
10+
[![codecov](https://codecov.io/gh/styled-components/xstyled/branch/master/graph/badge.svg)](https://codecov.io/gh/styled-components/xstyled)
1111
![Code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)
12-
[![Dependencies](https://img.shields.io/david/gregberge/xstyled.svg?path=packages%2Fstyled-components)](https://david-dm.org/gregberge/xstyled?path=packages/styled-components)
13-
[![DevDependencies](https://img.shields.io/david/dev/gregberge/xstyled.svg)](https://david-dm.org/gregberge/xstyled?type=dev)
12+
[![Dependencies](https://img.shields.io/david/styled-components/xstyled.svg?path=packages%2Fstyled-components)](https://david-dm.org/styled-components/xstyled?path=packages/styled-components)
13+
[![DevDependencies](https://img.shields.io/david/dev/styled-components/xstyled.svg)](https://david-dm.org/styled-components/xstyled?type=dev)
1414
[![Small size](https://img.badgesize.io/https://unpkg.com/@xstyled/styled-components/dist/xstyled-emotion.min.js?compression=gzip)](https://unpkg.com/@xstyled/styled-components/dist/xstyled-emotion.min.js)
1515

1616
```bash

packages/system/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<h1 align="center">
2-
<img src="https://raw.githubusercontent.com/gregberge/xstyled/master/resources/xstyled-logo.jpg" alt="xstyled" title="xstyled" width="300">
2+
<img src="https://raw.githubusercontent.com/styled-components/xstyled/main/resources/xstyled-logo.jpg" alt="xstyled" title="xstyled" width="300">
33
</h1>
44
<p align="center" style="font-size: 1.2rem;">A utility-first CSS-in-JS framework built for React.</p>
55

6-
[![License](https://img.shields.io/npm/l/@xstyled/system.svg)](https://github.com/gregberge/xstyled/blob/master/LICENSE)
6+
[![License](https://img.shields.io/npm/l/@xstyled/system.svg)](https://github.com/styled-components/xstyled/blob/master/LICENSE)
77
[![npm package](https://img.shields.io/npm/v/@xstyled/system/latest.svg)](https://www.npmjs.com/package/@xstyled/system)
88
[![npm downloads](https://img.shields.io/npm/dm/@xstyled/system.svg)](https://www.npmjs.com/package/@xstyled/system)
9-
[![CircleCI](https://circleci.com/gh/gregberge/xstyled.svg?style=svg)](https://circleci.com/gh/gregberge/xstyled)
10-
[![codecov](https://codecov.io/gh/gregberge/xstyled/branch/master/graph/badge.svg)](https://codecov.io/gh/gregberge/xstyled)
9+
[![CircleCI](https://circleci.com/gh/styled-components/xstyled.svg?style=svg)](https://circleci.com/gh/styled-components/xstyled)
10+
[![codecov](https://codecov.io/gh/styled-components/xstyled/branch/master/graph/badge.svg)](https://codecov.io/gh/styled-components/xstyled)
1111
![Code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)
12-
[![Dependencies](https://img.shields.io/david/gregberge/xstyled.svg?path=packages%2Fsystem)](https://david-dm.org/gregberge/xstyled?path=packages/system)
13-
[![DevDependencies](https://img.shields.io/david/dev/gregberge/xstyled.svg)](https://david-dm.org/gregberge/xstyled?type=dev)
12+
[![Dependencies](https://img.shields.io/david/styled-components/xstyled.svg?path=packages%2Fsystem)](https://david-dm.org/styled-components/xstyled?path=packages/system)
13+
[![DevDependencies](https://img.shields.io/david/dev/styled-components/xstyled.svg)](https://david-dm.org/styled-components/xstyled?type=dev)
1414
[![Small size](https://img.badgesize.io/https://unpkg.com/@xstyled/styled-components/dist/xstyled-system.min.js?compression=gzip)](https://unpkg.com/@xstyled/styled-components/dist/xstyled-system.min.js)
1515

1616
```bash

website/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @xstyled/website
22

3-
[Documentation site](https://xstyled.dev) for [xstyled](https://github.com/gregberge/xstyled). This website is running on [gatsbyjs](gatsbyjs.org).
3+
[Documentation site](https://xstyled.dev) for [xstyled](https://github.com/styled-components/xstyled). This website is running on [gatsbyjs](gatsbyjs.org).
44

55
## Getting Started
66

0 commit comments

Comments
 (0)