From e58e982094e57cdbd1df0f3283816cb8f1eb057b Mon Sep 17 00:00:00 2001 From: Mckomo Date: Mon, 25 May 2020 00:08:12 +0200 Subject: [PATCH] docs(version): Fix links in README (#2558) Fix links to "semver bump" section [skip ci] --- commands/version/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/version/README.md b/commands/version/README.md index 3cd16c639c..a9d00d0877 100644 --- a/commands/version/README.md +++ b/commands/version/README.md @@ -399,11 +399,11 @@ Useful in [Continuous integration (CI)](https://en.wikipedia.org/wiki/Continuous ### `--cd-version` -Pass the semver keyword to the [`bump`](#bump) positional instead. +Pass the semver keyword to the [`bump`](#semver-bump) positional instead. ### `--repo-version` -Pass an explicit version number to the [`bump`](#bump) positional instead. +Pass an explicit version number to the [`bump`](#semver-bump) positional instead. ### `--skip-git`