We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e755c07 commit 3546a64Copy full SHA for 3546a64
administrator/components/com_joomlaupdate/tmpl/update/default.php
@@ -11,7 +11,6 @@
11
defined('_JEXEC') or die;
12
13
use Joomla\CMS\Factory;
14
-use Joomla\CMS\Help\Help;
15
use Joomla\CMS\Language\Text;
16
use Joomla\CMS\Router\Route;
17
use Joomla\CMS\Uri\Uri;
@@ -55,7 +54,7 @@
55
54
]
56
);
57
58
-$helpUrl = Help::createUrl('JHELP_COMPONENTS_JOOMLA_UPDATE', false);
+$helpUrl = 'https://docs.joomla.org/Special:MyLanguage/J4.x:Joomla_Update_Problems';
59
?>
60
61
<div class="px-4 py-5 my-5 text-center" id="joomlaupdate-progress">
0 commit comments