From fc57ccc3cbc03f2337f928f6ded2fa5cec603f09 Mon Sep 17 00:00:00 2001 From: Jacob M-G Evans <27247160+JacobMGEvans@users.noreply.github.com> Date: Thu, 30 Dec 2021 16:10:45 -0600 Subject: [PATCH] Fix "default command" link in `.positional` - Link would 404 on the website --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 03ffb32d3..407e18686 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1410,7 +1410,7 @@ should be called in a command's builder function, and is not available on the top-level yargs instance. > _you can describe top-level positional arguments using - [default commands](/docs/advanced.md#default-commands)._ + [default commands](https://github.com/yargs/yargs/blob/main/docs/advanced.md#default-commands)._ ```js const argv = require('yargs/yargs')('run --help')