8000 Merge pull request #3326 from elliot-nelson/enelson/api-links · psy-repos-typescript/rushstack@42bcd45 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 42bcd45

Browse files
authored
Merge pull request microsoft#3326 from elliot-nelson/enelson/api-links
[rush] Fix links to API Reference docs
2 parents cbacf46 + c26f8e3 commit 42bcd45

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

apps/rush/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ For more details and support resources, please visit: https://rushjs.io
7272
- [UPGRADING.md](
7373
https://github.com/microsoft/rushstack/blob/master/apps/rush/UPGRADING.md) - Instructions
7474
for migrating existing projects to use a newer version of Rush
75-
- [API Reference](https://rushstack.io/pages/api/rush-lib/)
75+
- [API Reference](https://api.rushstack.io/pages/rush-lib/)
7676

7777
Rush is part of the [Rush Stack](https://rushstack.io/) family of projects.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush"
10+
}

libraries/rush-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Verbose logging can be turn on by set environment variable `RUSH_SDK_DEBUG` to `
2525
- [CHANGELOG.md](
2626
https://github.com/microsoft/rushstack/blob/master/apps/rush/CHANGELOG.md) - Find
2727
out what's new in the latest version
28-
- [API Reference](https://rushstack.io/pages/api/rush-lib/)
28+
- [API Reference](https://api.rushstack.io/pages/rush-lib/)
2929

3030
Rush is part of the [Rush Stack](https://rushstack.io/) family of projects.

0 commit comments

Comments
 (0)
0