Skip to content

Commit 73e5191

Browse files
authored
Use webaddress it forwards to
1 parent 903ced2 commit 73e5191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ose.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Hooks.on("renderSidebarTab", async (object, html) => {
167167
`<button type="button" data-action="userguide"><img src='${OSE.assetsPath}/dragon.png' width='16' height='16' style='${styling}'/>Old School Guide</button>`
168168
).insertAfter(docs);
169169
html.find('button[data-action="userguide"]').click(() => {
170-
new FrameViewer("https://vttred.github.io/ose", {
170+
new FrameViewer("https://ose.vtt.red/", {
171171
resizable: true,
172172
}).render(true);
173173
});

0 commit comments

Comments
 (0)