Skip to content

Commit 0d8142c

Browse files
committed
Fix snapshot URL
1 parent eefee2f commit 0d8142c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/slint-docs-preview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script type="module">
66
"use strict";
77
//import * as slint from 'https://sixtyfps.io/releases/0.x.0/wasm-interpreter/slint_wasm_interpreter.js';
8-
import * as slint from 'https://sixtyfps.io/snapshots/wip/rename/wasm-interpreter/slint_wasm_interpreter.js';
8+
import * as slint from 'https://sixtyfps.io/snapshots/rename/wasm-interpreter/slint_wasm_interpreter.js';
99

1010
async function render_or_error(source, div) {
1111
let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9);

0 commit comments

Comments
 (0)