You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: abap-code-review/ABAPCodeReview.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ tools exists that brings git and ABAP together.
184
184
### 4.4.1. abapGit
185
185
[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.
186
186
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.
188
188
189
189
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.
190
190
[Multiple open source projects](https://dotabap.org) use abapGit for development and installation into systems.
@@ -321,11 +321,11 @@ GitHub setup required,
321
321
322
322
Multiple setup steps are required in the development system,
323
323
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
0 commit comments