From 0908212351f2d2f7b76939913bb37b15542ab310 Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Thu, 31 Jan 2019 11:01:34 -0800 Subject: [PATCH] fix(version): Fix negated option links in readme --- commands/version/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/version/README.md b/commands/version/README.md index 245b50140c..db19831632 100644 --- a/commands/version/README.md +++ b/commands/version/README.md @@ -301,6 +301,6 @@ Pass an explicit version number to the [`bump`](#bump) positional instead. ### `--skip-git` -Use [`--no-git-tag-version`](https://github.com/lerna/lerna/tree/master/commands/version#--git-tag-version) and [`--no-push`](https://github.com/lerna/lerna/tree/master/commands/version#--push) instead. +Use [`--no-git-tag-version`](#--no-git-tag-version) and [`--no-push`](#--no-push) instead. > NOTE: This option **does not** restrict _all_ git commands from being executed. `git` is still required by `lerna version`.