Skip to content

Commit ea9860d

Browse files
committed
Updated to release path.
1 parent e382be0 commit ea9860d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279

280280
<!-- Note the usage of `type=module` here as this is an ES6 module -->
281281
<script type="module">
282-
import init, { greet, analyze_gpx, analyze_tcx, analyze_fit, export_data, merge } from '../../activity-analyzer/pkg/activity_analyzer.js';
282+
import init, { greet, analyze_gpx, analyze_tcx, analyze_fit, export_data, merge } from '../pkg/activity_analyzer.js';
283283

284284
async function run() {
285285
await init();

0 commit comments

Comments
 (0)