Fix help link in repo stats (#4969)

Closes #4957
This commit is contained in:
Marc Bernard 2021-09-23 17:44:43 -04:00 committed by GitHub
parent 3393aaaf94
commit 3fdf50a2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,7 @@ CLASS zcl_abapgit_gui_page_sett_info IMPLEMENTATION.
ro_form = zcl_abapgit_html_form=>create(
iv_form_id = 'repo-infos-form'
iv_help_page = 'https://docs.abapgit.org/guide-repo-infos.html' ).
iv_help_page = 'https://docs.abapgit.org/ref-settings-stats.html' ).
IF mo_repo->is_offline( ) = abap_true.
lv_label = 'ZIP File'.