Skip to content

Commit

Permalink
fix online url error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxinxu committed Jan 31, 2021
1 parent e19124e commit d7f0079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script id="script1">
var linkRoot = '../../';
if (location.host != 'localhost') {
linkRoot = 'https://www.zhangxinxu.com/Github/mobilebone/';
linkRoot = 'https://www.zhangxinxu.com/github/mobilebone/';
}
link1.href = linkRoot + 'src/mobilebone.css';
link2.href = linkRoot + 'src/mobilebone.animate.css';
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
font-size: 220%; width: 200px;
}
</style>
<link rel="stylesheet" href="https://www.zhangxinxu.com/GitHub/quickLayout/quick-layout-min.css">
<link rel="stylesheet" href="https://www.zhangxinxu.com/github/quickLayout/quick-layout-min.css">
</head>

<body>
Expand Down

0 comments on commit d7f0079

Please sign in to comment.