Skip to content

Commit c924e26

Browse files
authored
Fix broken links (#193)
1 parent ab09c1c commit c924e26

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

src/development-guide/read-first/guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Classes and interfaces are prefixed using `zcl_abapgit_` or `zif_abapgit_` (`zcx
2424

2525
#### Variable Prefixing
2626

27-
Variables are prefixed using the standard setting in [abapOpenChecks Naming Conventions](http://docs.abapopenchecks.org/checks/69/)
27+
Variables are prefixed using the standard setting in [abapOpenChecks Naming Conventions](https://docs.abapopenchecks.org/checks/69/)
2828

2929
### Downport
3030

@@ -46,7 +46,7 @@ The maximum width of ABAP source code should be set at 120 characters per line a
4646

4747
#### Pretty Printer
4848

49-
Use pretty-printer, keywords upper case + indentation, [abapOpenChecks](http://docs.abapopenchecks.org/checks/06/) can be used for checking this.
49+
Use pretty-printer, keywords upper case + indentation, [abapOpenChecks](https://docs.abapopenchecks.org/checks/06/) can be used for checking this.
5050

5151
### Dynpros
5252

src/development-guide/technical-details/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ All used icons are freely available at [Font Awesome](https://fontawesome.com/).
1616

1717
2. `npm run docs:dev`
1818

19-
3. Open the URL <http://localhost:8080> in a browser
19+
3. Open the URL `http://localhost:8080` in a browser

src/development-guide/technical-details/technical-links.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ order: 20
66

77
## Collection of links to various git-related documentation
88

9-
- [https://gist.github.com/schacon/6092633](https://gist.github.com/schacon/6092633)
9+
- [Git HTTP transport protocol documentation](https://gist.github.com/schacon/6092633)
1010
- [git reference](https://www.git-scm.com/docs)
1111
- [git protocol capabilities](https://www.git-scm.com/docs/protocol-capabilities)
1212
- [git HTTP protocol](https://www.git-scm.com/docs/http-protocol)
1313
- [git PACK protocol](https://www.git-scm.com/docs/pack-protocol)
1414
- [git pack format](https://www.git-scm.com/docs/pack-format)
15-
- [http://alblue.bandlem.com/2011/08/git-tip-of-week-objects.html](http://alblue.bandlem.com/2011/08/git-tip-of-week-objects.html)
16-
- [https://git-scm.herokuapp.com/book/en/Git-Internals-Transfer-Protocols](https://git-scm.herokuapp.com/book/en/Git-Internals-Transfer-Protocols)
17-
- [https://github.com/git/git/blob/master/builtin/receive-pack.c](https://github.com/git/git/blob/master/builtin/receive-pack.c)
18-
- [http://stefan.saasen.me/articles/git-clone-in-haskell-from-the-bottom-up/](http://stefan.saasen.me/articles/git-clone-in-haskell-from-the-bottom-up/)
15+
- [Git Tip of the Week: Objects](https://alblue.bandlem.com/2011/08/git-tip-of-week-objects.html)
16+
- [Git Internals - Transfer Protocols](https://git-scm.herokuapp.com/book/en/Git-Internals-Transfer-Protocols)
17+
- [Git receive-pack.c Source](https://github.com/git/git/blob/master/builtin/receive-pack.c)
18+
- [Reimplementing “git clone” in Haskell from the bottom up](https://stefan.saasen.me/articles/git-clone-in-haskell-from-the-bottom-up/)
1919

2020
```bash
2121
set GIT_CURL_VERBOSE=1

src/user-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ index: false
4444

4545
### Remove
4646

47-
- [Uninstall](projects/remmove/uninstall.md)
47+
- [Uninstall](projects/remove/uninstall.md)
4848

4949
### Repo Settings
5050

src/user-guide/other/articles-and-presentations.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ order: 30
66

77
## 2014
88

9-
[Git client for ABAP – alpha release](http://blogs.sap.com/2014/07/17/git-client-for-abap-alpha-release/)
9+
[Git client for ABAP – alpha release](https://blogs.sap.com/2014/07/17/git-client-for-abap-alpha-release/)
1010
-Lars Hvam
1111

1212
## 2015
1313

14-
[How can I use Git and GitHub for SAP software development?](http://searchsap.techtarget.com/answer/How-can-I-use-Git-and-GitHub-for-SAP-software-development)
14+
[How can I use Git and GitHub for SAP software development?](https://searchsap.techtarget.com/answer/How-can-I-use-Git-and-GitHub-for-SAP-software-development)
1515
-Ethan Jewett
1616

1717
## 2016
1818

19-
[Implementing modern practices in an ABAP development shop](http://searchsap.techtarget.com/tip/Implementing-modern-practices-in-an-ABAP-development-shop)
19+
[Implementing modern practices in an ABAP development shop](https://searchsap.techtarget.com/tip/Implementing-modern-practices-in-an-ABAP-development-shop)
2020
-Ethan Jewett
2121

2222
[SAP Inside Track Hamburg](https://larshp.github.io/sithh2016/)
@@ -57,7 +57,7 @@ SAUG National Summit 2017, September 5th
5757
SAP Teched Las Vegas
5858
-Graham Robinson
5959

60-
[abapGit](https://larshp.github.io/Presentations/itsapcluj2017/abapgit/), [IT Conference on SAP Technologies](http://www.itconferencesap.com/), Cluj
60+
[abapGit](https://larshp.github.io/Presentations/itsapcluj2017/abapgit/), [IT Conference on SAP Technologies](https://web.archive.org/web/20180429031206/https://www.itconferencesap.com/), Cluj
6161
-Lars Hvam
6262

6363
[abapGit NET53819](https://larshp.github.io/Presentations/teched-2017-emea/)
@@ -67,15 +67,15 @@ SAP Teched Barcelona
6767
[Getting started – Open sourcing ABAP code](https://blogs.sap.com/2017/11/19/getting-started-open-sourcing-abap-code/)
6868
-Lars Hvam
6969

70-
[ABAP and the Cloud](http://sapinsider.wispubs.com/Assets/Articles/2017/November/SPI-ABAP-and-the-Cloud)
70+
[ABAP and the Cloud](https://sapinsider.wispubs.com/Assets/Articles/2017/November/SPI-ABAP-and-the-Cloud)
7171
-Karl Kessler
7272

7373
[Innovative, Disruptive, Enterprise Focused and Boring – Choose Four. Reflections on SAP TechEd](https://redmonk.com/fryan/2017/12/11/innovative-disruptive-enterprise-focused-and-boring-choose-four-reflections-on-sap-teched/)
7474
-RedMonk
7575

7676
## 2018
7777

78-
[abapGit](http://www.tricktresor.de/blog/abapgit) (in German) -Enno Wulff
78+
[abapGit](https://www.tricktresor.de/blog/abapgit) (in German) -Enno Wulff
7979

8080
[ABAP Code Reviews with abapGit](https://blogs.sap.com/2018/03/23/abap-code-reviews-with-abapgit/) -Eduardo Copat
8181

@@ -163,7 +163,7 @@ Michael Pang
163163

164164
[Storing ABAP build artifacts in OCI registry](https://blogs.sap.com/2022/07/26/storing-abap-build-artifacts-in-oci-registry/), Lars Hvam
165165

166-
[Managing SAP Application Dependencies with abapGit and APACK](https://blogs.sap.com/2022/07/28/managing-sap-application-dependencies-with-abapgit-and-apack/), Limor Wainstein
166+
[Managing SAP Application Dependencies with abapGit and APACK](https://web.archive.org/web/20220818015836/https://blogs.sap.com/2022/07/28/managing-sap-application-dependencies-with-abapgit-and-apack/), Limor Wainstein (archived)
167167

168168
[Part 5: Using ABAPGit to Transfer On-Premise ABAP Source Code to SAP BW bridge](https://blogs.sap.com/2022/08/25/part-5-using-abapgit-to-transfer-on-premise-abap-source-code-to-sap-bw-bridge/), Wilson Kurian
169169

@@ -181,4 +181,4 @@ Michael Pang
181181

182182
[What is abapGit?](https://switchedon.bowdark.com/what-is-abapgit-e6022c6e99d9), Colby Hemond
183183

184-
[Managing Updates to abapGit in Shared Development Systems]https://blogs.sap.com/2023/09/22/managing-updates-to-abapgit-in-shared-development-systems/, Fabian Lupa
184+
[Managing Updates to abapGit in Shared Development Systems](https://blogs.sap.com/2023/09/22/managing-updates-to-abapgit-in-shared-development-systems/), Fabian Lupa

src/user-guide/other/where-used.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ order: 50
2323

2424
## SAP
2525

26-
* [SAP IBSO](https://www.sap.com/services/application-development.html)
26+
* [SAP IBSO](https://news.sap.com/tags/sap-innovative-business-solutions/)
2727
* [SAP Labs Czech Republic](https://www.facebook.com/SAPLabsCZ/)
2828

2929
## Consulting and Partner
@@ -38,7 +38,7 @@ order: 50
3838
* [emineo](https://www.emineo.ch/)
3939
* [FASTEC](https://www.fastec.de/en/)
4040
* [Hochfrequenz Unternehmensberatung GmbH](https://www.hochfrequenz.de/)
41-
* [INVIXO](http://invixo.com/)
41+
* [INVIXO](https://invixo.com/)
4242
* [IT Culture](https://www.it-culture.net/)
4343
* [majcon](https://www.majcon.de/)
4444
* [Marc Bernard Tools](https://marcbernardtools.com/)
@@ -48,20 +48,20 @@ order: 50
4848
* [OREXES GmbH](https://www.orexes.de/)
4949
* [percept ltd](https://www.percept.sk)
5050
* [PM Eleven](https:///www.pmeleven.com)
51-
* [Progress Management](http://www.pmconseil.com/)
51+
* [Progress Management](https://web.archive.org/web/20170630023105/https://www.pmconseil.com/)
5252
* [Provide Technologies Inc](https://provide.services)
5353
* [Regesta Italia](https://www.regestaitalia.eu/)
5454
* [rku.it GmbH](https://www.rku-it.de/)
5555
* [Resulto Consultoria](https://www.resultoconsultoria.com/)
5656
* [SBCG](https://www.sbcg.com.ua/)
57-
* [SE38 IT-Engineering, Neuss, Germany](http://www.se38.de/)
57+
* [SE38 IT-Engineering, Neuss, Germany](https://www.se38.de/)
5858
* [SoftwareONE](https://www.softwareone.com)
5959
* [Tricktresor](https://www.tricktresor.de)
60-
* [Yelcho Systems Consulting](http://www.yelcho.com.au/)
60+
* [Yelcho Systems Consulting](https://www.yelcho.com.au/)
6161

6262
## Projects
6363

64-
Projects using abapGit are listed on [dotabap.org](http://dotabap.org).
64+
Projects using abapGit are listed on [dotabap.org](https://dotabap.org).
6565

6666
## Updates
6767

src/user-guide/setup/ssl-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Connection issues typically lead to "Access to resource forbidden" (HTTP 403) or
146146

147147
The following blog posts on the SAP Community Network might be helpful:
148148

149-
- [Calling WebServices from ABAP via HTTPS/SSL with pfx certificates](http://scn.sap.com/people/jens.gleichmann/blog/2008/10/31/calling-webservices-from-abap-via-httpsssl-with-pfx-certificates)
150-
- [BSP a Developer’s Journal Part XIV – Consuming WebServices with ABAP](http://scn.sap.com/people/thomas.jung/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap)
149+
- [Calling WebServices from ABAP via HTTPS/SSL with pfx certificates](https://scn.sap.com/people/jens.gleichmann/blog/2008/10/31/calling-webservices-from-abap-via-httpsssl-with-pfx-certificates)
150+
- [BSP a Developer’s Journal Part XIV – Consuming WebServices with ABAP](https://scn.sap.com/people/thomas.jung/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap)
151151

152152
### Notes
153153

0 commit comments

Comments
 (0)