Skip to content

Commit c7b6832

Browse files
authored
docs(readme): updated leftover (changesets#1701)
1 parent b57c77f commit c7b6832

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm package](https://img.shields.io/npm/v/@changesets/cli)](https://npmjs.com/package/@changesets/cli)
44
[![View changelog](https://img.shields.io/badge/Explore%20Changelog-brightgreen)](./CHANGELOG.md)
55

6-
The primary implementation of [changesets](https://github.com/Noviny/changesets). Helps you manage the versioning
6+
The primary implementation of [changesets](https://github.com/changesets/changesets). Helps you manage the versioning
77
and changelog entries for your packages, with a focus on versioning within a mono-repository (though we support
88
single-package repositories too).
99

packages/get-github-info/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const getReleaseLine = async (changeset, type) => {
3737
// but it also exposes a set of links for the commit, PR and GH username
3838
let { user, pull, links } = await getInfo({
3939
// replace this with your own repo
40-
repo: "Noviny/changesets",
40+
repo: "changesets/changesets",
4141
commit: changeset.commit,
4242
});
4343
let returnVal = `- ${links.commit}${

0 commit comments

Comments
 (0)