From c924e26d648068ff7a3b8a3f4fd233497cd7f109 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Sat, 2 Dec 2023 02:41:53 -0500 Subject: [PATCH] Fix broken links (#193) --- ...lFallback.reg => BrowserControlFallback.reg} | Bin src/development-guide/read-first/guidelines.md | 4 ++-- src/development-guide/technical-details/docs.md | 2 +- .../technical-details/technical-links.md | 10 +++++----- src/user-guide/README.md | 2 +- .../other/articles-and-presentations.md | 16 ++++++++-------- src/user-guide/other/where-used.md | 12 ++++++------ src/user-guide/setup/ssl-setup.md | 4 ++-- 8 files changed, 25 insertions(+), 25 deletions(-) rename src/.vuepress/public/assets/{BrowserControllFallback.reg => BrowserControlFallback.reg} (100%) mode change 100755 => 100644 diff --git a/src/.vuepress/public/assets/BrowserControllFallback.reg b/src/.vuepress/public/assets/BrowserControlFallback.reg old mode 100755 new mode 100644 similarity index 100% rename from src/.vuepress/public/assets/BrowserControllFallback.reg rename to src/.vuepress/public/assets/BrowserControlFallback.reg diff --git a/src/development-guide/read-first/guidelines.md b/src/development-guide/read-first/guidelines.md index 1114fef0d..876b425ad 100755 --- a/src/development-guide/read-first/guidelines.md +++ b/src/development-guide/read-first/guidelines.md @@ -24,7 +24,7 @@ Classes and interfaces are prefixed using `zcl_abapgit_` or `zif_abapgit_` (`zcx #### Variable Prefixing -Variables are prefixed using the standard setting in [abapOpenChecks Naming Conventions](http://docs.abapopenchecks.org/checks/69/) +Variables are prefixed using the standard setting in [abapOpenChecks Naming Conventions](https://docs.abapopenchecks.org/checks/69/) ### Downport @@ -46,7 +46,7 @@ The maximum width of ABAP source code should be set at 120 characters per line a #### Pretty Printer -Use pretty-printer, keywords upper case + indentation, [abapOpenChecks](http://docs.abapopenchecks.org/checks/06/) can be used for checking this. +Use pretty-printer, keywords upper case + indentation, [abapOpenChecks](https://docs.abapopenchecks.org/checks/06/) can be used for checking this. ### Dynpros diff --git a/src/development-guide/technical-details/docs.md b/src/development-guide/technical-details/docs.md index 07ad3b82c..f1b6379be 100755 --- a/src/development-guide/technical-details/docs.md +++ b/src/development-guide/technical-details/docs.md @@ -16,4 +16,4 @@ All used icons are freely available at [Font Awesome](https://fontawesome.com/). 2. `npm run docs:dev` -3. Open the URL in a browser +3. Open the URL `http://localhost:8080` in a browser diff --git a/src/development-guide/technical-details/technical-links.md b/src/development-guide/technical-details/technical-links.md index f97403db3..1f4d5e73b 100755 --- a/src/development-guide/technical-details/technical-links.md +++ b/src/development-guide/technical-details/technical-links.md @@ -6,16 +6,16 @@ order: 20 ## Collection of links to various git-related documentation -- [https://gist.github.com/schacon/6092633](https://gist.github.com/schacon/6092633) +- [Git HTTP transport protocol documentation](https://gist.github.com/schacon/6092633) - [git reference](https://www.git-scm.com/docs) - [git protocol capabilities](https://www.git-scm.com/docs/protocol-capabilities) - [git HTTP protocol](https://www.git-scm.com/docs/http-protocol) - [git PACK protocol](https://www.git-scm.com/docs/pack-protocol) - [git pack format](https://www.git-scm.com/docs/pack-format) -- [http://alblue.bandlem.com/2011/08/git-tip-of-week-objects.html](http://alblue.bandlem.com/2011/08/git-tip-of-week-objects.html) -- [https://git-scm.herokuapp.com/book/en/Git-Internals-Transfer-Protocols](https://git-scm.herokuapp.com/book/en/Git-Internals-Transfer-Protocols) -- [https://github.com/git/git/blob/master/builtin/receive-pack.c](https://github.com/git/git/blob/master/builtin/receive-pack.c) -- [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/) +- [Git Tip of the Week: Objects](https://alblue.bandlem.com/2011/08/git-tip-of-week-objects.html) +- [Git Internals - Transfer Protocols](https://git-scm.herokuapp.com/book/en/Git-Internals-Transfer-Protocols) +- [Git receive-pack.c Source](https://github.com/git/git/blob/master/builtin/receive-pack.c) +- [Reimplementing “git clone” in Haskell from the bottom up](https://stefan.saasen.me/articles/git-clone-in-haskell-from-the-bottom-up/) ```bash set GIT_CURL_VERBOSE=1 diff --git a/src/user-guide/README.md b/src/user-guide/README.md index 20b9424fb..c7ba14804 100644 --- a/src/user-guide/README.md +++ b/src/user-guide/README.md @@ -44,7 +44,7 @@ index: false ### Remove -- [Uninstall](projects/remmove/uninstall.md) +- [Uninstall](projects/remove/uninstall.md) ### Repo Settings diff --git a/src/user-guide/other/articles-and-presentations.md b/src/user-guide/other/articles-and-presentations.md index 5ece6de22..11cefce2a 100755 --- a/src/user-guide/other/articles-and-presentations.md +++ b/src/user-guide/other/articles-and-presentations.md @@ -6,17 +6,17 @@ order: 30 ## 2014 -[Git client for ABAP – alpha release](http://blogs.sap.com/2014/07/17/git-client-for-abap-alpha-release/) +[Git client for ABAP – alpha release](https://blogs.sap.com/2014/07/17/git-client-for-abap-alpha-release/) -Lars Hvam ## 2015 -[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) +[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) -Ethan Jewett ## 2016 -[Implementing modern practices in an ABAP development shop](http://searchsap.techtarget.com/tip/Implementing-modern-practices-in-an-ABAP-development-shop) +[Implementing modern practices in an ABAP development shop](https://searchsap.techtarget.com/tip/Implementing-modern-practices-in-an-ABAP-development-shop) -Ethan Jewett [SAP Inside Track Hamburg](https://larshp.github.io/sithh2016/) @@ -57,7 +57,7 @@ SAUG National Summit 2017, September 5th SAP Teched Las Vegas -Graham Robinson -[abapGit](https://larshp.github.io/Presentations/itsapcluj2017/abapgit/), [IT Conference on SAP Technologies](http://www.itconferencesap.com/), Cluj +[abapGit](https://larshp.github.io/Presentations/itsapcluj2017/abapgit/), [IT Conference on SAP Technologies](https://web.archive.org/web/20180429031206/https://www.itconferencesap.com/), Cluj -Lars Hvam [abapGit NET53819](https://larshp.github.io/Presentations/teched-2017-emea/) @@ -67,7 +67,7 @@ SAP Teched Barcelona [Getting started – Open sourcing ABAP code](https://blogs.sap.com/2017/11/19/getting-started-open-sourcing-abap-code/) -Lars Hvam -[ABAP and the Cloud](http://sapinsider.wispubs.com/Assets/Articles/2017/November/SPI-ABAP-and-the-Cloud) +[ABAP and the Cloud](https://sapinsider.wispubs.com/Assets/Articles/2017/November/SPI-ABAP-and-the-Cloud) -Karl Kessler [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/) @@ -75,7 +75,7 @@ SAP Teched Barcelona ## 2018 -[abapGit](http://www.tricktresor.de/blog/abapgit) (in German) -Enno Wulff +[abapGit](https://www.tricktresor.de/blog/abapgit) (in German) -Enno Wulff [ABAP Code Reviews with abapGit](https://blogs.sap.com/2018/03/23/abap-code-reviews-with-abapgit/) -Eduardo Copat @@ -163,7 +163,7 @@ Michael Pang [Storing ABAP build artifacts in OCI registry](https://blogs.sap.com/2022/07/26/storing-abap-build-artifacts-in-oci-registry/), Lars Hvam -[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 +[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) [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 @@ -181,4 +181,4 @@ Michael Pang [What is abapGit?](https://switchedon.bowdark.com/what-is-abapgit-e6022c6e99d9), Colby Hemond -[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 +[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 diff --git a/src/user-guide/other/where-used.md b/src/user-guide/other/where-used.md index 546868f2a..95e442a08 100755 --- a/src/user-guide/other/where-used.md +++ b/src/user-guide/other/where-used.md @@ -23,7 +23,7 @@ order: 50 ## SAP -* [SAP IBSO](https://www.sap.com/services/application-development.html) +* [SAP IBSO](https://news.sap.com/tags/sap-innovative-business-solutions/) * [SAP Labs Czech Republic](https://www.facebook.com/SAPLabsCZ/) ## Consulting and Partner @@ -38,7 +38,7 @@ order: 50 * [emineo](https://www.emineo.ch/) * [FASTEC](https://www.fastec.de/en/) * [Hochfrequenz Unternehmensberatung GmbH](https://www.hochfrequenz.de/) -* [INVIXO](http://invixo.com/) +* [INVIXO](https://invixo.com/) * [IT Culture](https://www.it-culture.net/) * [majcon](https://www.majcon.de/) * [Marc Bernard Tools](https://marcbernardtools.com/) @@ -48,20 +48,20 @@ order: 50 * [OREXES GmbH](https://www.orexes.de/) * [percept ltd](https://www.percept.sk) * [PM Eleven](https:///www.pmeleven.com) -* [Progress Management](http://www.pmconseil.com/) +* [Progress Management](https://web.archive.org/web/20170630023105/https://www.pmconseil.com/) * [Provide Technologies Inc](https://provide.services) * [Regesta Italia](https://www.regestaitalia.eu/) * [rku.it GmbH](https://www.rku-it.de/) * [Resulto Consultoria](https://www.resultoconsultoria.com/) * [SBCG](https://www.sbcg.com.ua/) -* [SE38 IT-Engineering, Neuss, Germany](http://www.se38.de/) +* [SE38 IT-Engineering, Neuss, Germany](https://www.se38.de/) * [SoftwareONE](https://www.softwareone.com) * [Tricktresor](https://www.tricktresor.de) -* [Yelcho Systems Consulting](http://www.yelcho.com.au/) +* [Yelcho Systems Consulting](https://www.yelcho.com.au/) ## Projects -Projects using abapGit are listed on [dotabap.org](http://dotabap.org). +Projects using abapGit are listed on [dotabap.org](https://dotabap.org). ## Updates diff --git a/src/user-guide/setup/ssl-setup.md b/src/user-guide/setup/ssl-setup.md index e79dcaaff..affab8567 100755 --- a/src/user-guide/setup/ssl-setup.md +++ b/src/user-guide/setup/ssl-setup.md @@ -146,8 +146,8 @@ Connection issues typically lead to "Access to resource forbidden" (HTTP 403) or The following blog posts on the SAP Community Network might be helpful: -- [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) -- [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) +- [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) +- [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) ### Notes