File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ function has_sslsb( $domain ) {
210210
211211 <! –– If user has role admin AND newest GitHub release version is higher than the local one an update notice will be displayed ––>
212212 @if (auth ()-> user ()-> role == ' admin' and $Vgit > $Vlocal )
213- <a style=" color:#007bff " class=" nav-link " href=" https: // littlelink-custom.com / how-to- update.html " target= " _blank " title=" Click here to learn more about how to update " >An update is available</a>
213+ <a style=" color:#007bff " class=" nav-link " href=" {{ route ( ' update' , $id ) } } " title=" Click here to learn more about how to update " >An update is available</a>
214214 @endif
215215 @endif
216216 @elseif (env (' NOTIFY_UPDATES' ) == ' major' )
@@ -241,7 +241,7 @@ function URL_exists(string $url): bool
241241
242242 <! –– If user has role admin AND newest GitHub release version is higher than the local one an update notice will be displayed ––>
243243 @if (auth ()-> user ()-> role == ' admin' and $Vgit > $Vlocal )
244- <a style=" color:#007bff " class=" nav-link " href=" https: // littlelink-custom.com / how-to- update.html " target= " _blank " title=" Click here to learn more about how to update " >An update is available</a>
244+ <a style=" color:#007bff " class=" nav-link " href=" {{ url ( ' update' ) } } " title=" Click here to learn more about how to update " >An update is available</a>
245245 @endif
246246 @endif
247247 @endif
You can’t perform that action at this time.
0 commit comments