Skip to content

Commit df43ea6

Browse files
committed
update GitHub repository links in documentation to point to the new docs repository
1 parent 8e8780b commit df43ea6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default defineConfig({
8585
}
8686
],
8787
socialLinks: [
88-
{ icon: 'github', link: 'https://github.com/typephp-php/typephp' }
88+
{ icon: 'github', link: 'https://github.com/typephp-php/docs' }
8989
],
9090
search: {
9191
provider: 'local'

docs/blog/introducing-typephp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ We asked ourselves: **Why should we write our types twice? What if our existing
6868

6969
## Enter TypePHP
7070

71-
**[TypePHP](https://github.com/typephp-php/typephp)** is a transparent, pure-PHP runtime type checker that turns your existing DocBlocks (`@param`, `@return`, `@var`, `@template`, `@property`, `@method`, array shapes, integer ranges, and scalar refinements) into **active runtime guard rails** during execution.
71+
**[TypePHP](https://github.com/typephp-php/docs)** is a transparent, pure-PHP runtime type checker that turns your existing DocBlocks (`@param`, `@return`, `@var`, `@template`, `@property`, `@method`, array shapes, integer ranges, and scalar refinements) into **active runtime guard rails** during execution.
7272

7373
* **Zero New Syntax:** Write standard, clean PHP and standard PHPDocs.
7474
* **Zero Build Steps & Zero Node.js:** No Babel, Webpack, or transpilation toolchains.
@@ -203,4 +203,4 @@ Every function contract, array shape, integer range, and generic container in yo
203203
* **[Documentation Website »](/getting-started/installation)**
204204
* **[Quick Start Guide »](/getting-started/quick-start)**
205205
* **[Generics Deep Dive »](/generics/basics-and-bounds)**
206-
* **[GitHub Repository »](https://github.com/typephp-php/typephp)**
206+
* **[GitHub Repository »](https://github.com/typephp-php/docs)**

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hero:
1111
link: /getting-started/installation
1212
- theme: alt
1313
text: "View on GitHub"
14-
link: https://github.com/typephp-php/typephp
14+
link: https://github.com/typephp-php/docs
1515

1616
features:
1717
- title: "Zero Production Overhead"

0 commit comments

Comments
 (0)