Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS: Update the repository URL for flow-remove-types in the docs #8388

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/en/docs/_install/compiler-flow-remove-types.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flow-remove-types](https://github.com/flowtype/flow-remove-types) is a small
[flow-remove-types](https://github.com/facebook/flow/tree/master/packages/flow-remove-types) is a small
CLI tool for stripping Flow type annotations from files. It's a lighter-weight
alternative to Babel for projects that don't need everything Babel provides.

Expand Down
2 changes: 1 addition & 1 deletion website/en/docs/_install/compiler-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

First you'll need to setup a compiler to strip away Flow types. You can
choose between [Babel](http://babeljs.io/) and
[flow-remove-types](https://github.com/flowtype/flow-remove-types).
[flow-remove-types](https://github.com/facebook/flow/tree/master/packages/flow-remove-types).
2 changes: 1 addition & 1 deletion website/en/docs/tools/flow-remove-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: guide
---

[`flow-remove-types`](https://github.com/flowtype/flow-remove-types) is a small
[`flow-remove-types`](https://github.com/facebook/flow/tree/master/packages/flow-remove-types) is a small
CLI tool for stripping Flow type annotations from files. It's a lighter-weight
alternative to Babel for projects that don't need everything Babel provides.

Expand Down