Skip to content

Commit 20678e2

Browse files
author
Garth Pickell
committed
General Cleanups
1 parent 75bf772 commit 20678e2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ __init = function() {
266266

267267
if (url.href.startsWith(root)) {
268268
args.delete("id");
269+
a.target = "";
269270

270271
if (args.size) {
271272
a.href = "?" + args;

studio-base/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
const tag = args.get("tag") || "gh-pages";
1919
window.$docsify = {
2020
alias: {
21-
"/home/(.*)": `https://raw.githubusercontent.com/gpickell/studio-base/${tag}/$1`,
21+
"/home/(.*)": `https://raw.githubusercontent.com/vertigis/studio-base/${tag}/$1`,
2222
"/kit/(.*)": "https://raw.githubusercontent.com/vertigis/host-kit/master/$1"
2323
}
2424
}

0 commit comments

Comments
 (0)