diff --git a/src/zabapgit_services_abapgit.prog.abap b/src/zabapgit_services_abapgit.prog.abap index 58ecbbe21..ab1dd4fd6 100644 --- a/src/zabapgit_services_abapgit.prog.abap +++ b/src/zabapgit_services_abapgit.prog.abap @@ -8,7 +8,7 @@ CLASS lcl_services_abapgit DEFINITION FINAL. CONSTANTS c_abapgit_homepage TYPE string VALUE 'http://www.abapgit.org' ##NO_TEXT. CONSTANTS c_abapgit_wikipage TYPE string - VALUE 'https://github.com/larshp/abapGit/wiki'. + VALUE 'http://larshp.github.io/abapGit'. CONSTANTS c_package_abapgit TYPE devclass VALUE '$ABAPGIT'. CONSTANTS c_package_plugins TYPE devclass