File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ import Chat from './chat'
8
8
9
9
const Index = ( { children} ) => < div >
10
10
< h1 > Demos!</ h1 >
11
- < h2 > < Link to = 'demos/scratchpad/welcome' > Scratchpad</ Link > </ h2 >
11
+ < h2 > < Link to = '/ demos/scratchpad/welcome' > Scratchpad</ Link > </ h2 >
12
12
< p >
13
13
The scratchpad is the very simplest React/Firebase demo—a text area
14
14
whose content is synced with Firebase.
15
15
</ p >
16
16
17
- < h2 > < Link to = 'demos/chat/welcome' > Chat</ Link > </ h2 >
17
+ < h2 > < Link to = '/ demos/chat/welcome' > Chat</ Link > </ h2 >
18
18
< p >
19
19
A chat room — the canonical Firebase example.
20
20
</ p >
21
21
22
- < h2 > < Link to = 'demos/whiteboard/welcome' > Whiteboard</ Link > </ h2 >
22
+ < h2 > < Link to = '/ demos/whiteboard/welcome' > Whiteboard</ Link > </ h2 >
23
23
< p >
24
24
The whiteboard demonstrates the < i > journal</ i > pattern, a way to use Firebase
25
25
to synchronize the state of Redux stores on all collaborators machines.
You can’t perform that action at this time.
0 commit comments