File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ class Page extends React.Component {
64
64
< head >
65
65
< meta charSet = "utf-8" />
66
66
< title > React Router Documentation</ title >
67
- < link rel = "stylesheet" href = "/styles.css" />
68
- < link rel = "stylesheet" href = "/syntax.css" />
67
+ < link rel = "stylesheet" href = "/react-router/ styles.css" />
68
+ < link rel = "stylesheet" href = "/react-router/ syntax.css" />
69
69
</ head >
70
70
< body >
71
71
< main className = "Main" >
72
72
< div className = "Main__Content" >
73
73
< center >
74
- < img src = "/img/vertical.png" width = "367" style = { { marginBottom : 40 } } />
74
+ < img src = "/react-router/ img/vertical.png" width = "367" style = { { marginBottom : 40 } } />
75
75
</ center >
76
76
< p >
77
77
React Router is a complete routing solution designed specifically
@@ -101,7 +101,7 @@ class Page extends React.Component {
101
101
</ div >
102
102
</ main >
103
103
< nav className = "Nav" >
104
- < img src = "/img/horizontal.png" width = "100%" />
104
+ < img src = "/react-router/ img/horizontal.png" width = "100%" />
105
105
< p >
106
106
version: < select id = "version" >
107
107
{ this . props . versions . map ( ( version ) => (
@@ -124,7 +124,7 @@ class Page extends React.Component {
124
124
</ div >
125
125
) ) }
126
126
</ nav >
127
- < script src = "/app.js" > </ script >
127
+ < script src = "/react-router/ app.js" > </ script >
128
128
</ body >
129
129
</ html >
130
130
) ;
You can’t perform that action at this time.
0 commit comments