From 1622d390daab3f044f1bfcf3f560aae593a20198 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 23 Jul 2024 15:03:52 +1000 Subject: [PATCH] Update readme with wiki and discussion links (#54) --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0c972c4..4d92fa0 100644 --- a/readme.md +++ b/readme.md @@ -35,16 +35,18 @@ This package provides tools for the following, and more: ## Documentation -Please refer to our extensive [Wiki documentation](https://github.com/dingo/api/wiki) for more information. +Please refer to our extensive [Wiki documentation](https://github.com/api-ecosystem-for-laravel/dingo-api/wiki) for more information. ## API Boilerplate -If you are looking to start a new project from scratch, consider using the [Laravel API Boilerplate](https://github.com/specialtactics/laravel-api-boilerplate), which builds on top of the dingo-api package, and adds a lot of great features. +If you are looking to start a new project from scratch, consider using the [Laravel API Boilerplate](https://github.com/specialtactics/laravel-api-boilerplate), which builds on top of the dingo-api package, and adds a lot of great features for API development. ## Support For answers you may not find in the Wiki, avoid posting issues. Feel free to ask for support on the dedicated [Slack](https://larachat.slack.com/messages/api/) room. Make sure to mention **specialtactics** so he is notified. +Alternatively, you can start a [new discussion in the Q&A category](https://github.com/api-ecosystem-for-laravel/dingo-api/discussions/categories/q-a). + ## License This package is licensed under the [BSD 3-Clause license](http://opensource.org/licenses/BSD-3-Clause).