Skip to content

Commit

Permalink
Update the releases and snapshots url in slint-docs-preview.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aurindam committed Apr 3, 2024
1 parent 7931bc1 commit 5ea8a91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/resources/slint-docs-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
-->
<script type="module">
"use strict";
//import * as slint from 'https://slint.dev/releases/0.x.0/wasm-interpreter/slint_wasm_interpreter.js';
//const editor_url = "https://slint.dev/releases/0.x.0/editor/";
import * as slint from 'https://slint.dev/snapshots/master/wasm-interpreter/slint_wasm_interpreter.js';
const editor_url = "https://slint.dev/snapshots/master/editor/";
//import * as slint from 'https://releases.slint.dev/0.x.0/wasm-interpreter/slint_wasm_interpreter.js';
//const editor_url = "https://releases.slint.dev/0.x.0/editor/";
import * as slint from 'https://snapshots.slint.dev/master/wasm-interpreter/slint_wasm_interpreter.js';
const editor_url = "https://snapshots.slint.dev/master/editor/";
// keep them alive
var all_instances = new Array;

Expand Down

0 comments on commit 5ea8a91

Please sign in to comment.