diff options
Diffstat (limited to 'resources/views/trainer.blade.php')
-rw-r--r-- | resources/views/trainer.blade.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/views/trainer.blade.php b/resources/views/trainer.blade.php index 02d9964..f03254a 100644 --- a/resources/views/trainer.blade.php +++ b/resources/views/trainer.blade.php @@ -82,10 +82,10 @@ use HebrewParseTrainer\Tense; <h3 class="panel-title">Contribute!</h3> </div> <div class="panel-body"> - <p>If this app is useful to you, please consider <a href="{{ env('APP_URL') }}contribute">contributing</a> by adding more verbs to the database!</p> + <p>If this app is useful to you, please consider <a href="{{ url('/contribute') }}">contributing</a> by adding more verbs to the database!</p> @if(!Auth::check()) - <a class="btn btn-success" href="{{ env('APP_URL') }}user/create">Sign up</a> - or <a href="{{ env('APP_URL') }}contribute?login=yes">login</a> + <a class="btn btn-success" href="{{ url('/register') }}">Sign up</a> + or <a href="{{ url('/login') }}">login</a> @endif </div> </div> |