Skip to content

Commit d1571fc

Browse files
Fixed dead links to docs.abapgit.org in ABAPCodeReview.md (#329)
* Update ABAPCodeReview.md Links to abapGit documentation updated * Remove file extensions There was a link to https://www.w3.org/Provider/Style/URI in one of the relevant comments for the re-organized docs.abapgit.org site. I read it, and tested both file links and anchor links, and they work without file extensions. So I removed them, as recommended in https://www.w3.org/Provider/Style/URI
1 parent 64050da commit d1571fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

abap-code-review/ABAPCodeReview.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ tools exists that brings git and ABAP together.
184184
### 4.4.1. abapGit
185185
[abapGit](https://abapGit.org) is a git client written in ABAP for use with ABAP, it serializes the ABAP objects to files, and provides access to the most common git operations.
186186

187-
It can be [installed](https://docs.abapgit.org/guide-install.html) on any SAP system version 702 and up, requiring only a ABAP developer key for installation.
187+
It can be [installed](https://docs.abapgit.org/user-guide/getting-started/install) on any SAP system version 702 and up, requiring only a ABAP developer key for installation.
188188

189189
abapGit was initially released in [2014](https://blogs.sap.com/2014/07/17/git-client-for-abap-alpha-release/) and is continuously being enhanced, users can update to the latest version at any time.
190190
[Multiple open source projects](https://dotabap.org) use abapGit for development and installation into systems.
@@ -321,11 +321,11 @@ GitHub setup required,
321321

322322
Multiple setup steps are required in the development system,
323323

324-
1. abapGit development edition [installed](https://docs.abapgit.org/guide-install.html#install-developer-version)
325-
2. Connectivity from the ABAP system to Github, [SSL setup](https://docs.abapgit.org/guide-ssl-setup.html)
326-
3. [Background user authentication](https://docs.abapgit.org/ref-exits.html#create_http_client)
327-
4. Online repositories are [created](https://docs.abapgit.org/guide-online-install.html) and linked to the development packages
328-
5. Enable abapGit [write protection](https://docs.abapgit.org/settings-local.html#write-protected) for the repos
324+
1. abapGit development edition [installed](https://docs.abapgit.org/user-guide/getting-started/install#install-developer-version)
325+
2. Connectivity from the ABAP system to Github, [SSL setup](https://docs.abapgit.org/user-guide/setup/ssl-setup)
326+
3. [Background user authentication](https://docs.abapgit.org/user-guide/reference/exits#create-http-client)
327+
4. Online repositories are [created](https://docs.abapgit.org/user-guide/projects/online/install) and linked to the development packages
328+
5. Enable abapGit [write protection](https://docs.abapgit.org/user-guide/repo-settings/local#write-protected) for the repos
329329

330330
### 6.1.2. Workflow
331331

0 commit comments

Comments
 (0)