Browse Source

Merge branch 'development' into feature/extendable_payment_gateways

IceToast 2 years ago
parent
commit
3a87bf303c
1 changed files with 1 additions and 1 deletions
  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
                     @else
                         <div class="callout callout-danger">
                         <div class="callout callout-danger">
                             <h4>{{ __('No recent activity from cronjobs')}}</h4>
                             <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>
                         </div>
                     @endif
                     @endif