diff --git a/artisan.md b/artisan.md
index 879a66e303e..52efee9645e 100644
--- a/artisan.md
+++ b/artisan.md
@@ -51,7 +51,7 @@ If you are using [Laravel Sail](/docs/{{version}}/sail) as your local developmen
### Tinker (REPL)
-Laravel Tinker is a powerful REPL for the Laravel framework, powered by the [PsySH](https://github.com/bobthecow/psysh) package.
+[Laravel Tinker](https://github.com/laravel/tinker) is a powerful REPL for the Laravel framework, powered by the [PsySH](https://github.com/bobthecow/psysh) package.
#### Installation