Update links.js

This commit is contained in:
illuminatich 2023-02-17 19:28:00 +08:00
parent 2fbb75210d
commit cc2c55728e

View File

@ -77,7 +77,7 @@ function ShowLinks(level, kind)
str1 = "";
str2 = "";
if (kind != 16) {
str1 = '<A target="_blank"href="https://mhwikicn.github.io/mh2tip/h01.html">';
str1 = '<A target="_blank" href="../../mh2tip/h01.html" target=\"_top\">';
str2 = "</A>";
}
html += " " + str1 + "武器派生" + str2;