Skip to content

Commit

Permalink
Fix broken links in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosas committed May 30, 2024
2 parents 01cd7be + 632999b commit 0cd000c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ All notable changes to this project will be documented in this file.
## 0.10.0 ⚠
* **Reconversion of the project as a PHPStan extension**

Read the [upgrade guide](doc/UPGRADE-0.10.md) for more information.
Read the [upgrade guide](UPGRADE-0.10.md) for more information.

## 0.9.1
* Read configured `tests.path` recursively
Expand Down
4 changes: 2 additions & 2 deletions docs/UPGRADE-0.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Selectors

* Arguments do not accept the `*` wildcard anymore. Instead, you can now use a regular expression setting the second parameter to true.
* Composer selectors are not available anymore, at least not for now.
* Selector methods have changed slightly and some new have been added. Check the [Selectors docs](../doc/SELECTORS.md) for more information.
* Selector methods have changed slightly and some new have been added. Check the [Selectors docs](documentation/selectors.md) for more information.

Assertions
----------
Expand All @@ -77,4 +77,4 @@ Assertions
* should not implement
* should not depend on
* should not construct
* See the [Assertions docs](../doc/ASSERTIONS.md) for more information.
* See the [Assertions docs](documentation/assertions.md) for more information.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ See the complete list of options in the [Configuration](documentation/configurat

### Test definition

There are different [Selectors](doc/SELECTORS.md) available to select the classes involved in a rule, and a wide set of [Assertions](doc/ASSERTIONS.md).
There are different [Selectors](documentation/selectors.md) available to select the classes involved in a rule, and a wide set of [Assertions](documentation/assertions.md).

Here's an example test with a rule:

Expand Down

0 comments on commit 0cd000c

Please sign in to comment.