Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Update redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
stdrc committed Jul 6, 2018
1 parent a1ff259 commit fa63e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>
<script>
var latest_version = '4.1';
var latest_version = '4.2';
var hash = window.location.hash;
if (!hash || hash.length == 0) {
hash = '#/';
Expand Down
1 change: 1 addition & 0 deletions docs/init.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
var rootUrl = 'https://cqhttp.cc/docs';

var versions = [
{ title: 'v4.2', path: '/4.2/' },
{ title: 'v4.1', path: '/4.1/' },
{ title: 'v4.0', path: '/4.0/' },
{ title: 'v3.4', path: '/3.4/' },
Expand Down

0 comments on commit fa63e6d

Please sign in to comment.