Skip to content

Commit 6f58ba3

Browse files
authored
Update pr-status message links to new faq (#716)
1 parent e52ce9e commit 6f58ba3

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/common-apes-fold.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@changesets/action": patch
3+
---
4+
5+
Update `pr-status` message to link to the new faq page

src/pr-status/message.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Latest commit: ${commitSha}
5353
5454
${getReleasePlanMessage(releasePlan)}
5555
56-
Not sure what this means? [Click here to learn what changesets are](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md).
56+
Not sure what this means? [Click here to learn what changesets are](https://changesets.dev/faq).
5757
5858
[Click here if you're a maintainer who wants to add another changeset to this PR](${newChangesetUrl})`;
5959
}
@@ -72,7 +72,7 @@ Merging this PR will not cause a version bump for any packages. If these changes
7272
7373
${getReleasePlanMessage(releasePlan)}
7474
75-
[Click here to learn what changesets are, and how to add one](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md).
75+
[Click here to learn what changesets are, and how to add one](https://changesets.dev/faq).
7676
7777
[Click here if you're a maintainer who wants to add a changeset to this PR](${newChangesetUrl})`;
7878
}

0 commit comments

Comments
 (0)