From 187a5bed01697e696acbf8df15b88a2005cdc69e Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 24 Jun 2021 09:34:09 +0200 Subject: [PATCH] cli/README: linkfix src/codecs.ts --- cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/README.md b/cli/README.md index 6286ba23..f5b552be 100644 --- a/cli/README.md +++ b/cli/README.md @@ -42,7 +42,7 @@ Options: -h, --help display help for command ``` -The default values for each `config` option can be found in the [`codecs.js`][codecs.js] file under `defaultEncoderOptions`. Every unspecified value will use the default value specified here. _Better documentation is needed here._ +The default values for each `config` option can be found in the [`codecs.ts`][codecs.ts] file under `defaultEncoderOptions`. Every unspecified value will use the default value specified here. _Better documentation is needed here._ ## Auto optimizer @@ -55,5 +55,5 @@ $ npx @squoosh/cli --wp2 auto test.png ``` [squoosh]: https://squoosh.app -[codecs.js]: https://github.com/GoogleChromeLabs/squoosh/blob/dev/libsquoosh/src/codecs.js +[codecs.ts]: https://github.com/GoogleChromeLabs/squoosh/blob/dev/libsquoosh/src/codecs.ts [butteraugli]: https://github.com/google/butteraugli