Skip to content

Commit dda18ad

Browse files
committed
update Github URL base path
1 parent 81fd561 commit dda18ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-wpilib/src/dependencyView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class DependencyViewProvider implements vscode.WebviewViewProvider {
3434
private installedList: IDepInstalled[] = [];
3535
private homeDeps: IJsonDependency[] = [];
3636
private externalApi: IExternalAPI;
37-
private ghURL = `https://raw.githubusercontent.com/jasondaming/vendor-json-repo/ctre2024/`;
37+
private ghURL = `https://raw.githubusercontent.com/wpilibsuite/vendor-json-repo/master/`;
3838
private wp: vscode.WorkspaceFolder | undefined;
3939

4040
private _view?: vscode.WebviewView;

0 commit comments

Comments
 (0)