Skip to content

Commit

Permalink
Update default web path.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Nov 12, 2023
1 parent c3076f1 commit ad215a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import DataTable from 'datatables.net-bs';
import 'datatables.net-bs/css/dataTables.bootstrap.css'
import { parseFile, replaceRepositoryWithSafeChar } from './utils.js';

const PATH = process.env.REPOSITORY_URL || `https://raw.githubusercontent.com/1024pix/dependency-drift-tracker/main`;
const PATH = process.env.REPOSITORY_URL || `https://raw.githubusercontent.com/Dependency-Drift-Tracker/dependency-drift-status/main`;

let driftChart;
let pulseChart;
Expand Down

0 comments on commit ad215a4

Please sign in to comment.