@@ -284,11 +284,11 @@ return [
284
284
285
285
For detailed documentation, examples, and advanced usage:
286
286
287
- - 📚 [ Full Documentation] ( docs/README.md )
288
- - 🎯 [ Examples] ( examples/README.md )
289
- - 🔧 [ Configuration] ( docs/configuration.md )
290
- - 🧪 [ Testing] ( docs/testing.md )
291
- - 🎨 [ Guards & Actions] ( docs/guards-actions.md )
287
+ - 📚 [ Full Documentation] ( https://github.com/Grazulex/laravel-statecraft/wiki )
288
+ - 🎯 [ Examples] ( https://github.com/Grazulex/laravel-statecraft/wiki/Examples )
289
+ - 🔧 [ Configuration] ( https://github.com/Grazulex/laravel-statecraft/wiki/Configuration )
290
+ - 🧪 [ Testing] ( https://github.com/Grazulex/laravel-statecraft/wiki/Testing )
291
+ - 🎨 [ Guards & Actions] ( https://github.com/Grazulex/laravel-statecraft/wiki/Guards-and-Actions )
292
292
293
293
## 💡 Examples
294
294
@@ -332,7 +332,7 @@ $registration->transition('verify_email'); // email_sent → verified
332
332
$registration->transition('complete'); // verified → completed
333
333
```
334
334
335
- Check out the [ examples directory ] ( examples ) for more examples.
335
+ Check out the [ wiki ] ( https://github.com/Grazulex/laravel-statecraft/wiki/Examples ) for more examples.
336
336
337
337
## 🧪 Testing
338
338
@@ -389,7 +389,7 @@ Laravel Statecraft is open-sourced software licensed under the [MIT license](LIC
389
389
390
390
### Resources
391
391
392
- - [ 📖 Documentation] ( docs/README.md )
392
+ - [ 📖 Documentation] ( https://github.com/Grazulex/laravel-statecraft/wiki )
393
393
- [ 💬 Discussions] ( https://github.com/Grazulex/laravel-statecraft/discussions )
394
394
- [ 🐛 Issue Tracker] ( https://github.com/Grazulex/laravel-statecraft/issues )
395
395
- [ 📦 Packagist] ( https://packagist.org/packages/grazulex/laravel-statecraft )
0 commit comments