update link to documentation

This commit is contained in:
Lars Hvam 2017-09-24 11:36:53 +02:00 committed by GitHub
parent 902a5ad8a4
commit 458dcf2fee

View File

@ -8,7 +8,7 @@ CLASS lcl_services_abapgit DEFINITION FINAL.
CONSTANTS c_abapgit_homepage TYPE string CONSTANTS c_abapgit_homepage TYPE string
VALUE 'http://www.abapgit.org' ##NO_TEXT. VALUE 'http://www.abapgit.org' ##NO_TEXT.
CONSTANTS c_abapgit_wikipage TYPE string 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 CONSTANTS c_package_abapgit TYPE devclass
VALUE '$ABAPGIT'. VALUE '$ABAPGIT'.
CONSTANTS c_package_plugins TYPE devclass CONSTANTS c_package_plugins TYPE devclass