From c661b045cae15fb18fd4723fd71648cad704e163 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 8 Dec 2017 15:00:28 +0100 Subject: [PATCH] Migrate to `remarkjs` --- package.json | 4 ++-- readme.md | 20 ++++++++++---------- test/index.js | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index c8cc348..147f9dc 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "ronn", "remark" ], - "repository": "https://github.com/wooorm/remark-man", - "bugs": "https://github.com/wooorm/remark-man/issues", + "repository": "remarkjs/remark-man", + "bugs": "https://github.com/remarkjs/remark-man/issues", "author": "Titus Wormer (http://wooorm.com)", "contributors": [ "Titus Wormer (http://wooorm.com)" diff --git a/readme.md b/readme.md index 1629f73..927ab84 100644 --- a/readme.md +++ b/readme.md @@ -90,11 +90,11 @@ over the plugin settings. * [`remark-react`](https://github.com/mapbox/remark-react) — Compile to React -* [`remark-vdom`](https://github.com/wooorm/remark-vdom) +* [`remark-vdom`](https://github.com/remarkjs/remark-vdom) — Compile to VDOM -* [`remark-html`](https://github.com/wooorm/remark-html) +* [`remark-html`](https://github.com/remarkjs/remark-html) — Compile to HTML -* [`remark-rehype`](https://github.com/wooorm/remark-rehype) +* [`remark-rehype`](https://github.com/remarkjs/remark-rehype) — Properly transform to HTML ## License @@ -103,17 +103,17 @@ over the plugin settings. -[build-badge]: https://img.shields.io/travis/wooorm/remark-man.svg +[build-badge]: https://img.shields.io/travis/remarkjs/remark-man.svg -[build-status]: https://travis-ci.org/wooorm/remark-man +[build-status]: https://travis-ci.org/remarkjs/remark-man -[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark-man.svg +[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-man.svg -[coverage-status]: https://codecov.io/github/wooorm/remark-man +[coverage-status]: https://codecov.io/github/remarkjs/remark-man -[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg +[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg -[chat]: https://gitter.im/wooorm/remark +[chat]: https://gitter.im/remarkjs/Lobby [license]: LICENSE @@ -121,4 +121,4 @@ over the plugin settings. [npm]: https://docs.npmjs.com/cli/install -[remark]: https://github.com/wooorm/remark +[remark]: https://github.com/remarkjs/remark diff --git a/test/index.js b/test/index.js index 4326de0..099dc58 100644 --- a/test/index.js +++ b/test/index.js @@ -29,7 +29,7 @@ function process(file, config) { var ODate = global.Date; global.Date = function (val) { - /* Timestamp: of https://github.com/wooorm/remark-man/commit/53d7fd7 */ + /* Timestamp: of https://github.com/remarkjs/remark-man/commit/53d7fd7 */ return new ODate(val || 1454861068000); };