Skip to content

Commit

Permalink
Fix documentation links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Oct 21, 2020
1 parent 4ccf815 commit daace27
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -27,9 +27,10 @@ Please note that of version `>= 2.0.0` we require PHP Version `>= 7.2` because w

## Installation

- [Laravel 5.x & 6.x & 7.x & 8.x](https://docs.sentry.io/platforms/php/guides/laravel/)
- [Laravel 4.x](https://docs.sentry.io/platforms/php/guides/laravel/laravel4/)
- [Lumen](https://docs.sentry.io/platforms/php/guides/laravel/lumen/)
- [Laravel 7.x & 8.x](https://docs.sentry.io/platforms/php/guides/laravel/)
- [Laravel 5.x & 6.x](https://docs.sentry.io/platforms/php/guides/laravel/configuration/other-versions/laravel5-6/)
- [Laravel 4.x](https://docs.sentry.io/platforms/php/guides/laravel/configuration/other-versions/laravel4/)
- [Lumen](https://docs.sentry.io/platforms/php/guides/laravel/configuration/other-versions/lumen/)

## Contributing

Expand All @@ -47,6 +48,6 @@ $ vendor/bin/phpunit

## Links

* [Documentation](http://docs.sentry.io/platforms/php/laravel/)
* [Documentation](https://docs.sentry.io/platforms/php/guides/laravel/)
* [Bug Tracker](http://github.com/getsentry/sentry-laravel/issues)
* [Code](http://github.com/getsentry/sentry-laravel)

0 comments on commit daace27

Please sign in to comment.