Skip to content

Commit ad5f018

Browse files
authored
Merge pull request microsoft#1298 from microsoft/octogonz/tsc-fix-broken-link
[ts-command-link] Fix broken link in README.md
2 parents 069a92e + e4121e6 commit ad5f018

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/ts-command-line",
5+
"comment": "Fix a broken link in the README.md (GitHub issue #1285)",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/ts-command-line",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}

libraries/ts-command-line/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ You can also mix the two models. For example, we could augment the `WidgetComma
189189

190190
### Further reading
191191

192-
The [API reference](http://rushstack.io/api/ts-command-line.html) has complete documentation for the library.
192+
The [API reference](https://microsoft.github.io/web-build-tools/api/) has complete documentation for the library.
193193

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

0 commit comments

Comments
 (0)