Skip to content

Commit 1e053bc

Browse files
authored
Merge pull request #4520 from microsoft/octogonz/api-links
Fix broken API links in README.md files
2 parents 083a8e0 + 2b8032e commit 1e053bc

File tree

39 files changed

+230
-21
lines changed

39 files changed

+230
-21
lines changed

apps/api-documenter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ documentation.
1414
- [CHANGELOG.md](
1515
https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md) - Find
1616
out what's new in the latest version
17-
- [API Reference](https://rushstack.io/pages/api/api-documenter/)
17+
- [API Reference](https://api.rushstack.io/pages/api-documenter/)
1818

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

apps/api-extractor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ For more details and support resources, please visit: https://api-extractor.com/
4646
- [CHANGELOG.md](
4747
https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - Find
4848
out what's new in the latest version
49-
- [API Reference](https://rushstack.io/pages/api/api-extractor/)
49+
- [API Reference](https://api.rushstack.io/pages/api-extractor/)
5050

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

apps/heft/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ the Rush Stack website.
8585
- [UPGRADING.md](
8686
https://github.com/microsoft/rushstack/blob/main/apps/heft/UPGRADING.md) - Instructions
8787
for migrating existing projects to use a newer version of Heft
88-
- [API Reference](https://rushstack.io/pages/api/heft/)
88+
- [API Reference](https://api.rushstack.io/pages/heft/)
8989

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

build-tests/ts-command-line-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Console Title: Default title
131131
Arguments to be executed: ["1","2","3"]
132132
```
133133

134-
For more about environment variables, see the [IBaseCommandLineDefinition.environmentVariable](https://rushstack.io/pages/api/ts-command-line.ibasecommandlinedefinition.environmentvariable/) documentation.
134+
For more about environment variables, see the [IBaseCommandLineDefinition.environmentVariable](https://api.rushstack.io/pages/ts-command-line.ibasecommandlinedefinition.environmentvariable/) documentation.
135135

136136
## More information
137137

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Fix broken link to API documentation",
5+
"type": "patch",
6+
"packageName": "@microsoft/api-documenter"
7+
}
8+
],
9+
"packageName": "@microsoft/api-documenter",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Fix broken link to API documentation",
5+
"type": "patch",
6+
"packageName": "@microsoft/api-extractor-model"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor-model",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Fix broken link to API documentation",
5+
"type": "patch",
6+
"packageName": "@microsoft/api-extractor"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Fix broken link to API documentation",
5+
"type": "patch",
6+
"packageName": "@rushstack/debug-certificate-manager"
7+
}
8+
],
9+
"packageName": "@rushstack/debug-certificate-manager",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Fix broken link to API documentation",
5+
"type": "patch",
6+
"packageName": "@rushstack/eslint-plugin"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-plugin",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Fix broken link to API documentation",
5+
"type": "patch",
6+
"packageName": "@rushstack/heft-config-file"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-config-file",
10+
"email": "[email protected]"
11+
}

0 commit comments

Comments
 (0)