Skip to content

Commit 2eb1bbd

Browse files
committed
fix website hrefs/src
1 parent b33f349 commit 2eb1bbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/build-website-tag.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ class Page extends React.Component {
6464
<head>
6565
<meta charSet="utf-8"/>
6666
<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"/>
6969
</head>
7070
<body>
7171
<main className="Main">
7272
<div className="Main__Content">
7373
<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}}/>
7575
</center>
7676
<p>
7777
React Router is a complete routing solution designed specifically
@@ -101,7 +101,7 @@ class Page extends React.Component {
101101
</div>
102102
</main>
103103
<nav className="Nav">
104-
<img src="/img/horizontal.png" width="100%"/>
104+
<img src="/react-router/img/horizontal.png" width="100%"/>
105105
<p>
106106
version: <select id="version">
107107
{this.props.versions.map((version) => (
@@ -124,7 +124,7 @@ class Page extends React.Component {
124124
</div>
125125
))}
126126
</nav>
127-
<script src="/app.js"></script>
127+
<script src="/react-router/app.js"></script>
128128
</body>
129129
</html>
130130
);

0 commit comments

Comments
 (0)