@@ -30,17 +30,17 @@ When a type contract fails, web exception handlers (**Laravel Ignition, Symfony
3030
3131### Web Framework Trace (Laravel Ignition)
3232<p align =" center " >
33- <img src =" docs/public /laravel-error-screen.png" alt =" Laravel Ignition Exception Trace " width =" 100% " >
33+ <img src =" .github/assets /laravel-error-screen.png" alt =" Laravel Ignition Exception Trace " width =" 100% " >
3434</p >
3535
3636### Web Framework Trace (Symfony ErrorHandler)
3737<p align =" center " >
38- <img src =" docs/public /symfony-error-screen.png" alt =" Symfony ErrorHandler Exception Trace " width =" 100% " >
38+ <img src =" .github/assets /symfony-error-screen.png" alt =" Symfony ErrorHandler Exception Trace " width =" 100% " >
3939</p >
4040
4141### CLI Test Runner Trace (Pest PHP)
4242<p align =" center " >
43- <img src =" docs/public /pest-error-screen.png" alt =" Pest CLI Exception Trace " width =" 100% " >
43+ <img src =" .github/assets /pest-error-screen.png" alt =" Pest CLI Exception Trace " width =" 100% " >
4444</p >
4545
4646---
@@ -142,10 +142,11 @@ All the documentation lives on the [typephp-php.github.io/typephp website](https
142142* [ Quick Start Guide] ( https://typephp-php.github.io/typephp/getting-started/quick-start )
143143* [ Configuration Guide] ( https://typephp-php.github.io/typephp/getting-started/configuration )
144144* [ CLI Commands Reference] ( https://typephp-php.github.io/typephp/getting-started/cli-commands )
145+ * [ Runtime Generics (Flagship)] ( https://typephp-php.github.io/typephp/generics/basics-and-bounds )
145146* [ Enforcement Boundaries: Function Contracts] ( https://typephp-php.github.io/typephp/core-concepts/function-contracts )
146- * [ Runtime Generics & Bounds] ( https://typephp-php.github.io/typephp/generics/generics-and-bounds )
147147* [ Supported Types: Arrays & Shapes] ( https://typephp-php.github.io/typephp/supported-types/arrays-and-shapes )
148148* [ Architecture: How It Works] ( https://typephp-php.github.io/typephp/advanced/how-it-works )
149+ * [ Official Blog & Announcements] ( https://typephp-php.github.io/typephp/blog/ )
149150* [ Troubleshooting & FAQ] ( https://typephp-php.github.io/typephp/troubleshooting )
150151
151152## Inspiration
0 commit comments