You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pr-status/message.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Latest commit: ${commitSha}
53
53
54
54
${getReleasePlanMessage(releasePlan)}
55
55
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).
57
57
58
58
[Click here if you're a maintainer who wants to add another changeset to this PR](${newChangesetUrl})`;
59
59
}
@@ -72,7 +72,7 @@ Merging this PR will not cause a version bump for any packages. If these changes
72
72
73
73
${getReleasePlanMessage(releasePlan)}
74
74
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).
76
76
77
77
[Click here if you're a maintainer who wants to add a changeset to this PR](${newChangesetUrl})`;
0 commit comments