Skip to content

Commit

Permalink
Revert "Update docs url before release"
Browse files Browse the repository at this point in the history
This reverts commit 2583acf.

Release was released
  • Loading branch information
ogoffart committed Sep 14, 2022
1 parent b827108 commit 0186c71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/resources/slint-docs-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
-->
<script type="module">
"use strict";
import * as slint from 'https://slint-ui.com/releases/0.3.0/wasm-interpreter/slint_wasm_interpreter.js';
const editor_url = "https://slint-ui.com/releases/0.3.0/editor/";
//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/";
// keep them alive
var all_instances = new Array;

Expand Down

0 comments on commit 0186c71

Please sign in to comment.