Skip to content

Commit

Permalink
updated page.js in configurator to use new org name (#3)
Browse files Browse the repository at this point in the history
changed Armchair-Engineering to Armchair-Heavy-Industries

- current link works but it may "expire"  in a few days if github decide to recycle the old name
  • Loading branch information
maz0r authored Feb 9, 2024
1 parent c6c897c commit 4286db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/configurator/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const getLength = (length) => {
}
}

const BASE_URI = 'https://raw.githubusercontent.com/Armchair-Engineering/Archetype/main'
const BASE_URI = 'https://raw.githubusercontent.com/Armchair-Heavy-Industries/Archetype/main'

const getSelectedFiles = (selections, mods, useSpacer) => {
const files = []
Expand Down

0 comments on commit 4286db9

Please sign in to comment.