Skip to content

Commit 2791663

Browse files
committed
fix doc link
1 parent b2da1d7 commit 2791663

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
![alt text](https://ticlo.github.io/rc-dock/images/demo.gif)
44

5-
## Examples
6-
https://ticlo.github.io/rc-dock/examples/
5+
- **Examples:** https://ticlo.github.io/rc-dock/examples
6+
- **Docs:** https://ticlo.github.io/rc-dock
77

88
## Usage
99

example/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class App extends React.Component {
4242
return (
4343
<div>
4444
<nav>
45-
<h2><a href='/'>rc-dock</a></h2>
45+
<h2><a href='https://ticlo.github.io/rc-dock'>rc-dock</a></h2>
4646
<div className='link-bar'>
4747
<a href='https://github.com/ticlo/rc-dock/tree/master/example'>
4848
Examples:

0 commit comments

Comments
 (0)