Skip to content

Commit

Permalink
feat: change URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Weinhard committed Nov 18, 2024
1 parent 7674328 commit b8e4ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function generateBranchNameButton(branchName) {
window
.open(
sanitize(
`https://lweinhard.github.io/copy-and-close.html?value=${branchName}`
`https://i-we.github.io/trello-powerup/copy-and-close.html?value=${branchName}`
),
"_blank"
)
Expand Down Expand Up @@ -117,7 +117,7 @@ async function generatePatchedVersionsButton(branchName) {
window
.open(
sanitize(
`https://lweinhard.github.io/copy-and-close.html?value=${patchedVersions}`
`https://i-we.github.io/trello-powerup/copy-and-close.html?value=${patchedVersions}`
),
"_blank"
)
Expand Down

0 comments on commit b8e4ade

Please sign in to comment.