Skip to content

Commit 6d8c199

Browse files
committed
Don't show raw URLs in links
1 parent d7beebb commit 6d8c199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/faq-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ handleSomething() {
5050
}
5151
```
5252

53-
https://reactjs.org/docs/react-component.html#setstate
53+
[Learn more about setState](/docs/react-component.html#setstate)
5454

5555
### Should I use a state management library like Redux or MobX?
5656

content/docs/faq-styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ render() {
1818

1919
### Can I use inline styles?
2020

21-
Yes, see https://reactjs.org/docs/dom-elements.html#style
21+
Yes, see the docs on styling [here](/docs/dom-elements.html#style).
2222

2323
### Are inline styles bad?
2424

0 commit comments

Comments
 (0)