Skip to content

Commit

Permalink
Adjust the URL in the documentation to the released version
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Nov 24, 2021
1 parent abed314 commit 2904b7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/resources/sixtyfps-docs-preview.html
Expand Up @@ -4,8 +4,7 @@
-->
<script type="module">
"use strict";
//import * as sixtyfps from 'https://sixtyfps.io/releases/0.x.0/wasm-interpreter/sixtyfps_wasm_interpreter.js';
import * as sixtyfps from 'https://sixtyfps.io/snapshots/master/wasm-interpreter/sixtyfps_wasm_interpreter.js';
import * as sixtyfps from 'https://sixtyfps.io/releases/0.1.5/wasm-interpreter/sixtyfps_wasm_interpreter.js';

async function render_or_error(source, div) {
let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9);
Expand Down

0 comments on commit 2904b7a

Please sign in to comment.