Skip to content

Commit

Permalink
Fix hyperlinks that were broken when API docs were moved to the api.r…
Browse files Browse the repository at this point in the history
…ushstack.io subsite
  • Loading branch information
octogonz committed Feb 17, 2024
1 parent 083a8e0 commit a9723da
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apps/api-documenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ documentation.
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/api-documenter/)
- [API Reference](https://api.rushstack.io/pages/api-documenter/)

API Documenter is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion apps/api-extractor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ For more details and support resources, please visit: https://api-extractor.com/
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/api-extractor/)
- [API Reference](https://api.rushstack.io/pages/api-extractor/)

API Extractor is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion apps/heft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ the Rush Stack website.
- [UPGRADING.md](
https://github.com/microsoft/rushstack/blob/main/apps/heft/UPGRADING.md) - Instructions
for migrating existing projects to use a newer version of Heft
- [API Reference](https://rushstack.io/pages/api/heft/)
- [API Reference](https://api.rushstack.io/pages/heft/)

Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion build-tests/ts-command-line-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Console Title: Default title
Arguments to be executed: ["1","2","3"]
```

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

## More information

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


Expand Down
4 changes: 2 additions & 2 deletions libraries/api-extractor-model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Use this library to read and write *.api.json files as defined by the [API Extra
These files are used to generate a documentation website for your TypeScript package. The files store the
API signatures and doc comments that were extracted from your package.

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

## Example Usage

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

API Extractor is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/debug-certificate-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ Attempts to locate a previously generated debug certificate and untrust it. Retu
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/debug-certificate-manager/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/debug-certificate-manager/)
- [API Reference](https://api.rushstack.io/pages/debug-certificate-manager/)

**@rushstack/debug-certificate-manager** is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/heft-config-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ A library for loading config files for use with the [Heft](https://rushstack.io/
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/heft-config-file/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/heft-config-file/)
- [API Reference](https://api.rushstack.io/pages/heft-config-file/)

Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/module-minifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ This library wraps terser in convenient handles for parallelization. It powers @
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/module-minifier/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/module-minifier/)
- [API Reference](https://api.rushstack.io/pages/module-minifier/)

`@rushstack/module-minifier` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/node-core-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ demonstrated. If in doubt, create your own NPM package.
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/node-core-library/)
- [API Reference](https://api.rushstack.io/pages/node-core-library/)

`@rushstack/node-core-library` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/operation-graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ This library contains logic for managing and executing tasks in a directed acycl
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/operation-graph/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/operation-graph/)
- [API Reference](https://api.rushstack.io/pages/operation-graph/)

`@rushstack/operation-graph` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/package-deps-hash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ if (_.isEqual(deps, existingDeps)) {
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/package-deps-hash/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/package-deps-hash/)
- [API Reference](https://api.rushstack.io/pages/package-deps-hash/)

`@rushstack/package-deps-hash` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/package-extractor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ A library used for creating an isolated copy of a package and, optionally, bundl
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/deploy-manager/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/deploy-manager/)
- [API Reference](https://api.rushstack.io/pages/deploy-manager/)

`@rushstack/package-extractor` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/rig-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,6 @@ Note that there are also async variants of the functions that access the filesys
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/rig-package/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/rig-package/)
- [API Reference](https://api.rushstack.io/pages/rig-package/)

`@rushstack/rig-package` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/stream-collator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ all background streams which have been completed will be emitted.
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/stream-collator/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/stream-collator/)
- [API Reference](https://api.rushstack.io/pages/stream-collator/)

`@rushstack/stream-collator` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/terminal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ capable of matching substrings that span multiple chunks.
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/terminal/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/terminal/)
- [API Reference](https://api.rushstack.io/pages/terminal/)

`@rushstack/terminal` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/tree-pattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ separate patterns.
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/tree-pattern/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/tree-pattern/)
- [API Reference](https://api.rushstack.io/pages/tree-pattern/)

`@rushstack/tree-pattern` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/ts-command-line/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ You can also mix the two models. For example, we could augment the `WidgetComma
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/ts-command-line/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/ts-command-line/)
- [API Reference](https://api.rushstack.io/pages/ts-command-line/)

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

Expand Down
2 changes: 1 addition & 1 deletion libraries/typings-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ is set to `IExportStyles`. If not specified, the interface name will be `IExport

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

`@rushstack/typings-generator` is part of the [Rush Stack](https://rushstack.io/) family of projects.
2 changes: 1 addition & 1 deletion libraries/worker-pool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ This library contains a lightweight worker pool using the NodeJS worker_threads
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/main/libraries/worker-pool/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/worker-pool/)
- [API Reference](https://api.rushstack.io/pages/worker-pool/)

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

0 comments on commit a9723da

Please sign in to comment.