Skip to content

Commit 4f2ee38

Browse files
committed
fix broken links
1 parent e7cfd34 commit 4f2ee38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

website/docs/options-table.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ but it will likely be deleted in the future.
1515

1616
<!--_Options with an * are only available in the API, not `tsconfig.json`_-->
1717

18-
The API includes [additional options](https://typestrong.org/ts-node/api/interfaces/registeroptions.html) not shown below.
18+
The API includes [additional options](https://typestrong.org/ts-node/api/interfaces/RegisterOptions.html) not shown below.
1919

2020
_Environment variables, where available, are in `ALL_CAPS`_
2121

website/docs/options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ _Environment variables, where available, are in `ALL_CAPS`_
5353

5454
## API
5555

56-
The API includes [additional options](https://typestrong.org/ts-node/api/interfaces/registeroptions.html) not shown here.
56+
The API includes [additional options](https://typestrong.org/ts-node/api/interfaces/RegisterOptions.html) not shown here.

website/docs/transpilers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Then add the following to your `tsconfig.json`.
4141
4242
## Writing your own integration
4343

44-
To write your own transpiler integration, check our [API docs](https://typestrong.org/ts-node/api/interfaces/transpilermodule.html).
44+
To write your own transpiler integration, check our [API docs](https://typestrong.org/ts-node/api/interfaces/TranspilerModule.html).
4545

4646
Integrations are `require()`d, so they can be published to npm. The module must export a `create` function matching the
47-
[`TranspilerModule`](https://typestrong.org/ts-node/api/interfaces/transpilermodule.html) interface.
47+
[`TranspilerModule`](https://typestrong.org/ts-node/api/interfaces/TranspilerModule.html) interface.

0 commit comments

Comments
 (0)