Skip to content

Commit 955d104

Browse files
authored
fix: cli broken links to docs (#448)
* fix: broken docs to GH Actions token generation links * chore: added changesets
1 parent b78c7e6 commit 955d104

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/moody-adults-help.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rnef/provider-github': patch
3+
---
4+
5+
Fix broken GH token docs links

packages/provider-github/src/lib/artifacts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Update the token under "${color.bold(
9292
)}" key in ${colorLink('rnef.config.mjs')} config file.
9393
9494
📘 Read more about generating a new token: ${colorLink(
95-
'https://rnef.dev/docs/remote-cache/github-actions/configuration#generate-github-personal-access-token-for-downloading-cached-builds'
95+
'https://rnef.dev/docs/github-actions/configuration#generate-github-personal-access-token-for-downloading-cached-builds'
9696
)}`
9797
);
9898
}
@@ -108,7 +108,7 @@ Make sure the repository information and token under "${color.bold(
108108
)}" key in ${colorLink('rnef.config.mjs')} config file is valid.
109109
110110
📘 Read more about generating a new token: ${colorLink(
111-
'https://rnef.dev/docs/remote-cache/github-actions/configuration#generate-github-personal-access-token-for-downloading-cached-builds'
111+
'https://rnef.dev/docs/github-actions/configuration#generate-github-personal-access-token-for-downloading-cached-builds'
112112
)}`
113113
);
114114
}

0 commit comments

Comments
 (0)