]> BookStack Code Mirror - bookstack/blobdiff - resources/views/errors/404.blade.php
Show bookshelves that a book belongs to on a book view
[bookstack] / resources / views / errors / 404.blade.php
index 228c51520e7d92c47a94cf1ef5bbebd3fb1af054..c1937ff23e5ce0311ac7247e8bb7a4e57813625f 100644 (file)
@@ -10,7 +10,7 @@
                 <h5>{{ trans('errors.sorry_page_not_found') }}</h5>
             </div>
             <div class="text-right">
-                <a href="{{ baseUrl('/') }}" class="button outline">{{ trans('errors.return_home') }}</a>
+                <a href="{{ url('/') }}" class="button outline">{{ trans('errors.return_home') }}</a>
             </div>
         </div>