Skip to content

Commit de61b34

Browse files
committed
doc: Update README.md
1 parent 720cbd3 commit de61b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ This [`ReactMarkdownProps`](https://github.com/remarkjs/react-markdown/tree/15b4
9191
- `linkTarget` (`string` or `(href, children, title) => string`, optional)\
9292
Target to use on links (such as `_blank` for `<a target="_blank"…`)
9393
- `transformLinkUri` (`(href, children, title) => string`, default:
94-
[`https://github.com/remarkjs/react-markdown/blob/15b4757082cf3f32a25eba0b8ea30baf751a8b40/src/uri-transformer.js`][uri], optional)\
94+
[uri-transformer.js](https://github.com/remarkjs/react-markdown/blob/15b4757082cf3f32a25eba0b8ea30baf751a8b40/src/uri-transformer.js), optional)\
9595
URL to use for links.
9696
The default allows only `http`, `https`, `mailto`, and `tel`, and is
9797
available at `ReactMarkdown.uriTransformer`.
9898
Pass `null` to allow all URLs.
9999
See [security][]
100100
- `transformImageUri` (`(src, alt, title) => string`, default:
101-
[`https://github.com/remarkjs/react-markdown/blob/15b4757082cf3f32a25eba0b8ea30baf751a8b40/src/uri-transformer.js`][uri], optional)\
101+
[uri-transformer.js](https://github.com/remarkjs/react-markdown/blob/15b4757082cf3f32a25eba0b8ea30baf751a8b40/src/uri-transformer.js), optional)\
102102
Same as `transformLinkUri` but for images
103103
- `components` (`Object.<string, Component>`, default: `{}`)\
104104
Object mapping tag names to React components

0 commit comments

Comments
 (0)