Skip to content

Commit 5f4fbfb

Browse files
committed
Fix links
1 parent 00568a4 commit 5f4fbfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Writerside/topics/language.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
The language is defined by a syntax that is based on the grammar of popular
66
static code analysis tools: [PHPStan](https://phpstan.org/) and [Psalm](https://psalm.dev/).
77

8-
- PHPStan: [https://phpstan.org/writing-php-code/phpdoc-types](https://phpstan.org)
9-
- Psalm: [https://psalm.dev/docs/annotating_code/type_syntax/atomic_types/](https://psalm.dev)
8+
- PHPStan: [https://phpstan.org](https://phpstan.org/writing-php-code/phpdoc-types)
9+
- Psalm: [https://psalm.dev](https://psalm.dev/docs/annotating_code/type_syntax/atomic_types/)
1010
- PHAN: [https://github.com/phan](https://github.com/phan/phan/wiki)
11-
- phpDocumentor: [https://docs.phpdoc.org/guide/guides/types.html](https://docs.phpdoc.org)
11+
- phpDocumentor: [https://docs.phpdoc.org](https://docs.phpdoc.org/guide/guides/types.html)
1212

1313
> Below is a comparison list of all syntactic structures (grammar). The logical component
1414
> (the physical existence of the type) is not taken into account.

0 commit comments

Comments
 (0)