Docs: Fix image links (#4823)

This commit is contained in:
Marc Bernard 2021-06-06 10:16:14 +02:00 committed by GitHub
parent 435bc07150
commit a92059d059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,17 +30,17 @@ There are currently three possibilities to run abapGit CI:
Selection screen: Selection screen:
![abapGit CI selection screen](/docs/img/ZABAPGIT_CI_selection_screen.png) ![abapGit CI selection screen](/img/ZABAPGIT_CI_selection_screen.png)
Result list: Result list:
![abapGit CI results](/docs/img/ZABAPGIT_CI_result.png) ![abapGit CI results](/img/ZABAPGIT_CI_result.png)
**2) REST API** **2) REST API**
`POST /sap/zabapgit_ci/run` `POST /sap/zabapgit_ci/run`
[response.json](/docs/example/response.json) [response.json](example/response.json)
**3) Schedule job sequence with report `ZABAPGIT_CI_JOB_SCHEDULER`** **3) Schedule job sequence with report `ZABAPGIT_CI_JOB_SCHEDULER`**
@ -52,7 +52,7 @@ A job sequence is created with
3) Run abapGit CI 3) Run abapGit CI
![abapGit CI job scheduler](/docs/img/ZABAPGIT_CI_JOB_SCHEDULER.png) ![abapGit CI job scheduler](/img/ZABAPGIT_CI_JOB_SCHEDULER.png)
**Check transportable packages** **Check transportable packages**
@ -60,7 +60,7 @@ Optionally you can also let abapGit CI create the repositories in transportable
To set up a suitable transport landscape on the AS ABAP Developer Edition you need to create a new virtual system in STMS (for example `EXP`, `Virtual export system`). This serves as a dummy export target for transport requests. Next you need create a new transport layer (for example `ZEXP`) and connect the current system and the virtual system with it. Then save and activate the configuration. To set up a suitable transport landscape on the AS ABAP Developer Edition you need to create a new virtual system in STMS (for example `EXP`, `Virtual export system`). This serves as a dummy export target for transport requests. Next you need create a new transport layer (for example `ZEXP`) and connect the current system and the virtual system with it. Then save and activate the configuration.
![STMS transports landscape](/docs/img/STMS.png) ![STMS transports landscape](/img/STMS.png)
**Prerequisites:** **Prerequisites:**