Skip to content

Commit

Permalink
Remove git.io usages (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored Apr 28, 2022
1 parent 84c0a89 commit 6c59174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Options
--generateTypes Whether or not to generate types, if `types` or `typings` is set in `package.json` then it will default to be `true`
--css Where to output CSS: "inline" or "external" (default "external")
--css-modules Configures .css to be treated as modules (default null)
--workers Bundle module workers - see https://git.io/J3oSF (default false)
--workers Bundle module workers - see https://github.com/surma/rollup-plugin-off-main-thread#auto-bundling (default false)
--visualize Generate bundle makeup visualization (stats.html)
-h, --help Displays this message

Expand Down
2 changes: 1 addition & 1 deletion src/prog.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default handler => {
)
.option(
'--workers',
'Bundle module workers - see https://git.io/J3oSF',
'Bundle module workers - see https://github.com/surma/rollup-plugin-off-main-thread#auto-bundling',
false,
)
.option(
Expand Down

0 comments on commit 6c59174

Please sign in to comment.