Skip to content

Commit 55a144b

Browse files
committed
Update documentation links to point to the correct URLs
1 parent 917bcaf commit 55a144b

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
TypePHP is a transparent, pure-PHP runtime type checker. You don't have to refactor a single line of your codebase, set up complex build toolchains, or compile C-extensions. Simply run your existing code, and TypePHP will enforce your extended PHPDoc contracts (generics, array shapes, `key-of`/`value-of` extractions, and scalar refinements) dynamically at runtime.
2020

21-
**[Read the full TypePHP documentation »](https://typephp-php.github.io/typephp/)**
21+
**[Read the full TypePHP documentation »](https://typephp-php.github.io/docs/)**
2222

23-
**[Quick Start Guide »](https://typephp-php.github.io/typephp/getting-started/quick-start)**
23+
**[Quick Start Guide »](https://typephp-php.github.io/docs/getting-started/quick-start)**
2424

2525
---
2626

@@ -136,18 +136,18 @@ $service->connect(['driver' => 'pdo_invalid']);
136136

137137
## Documentation
138138

139-
All the documentation lives on the [typephp-php.github.io/typephp website](https://typephp-php.github.io/typephp/):
139+
All the documentation lives on the **[typephp-php.github.io/docs website](https://typephp-php.github.io/docs/)**:
140140

141-
* [Getting Started & Installation Guide](https://typephp-php.github.io/typephp/getting-started/installation)
142-
* [Quick Start Guide](https://typephp-php.github.io/typephp/getting-started/quick-start)
143-
* [Configuration Guide](https://typephp-php.github.io/typephp/getting-started/configuration)
144-
* [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)
146-
* [Enforcement Boundaries: Function Contracts](https://typephp-php.github.io/typephp/core-concepts/function-contracts)
147-
* [Supported Types: Arrays & Shapes](https://typephp-php.github.io/typephp/supported-types/arrays-and-shapes)
148-
* [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/)
150-
* [Troubleshooting & FAQ](https://typephp-php.github.io/typephp/troubleshooting)
141+
* [Getting Started & Installation Guide](https://typephp-php.github.io/docs/getting-started/installation)
142+
* [Quick Start Guide](https://typephp-php.github.io/docs/getting-started/quick-start)
143+
* [Configuration Guide](https://typephp-php.github.io/docs/getting-started/configuration)
144+
* [CLI Commands Reference](https://typephp-php.github.io/docs/getting-started/cli-commands)
145+
* [Runtime Generics (Flagship)](https://typephp-php.github.io/docs/generics/basics-and-bounds)
146+
* [Enforcement Boundaries: Function Contracts](https://typephp-php.github.io/docs/core-concepts/function-contracts)
147+
* [Supported Types: Arrays & Shapes](https://typephp-php.github.io/docs/supported-types/arrays-and-shapes)
148+
* [Architecture: How It Works](https://typephp-php.github.io/docs/advanced/how-it-works)
149+
* [Official Blog & Announcements](https://typephp-php.github.io/docs/blog/)
150+
* [Troubleshooting & FAQ](https://typephp-php.github.io/docs/troubleshooting)
151151

152152
## Inspiration
153153

@@ -163,4 +163,4 @@ Any contributions are welcome. Feel free to open issues or submit pull requests
163163

164164
## License
165165

166-
TypePHP is open-source software licensed under the [MIT License](https://choosealicense.com/licenses/mit/).
166+
TypePHP is open-source software licensed under the [MIT License](https://choosealicense.com/licenses/mit/).

0 commit comments

Comments
 (0)