From 91446c7ebef1343cb6ca4cfd03e891576b8b7e1e Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 4 Mar 2021 08:52:27 +0100 Subject: [PATCH] docs: link user exit CHANGE_TADIR example (#4596) --- docs/ref-exits.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/ref-exits.md b/docs/ref-exits.md index 79ef89ed9..5a639cc18 100644 --- a/docs/ref-exits.md +++ b/docs/ref-exits.md @@ -36,10 +36,11 @@ Store username and password in RFC connection setup, see [https://github.com/aba ### HTTP_CLIENT Can be used for setting logon tickets eg. in connection with abapGitServer connections between SAP systems. -[https://gist.github.com/larshp/71609852a79aa1e877f8c4020d18feac](https://gist.github.com/larshp/71609852a79aa1e877f8c4020d18feac) +Example: [https://gist.github.com/larshp/71609852a79aa1e877f8c4020d18feac](https://gist.github.com/larshp/71609852a79aa1e877f8c4020d18feac) ### CHANGE_TADIR Can be used to skip certain objects, or force a different object setup than currently in TADIR. +Example: [https://gist.github.com/larshp/cca0ce0ba65efcde5dfcae416b0484f7](https://gist.github.com/larshp/cca0ce0ba65efcde5dfcae416b0484f7) ### GET_SSL_ID Possibility to change the default `ANONYM` ssl id to something system specific @@ -56,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/17b6411cdb59cfb4478a8e6b3de1da3241fedd41 | -| bitbucket | http(s):\/\/bitbucket.org//\.git | http(s):\/\/bitbucket.org//\/commits/17b6411cdb59cfb4478a8e6b3de1da3241fedd41 | -| gitlab | http(s):\/\/gitlab.com//\.git | http(s):\/\/gitlab.com/\/\/-/commit/17b6411cdb59cfb4478a8e6b3de1da3241fedd41 | +| 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/ |