Skip to content

Commit

Permalink
fix: update links for ownership transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Mar 14, 2022
1 parent 289f277 commit 44118f1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.1",
"author": "Nate Goldman <[email protected]>",
"bugs": {
"url": "https://github.com/css-pkg/style.css/issues"
"url": "https://github.com/ungoldman/style.css/issues"
},
"devDependencies": {
"autoprefixer": "^6.4.1",
Expand All @@ -27,7 +27,7 @@
"serif.scss",
"src/scss"
],
"homepage": "https://github.com/css-pkg/style.css",
"homepage": "https://github.com/ungoldman/style.css",
"keywords": [
"css",
"markdown",
Expand All @@ -38,7 +38,7 @@
"main": "style.css",
"repository": {
"type": "git",
"url": "[email protected]:css-pkg/style.css.git"
"url": "[email protected]:ungoldman/style.css.git"
},
"scripts": {
"generate": "run-s generate:**",
Expand Down
13 changes: 7 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

A classless stylesheet for HTML documents.

[![latest version][npm-img]][npm-url] [![build status][travis-img]][travis-url] [![stability][stability-img]][stability-url] [![downloads][downloads-img]][npm-url]
[![latest version][npm-img]][npm-url]
[![build status][travis-img]][travis-url]
[![stability][stability-img]][stability-url]
[![downloads][downloads-img]][npm-url]

[npm-img]: https://img.shields.io/npm/v/style.css.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/style.css
[travis-img]: https://img.shields.io/travis/css-pkg/style.css.svg?style=flat-square
[travis-url]: https://travis-ci.org/css-pkg/style.css
[stability-img]: https://img.shields.io/badge/stability-stable-brightgreen.svg?style=flat-square
[stability-url]: https://iojs.org/api/documentation.html#documentation_stability_index
[downloads-img]: https://img.shields.io/npm/dm/style.css.svg?style=flat-square
Expand All @@ -16,7 +17,7 @@ A classless stylesheet for HTML documents.

Make a plain HTML page look good and readable with zero effort!

Check out the [style guide](https://css-pkg.github.io/style.css/guide.html) to see what it looks like.
Check out the [style guide](https://ungoldman.github.io/style.css/guide.html) to see what it looks like.

## Features

Expand Down Expand Up @@ -74,7 +75,7 @@ $ npm install style.css
</html>
```

The best way to get familiar with the look and feel of `style.css` is to visit the [style guide](https://css-pkg.github.io/style.css/guide.html). Detailed examples of every HTML element (and how to write them in markdown) are available there.
The best way to get familiar with the look and feel of `style.css` is to visit the [style guide](https://ungoldman.github.io/style.css/guide.html). Detailed examples of every HTML element (and how to write them in markdown) are available there.

### Node

Expand Down Expand Up @@ -207,7 +208,7 @@ Contributions welcome! Please read the [contributing guidelines](contributing.md

## Note

This module was rewritten after [`v0.1.16`](https://github.com/css-pkg/style.css/tree/v0.1.16#readme) to serve a slightly different purpose. All of the old releases along with their readme files are still available on the [releases](https://github.com/css-pkg/style.css/releases) page.
This module was rewritten after [`v0.1.16`](https://github.com/ungoldman/style.css/tree/v0.1.16#readme) to serve a slightly different purpose. All of the old releases along with their readme files are still available on the [releases](https://github.com/ungoldman/style.css/releases) page.

## License

Expand Down
2 changes: 1 addition & 1 deletion src/site/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<nav class="top-bar">
<div class="top-bar-title">
<span>📦</span>
<a href="https://css-pkg.github.io/">css-pkg</a>
<a href="https://ungoldman.github.io/">ungoldman</a>
<span>/</span>
<a href="./">style.css</a>
</div>
Expand Down

0 comments on commit 44118f1

Please sign in to comment.