Skip to content

Commit a9723da

Browse files
committed
Fix hyperlinks that were broken when API docs were moved to the api.rushstack.io subsite
1 parent 083a8e0 commit a9723da

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-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

eslint/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you are designing a new JSON file format, it's a good idea to avoid `null` en
8181
there are better representations that convey more information about an item that is unknown, omitted,
8282
or disabled. If you do need to declare types for JSON structures containing `null`, rather than
8383
suppressing the lint rule, you can use a specialized
84-
[JsonNull](https://rushstack.io/pages/api/node-core-library.jsonnull/)
84+
[JsonNull](https://api.rushstack.io/pages/node-core-library.jsonnull/)
8585
type as provided by [@rushstack/node-core-library](https://www.npmjs.com/package/@rushstack/node-core-library).
8686

8787

libraries/api-extractor-model/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Use this library to read and write *.api.json files as defined by the [API Extra
44
These files are used to generate a documentation website for your TypeScript package. The files store the
55
API signatures and doc comments that were extracted from your package.
66

7-
API documentation for this package: https://rushstack.io/pages/api/api-extractor-model/
7+
API documentation for this package: https://api.rushstack.io/pages/api-extractor-model/
88

99
## Example Usage
1010

@@ -63,6 +63,6 @@ a namespace containing static members of the class.
6363
- [CHANGELOG.md](
6464
https://github.com/microsoft/rushstack/blob/main/libraries/api-extractor-model/CHANGELOG.md) - Find
6565
out what's new in the latest version
66-
- [API Reference](https://rushstack.io/pages/api/api-extractor-model/)
66+
- [API Reference](https://api.rushstack.io/pages/api-extractor-model/)
6767

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

libraries/debug-certificate-manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ Attempts to locate a previously generated debug certificate and untrust it. Retu
4545
- [CHANGELOG.md](
4646
https://github.com/microsoft/rushstack/blob/main/libraries/debug-certificate-manager/CHANGELOG.md) - Find
4747
out what's new in the latest version
48-
- [API Reference](https://rushstack.io/pages/api/debug-certificate-manager/)
48+
- [API Reference](https://api.rushstack.io/pages/debug-certificate-manager/)
4949

5050
**@rushstack/debug-certificate-manager** is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/heft-config-file/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ A library for loading config files for use with the [Heft](https://rushstack.io/
77
- [CHANGELOG.md](
88
https://github.com/microsoft/rushstack/blob/main/libraries/heft-config-file/CHANGELOG.md) - Find
99
out what's new in the latest version
10-
- [API Reference](https://rushstack.io/pages/api/heft-config-file/)
10+
- [API Reference](https://api.rushstack.io/pages/heft-config-file/)
1111

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

libraries/module-minifier/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ This library wraps terser in convenient handles for parallelization. It powers @
77
- [CHANGELOG.md](
88
https://github.com/microsoft/rushstack/blob/main/libraries/module-minifier/CHANGELOG.md) - Find
99
out what's new in the latest version
10-
- [API Reference](https://rushstack.io/pages/api/module-minifier/)
10+
- [API Reference](https://api.rushstack.io/pages/module-minifier/)
1111

1212
`@rushstack/module-minifier` is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/node-core-library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ demonstrated. If in doubt, create your own NPM package.
3333
- [CHANGELOG.md](
3434
https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/CHANGELOG.md) - Find
3535
out what's new in the latest version
36-
- [API Reference](https://rushstack.io/pages/api/node-core-library/)
36+
- [API Reference](https://api.rushstack.io/pages/node-core-library/)
3737

3838
`@rushstack/node-core-library` is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/operation-graph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ This library contains logic for managing and executing tasks in a directed acycl
77
- [CHANGELOG.md](
88
https://github.com/microsoft/rushstack/blob/main/libraries/operation-graph/CHANGELOG.md) - Find
99
out what's new in the latest version
10-
- [API Reference](https://rushstack.io/pages/api/operation-graph/)
10+
- [API Reference](https://api.rushstack.io/pages/operation-graph/)
1111

1212
`@rushstack/operation-graph` is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/package-deps-hash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ if (_.isEqual(deps, existingDeps)) {
3434
- [CHANGELOG.md](
3535
https://github.com/microsoft/rushstack/blob/main/libraries/package-deps-hash/CHANGELOG.md) - Find
3636
out what's new in the latest version
37-
- [API Reference](https://rushstack.io/pages/api/package-deps-hash/)
37+
- [API Reference](https://api.rushstack.io/pages/package-deps-hash/)
3838

3939
`@rushstack/package-deps-hash` is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/package-extractor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ A library used for creating an isolated copy of a package and, optionally, bundl
77
- [CHANGELOG.md](
88
https://github.com/microsoft/rushstack/blob/main/libraries/deploy-manager/CHANGELOG.md) - Find
99
out what's new in the latest version
10-
- [API Reference](https://rushstack.io/pages/api/deploy-manager/)
10+
- [API Reference](https://api.rushstack.io/pages/deploy-manager/)
1111

1212
`@rushstack/package-extractor` is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/rig-package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,6 @@ Note that there are also async variants of the functions that access the filesys
224224
- [CHANGELOG.md](
225225
https://github.com/microsoft/rushstack/blob/main/libraries/rig-package/CHANGELOG.md) - Find
226226
out what's new in the latest version
227-
- [API Reference](https://rushstack.io/pages/api/rig-package/)
227+
- [API Reference](https://api.rushstack.io/pages/rig-package/)
228228

229229
`@rushstack/rig-package` is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/stream-collator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ all background streams which have been completed will be emitted.
5252
- [CHANGELOG.md](
5353
https://github.com/microsoft/rushstack/blob/main/libraries/stream-collator/CHANGELOG.md) - Find
5454
out what's new in the latest version
55-
- [API Reference](https://rushstack.io/pages/api/stream-collator/)
55+
- [API Reference](https://api.rushstack.io/pages/stream-collator/)
5656

5757
`@rushstack/stream-collator` is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/terminal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ capable of matching substrings that span multiple chunks.
4848
- [CHANGELOG.md](
4949
https://github.com/microsoft/rushstack/blob/main/libraries/terminal/CHANGELOG.md) - Find
5050
out what's new in the latest version
51-
- [API Reference](https://rushstack.io/pages/api/terminal/)
51+
- [API Reference](https://api.rushstack.io/pages/terminal/)
5252

5353
`@rushstack/terminal` is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/tree-pattern/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ separate patterns.
143143
- [CHANGELOG.md](
144144
https://github.com/microsoft/rushstack/blob/main/libraries/tree-pattern/CHANGELOG.md) - Find
145145
out what's new in the latest version
146-
- [API Reference](https://rushstack.io/pages/api/tree-pattern/)
146+
- [API Reference](https://api.rushstack.io/pages/tree-pattern/)
147147

148148
`@rushstack/tree-pattern` is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/ts-command-line/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ You can also mix the two models. For example, we could augment the `WidgetComma
240240
- [CHANGELOG.md](
241241
https://github.com/microsoft/rushstack/blob/main/libraries/ts-command-line/CHANGELOG.md) - Find
242242
out what's new in the latest version
243-
- [API Reference](https://rushstack.io/pages/api/ts-command-line/)
243+
- [API Reference](https://api.rushstack.io/pages/ts-command-line/)
244244

245245
Here are some real world GitHub projects that illustrate different use cases for **ts-command-line**:
246246

libraries/typings-generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ is set to `IExportStyles`. If not specified, the interface name will be `IExport
158158

159159
- [CHANGELOG.md](https://github.com/microsoft/rushstack/blob/main/libraries/typings-generator/CHANGELOG.md) - Find
160160
out what's new in the latest version
161-
- [API Reference](https://rushstack.io/pages/api/typings-generator/)
161+
- [API Reference](https://api.rushstack.io/pages/typings-generator/)
162162

163163
`@rushstack/typings-generator` is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/worker-pool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ This library contains a lightweight worker pool using the NodeJS worker_threads
77
- [CHANGELOG.md](
88
https://github.com/microsoft/rushstack/blob/main/libraries/worker-pool/CHANGELOG.md) - Find
99
out what's new in the latest version
10-
- [API Reference](https://rushstack.io/pages/api/worker-pool/)
10+
- [API Reference](https://api.rushstack.io/pages/worker-pool/)
1111

1212
`@rushstack/worker-pool` is part of the [Rush Stack](https://rushstack.io/) family of projects.

0 commit comments

Comments
 (0)