Skip to content

Commit a9fdd83

Browse files
docs: update links for remarkjs org
1 parent 268083c commit a9fdd83

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"description": "Renders Markdown as React components",
55
"author": "Christian Murphy <[email protected]>",
66
"license": "MIT",
7+
"repository": "remarkjs/react-remark",
8+
"bugs": "https://github.com/remarkjs/react-remark/issues",
9+
"funding": {
10+
"type": "opencollective",
11+
"url": "https://opencollective.com/unified"
12+
},
713
"main": "dist/index.js",
814
"module": "dist/react-markdown.esm.js",
915
"typings": "dist/index.d.ts",

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-remark
22

3-
[![CI](https://github.com/ChristianMurphy/react-remark/workflows/CI/badge.svg?branch=main)](https://github.com/ChristianMurphy/react-remark/actions?query=workflow%3ACI)
3+
[![CI](https://github.com/remarkjs/react-remark/workflows/CI/badge.svg?branch=main)](https://github.com/remarkjs/react-remark/actions?query=workflow%3ACI)
44
[![Downloads](https://img.shields.io/npm/dm/react-remark.svg)](https://www.npmjs.com/package/react-remark)
55
[![Size](https://img.shields.io/bundlephobia/minzip/react-remark.svg)](https://bundlephobia.com/result?p=react-remark)
66

@@ -64,7 +64,7 @@ const ExampleComponent = () => {
6464
export default ExampleComponent;
6565
```
6666

67-
[More examples of usage as hook in storybook.](https://christianmurphy.github.io/react-remark/?path=/story/remark-hook--default)
67+
[More examples of usage as hook in storybook.](https://remarkjs.github.io/react-remark/?path=/story/remark-hook--default)
6868

6969
### As a component
7070

@@ -109,11 +109,11 @@ const ExampleComponent = () => {
109109
export default ExampleComponent;
110110
```
111111

112-
[More examples of usage as component in storybook.](https://christianmurphy.github.io/react-remark/?path=/story/remark-component--default)
112+
[More examples of usage as component in storybook.](https://remarkjs.github.io/react-remark/?path=/story/remark-component--default)
113113

114114
## Examples
115115

116-
A set of runnable examples are provided through storybook at <https://christianmurphy.github.io/react-remark>.
116+
A set of runnable examples are provided through storybook at <https://remarkjs.github.io/react-remark>.
117117
The source for the story files can be found in [_/stories_](./stories).
118118

119119
## Architecture

0 commit comments

Comments
 (0)