Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 3453c3f

Browse files
committed
Use staging urls
1 parent 51ccef1 commit 3453c3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/Compiler Options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tsc --project tsconfig.json src/*.ts
2020
## Compiler Options
2121

2222
If you're looking for more information about the compiler options in a tsconfig, check out the TSConfig Reference beta
23-
available in [the v2 site](https://www.typescriptlang.org/v2/en/tsconfig).
23+
available in [the v2 site](https://www.staging-typescript.org/tsconfig).
2424

2525
Option | Type | Default | Description
2626
-----------------------------------------------|-----------|--------------------------------|----------------------------------------------------------------------

pages/tutorials/tsconfig.json.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A project is compiled in one of the following ways:
1212
When input files are specified on the command line, `tsconfig.json` files are ignored.
1313

1414
If you're looking for more information about the compiler options in a tsconfig, check out the TSConfig Reference beta
15-
available in [the v2 site](https://www.typescriptlang.org/v2/en/tsconfig).
15+
available in [the v2 site](https://www.staging-typescript.org/tsconfig).
1616

1717
## Examples
1818

0 commit comments

Comments
 (0)