Skip to content

Commit

Permalink
Update repo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cobrs11 authored Aug 17, 2024
1 parent f557ed8 commit fc27d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const handleRepoCommand = async (m, Matrix, repoUrl) => {
name: 'cta_url',
buttonParamsJson: JSON.stringify({
display_text: 'Click Here To Fork',
url: repoUrl.replace('api.', '').replace('repos/', '/forks/'),
url: 'https://github.com/cobrs11/HANSAMAL-MD/fork',
}),
},
{
Expand Down

0 comments on commit fc27d84

Please sign in to comment.