Skip to content

Commit

Permalink
Update URL in docs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed May 4, 2022
1 parent 2442b96 commit 79a1bd5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/resources/slint-docs-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
-->
<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.2/wasm-interpreter/slint_wasm_interpreter.js';
const editor_url = "https://slint-ui.com/releases/0.2.2/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/";

// keep them alive
var all_instances = new Array;

Expand Down

0 comments on commit 79a1bd5

Please sign in to comment.