Skip to content

Commit

Permalink
refactor: Update Library URL to match master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
toxophilist committed Sep 30, 2024
1 parent 5210ec5 commit 055a0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocd/packages/desktop/public/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ async function handleOpenExternalUrl(event, href) {
}

// Library / Reference Architecture Functions
const libraryUrl = 'https://raw.githubusercontent.com/oracle/oci-designer-toolkit/refs/heads/toxophilist/sprint-dev/ocd/library'
const libraryUrl = 'https://raw.githubusercontent.com/oracle/oci-designer-toolkit/refs/heads/master/ocd/library'
const libraryFile = 'referenceArchitectures.json'

async function handleLoadLibraryIndex(event) {
Expand Down

0 comments on commit 055a0d7

Please sign in to comment.