Skip to content

Commit

Permalink
Change “WOT-terms” to “keridoc”
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jul 15, 2024
1 parent 9210b10 commit 1c6faa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientModules/fetchCommitHash.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const fetchCommitHash = () => {
}

const owner = 'WebOfTrust';
const repo = 'WOT-terms';
const repo = 'keridoc';
const pathName = window.location.pathname;

let filePath = pathName.substring(pathName.indexOf('/', 1) + 1) + ".md";
Expand Down

0 comments on commit 1c6faa5

Please sign in to comment.