Skip to content

Commit

Permalink
slint-docs-preview.html: adjust URL for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed May 9, 2022
1 parent d6ec32e commit a621365
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/resources/slint-docs-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
-->
<script type="module">
"use strict";
//import * as slint from 'https://slint-ui.com/releases/0.x.0/wasm-interpreter/slint_wasm_interpreter.js';
//const editor_url = "https://slint-ui.com/releases/0.x.0/editor/";
import * as slint from 'https://slint-ui.com/snapshots/master/wasm-interpreter/slint_wasm_interpreter.js';
const editor_url = "https://slint-ui.com/snapshots/master/editor/";
import * as slint from 'https://slint-ui.com/releases/0.2.4/wasm-interpreter/slint_wasm_interpreter.js';
const editor_url = "https://slint-ui.com/releases/0.2.4/editor/";
// keep them alive
var all_instances = new Array;

Expand Down

0 comments on commit a621365

Please sign in to comment.