We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2da1d7 commit 2791663Copy full SHA for 2791663
README.md
@@ -2,8 +2,8 @@
2
3

4
5
-## Examples
6
-https://ticlo.github.io/rc-dock/examples/
+- **Examples:** https://ticlo.github.io/rc-dock/examples
+- **Docs:** https://ticlo.github.io/rc-dock
7
8
## Usage
9
example/index.jsx
@@ -42,7 +42,7 @@ class App extends React.Component {
42
return (
43
<div>
44
<nav>
45
- <h2><a href='/'>rc-dock</a></h2>
+ <h2><a href='https://ticlo.github.io/rc-dock'>rc-dock</a></h2>
46
<div className='link-bar'>
47
<a href='https://github.com/ticlo/rc-dock/tree/master/example'>
48
Examples:
0 commit comments