Skip to content

Commit 3d3c4a8

Browse files
committed
fix: update fbs URL in ducViewerEditor to point to the correct schema location
1 parent 3dcd8ed commit 3d3c4a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ducViewerEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as https from 'https';
88
import { FlatcManager } from './flatcManager';
99

1010
const execFile = util.promisify(childProcess.execFile);
11-
const fbsUrl = 'https://raw.githubusercontent.com/ducflair/duc/refs/heads/main/packages/core/canvas/duc/duc.fbs';
11+
const fbsUrl = 'https://raw.githubusercontent.com/ducflair/duc/refs/heads/main/schema/duc.fbs';
1212

1313
/**
1414
* Download a file from a URL to a local file

0 commit comments

Comments
 (0)