Skip to content

Commit

Permalink
slint-docs-preview.html: Update 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 e999ecd commit c1b6ac2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/resources/slint-docs-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
-->
<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.3/wasm-interpreter/slint_wasm_interpreter.js';
const editor_url = "https://slint-ui.com/releases/0.2.3/editor/";

// keep them alive
var all_instances = new Array;

Expand Down

0 comments on commit c1b6ac2

Please sign in to comment.