Skip to content

Commit fa2abdf

Browse files
Merge pull request #13 from martincostello/Fix-Project-URL
Fix typo in project URL
2 parents 20b1c4f + 2c2e418 commit fa2abdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MartinCostello.BrowserStack.Automate/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"iconUrl": "https://martincostello.github.io/browserstack-automate/images/browserstack-logo.png",
5252
"licenseUrl": "https://github.com/martincostello/browserstack-automate/blob/master/LICENSE",
5353
"owners": [ "Martin Costello" ],
54-
"projectUrl": "https://github.com/martincostello/browserstack-automater",
54+
"projectUrl": "https://github.com/martincostello/browserstack-automate",
5555
"releaseNotes": "See https://github.com/martincostello/browserstack-automate/releases for details.",
5656
"repository": {
5757
"type": "git",

tests/MartinCostello.BrowserStack.Automate.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"iconUrl": "https://martincostello.github.io/browserstack-automate/images/browserstack-logo.png",
5252
"licenseUrl": "https://github.com/martincostello/browserstack-automate/blob/master/LICENSE",
5353
"owners": [ "Martin Costello" ],
54-
"projectUrl": "https://github.com/martincostello/browserstack-automater",
54+
"projectUrl": "https://github.com/martincostello/browserstack-automate",
5555
"releaseNotes": "See https://github.com/martincostello/browserstack-automate/releases for details.",
5656
"repository": {
5757
"type": "git",

0 commit comments

Comments
 (0)