Преглед изворни кода

Fix URL in Activitylog

Fix URL in Activitylog
Dennis пре 2 година
родитељ
комит
a49c7cb40c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      themes/default/views/admin/activitylogs/index.blade.php

+ 1 - 1
themes/default/views/admin/activitylogs/index.blade.php

@@ -33,7 +33,7 @@
                     @else
                         <div class="callout callout-danger">
                             <h4>{{ __('No recent activity from cronjobs')}}</h4>
-                            <p>{{ __('Are cronjobs running?')}} <a class="text-primary" target="_blank" href="https://github.com/ControlPanel-gg/dashboard/wiki/Installation#crontab-configuration">{{ __('Check the docs for it here')}}</a></p>
+                            <p>{{ __('Are cronjobs running?')}} <a class="text-primary" target="_blank" href="https://controlpanel.gg/docs/Installation/getting-started#crontab-configuration">{{ __('Check the docs for it here')}}</a></p>
                         </div>
                     @endif