From d071af51cddb0d5e8b0d0ad9f885e4470050d793 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 5 Mar 2021 12:12:08 +0100 Subject: [PATCH] docs: ref-exits bugfix (#4600) --- docs/ref-exits.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ref-exits.md b/docs/ref-exits.md index 5a639cc18..0148b3e2c 100644 --- a/docs/ref-exits.md +++ b/docs/ref-exits.md @@ -57,6 +57,6 @@ Can be used to set the URL to display a commit. There are default implementation | Provider | Repo URL | Show Commit URL | |-----------|----------|-----------------| -| github | http(s):\/\/github.com//\.git | http(s):\/\/github.com//\/commit/ | -| bitbucket | http(s):\/\/bitbucket.org//\.git | http(s):\/\/bitbucket.org//\/commits/ | -| gitlab | http(s):\/\/gitlab.com//\.git | http(s):\/\/gitlab.com/\/\/-/commit/ | +| github | http(s):\/\/github.com//\.git | http(s):\/\/github.com//\/commit/ | +| bitbucket | http(s):\/\/bitbucket.org//\.git | http(s):\/\/bitbucket.org//\/commits/ | +| gitlab | http(s):\/\/gitlab.com//\.git | http(s):\/\/gitlab.com/\/\/-/commit/ |