Skip to content

Commit 5a2242e

Browse files
minor symfony#61263 [JsonPath] Fix the readme doc link (rrr63)
This PR was merged into the 7.3 branch. Discussion ---------- [JsonPath] Fix the readme doc link | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes/no | New feature? |no <!-- if yes, also update src/**/CHANGELOG.md --> | Deprecations? |no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Issues | Fix #... <!-- prefix each issue number with "Fix #"; no need to create an issue if none exists, explain below --> | License | MIT Hello, I think the doc link was incorrect Commits ------- 86595e8 fix doc url
2 parents 32c3176 + 86595e8 commit 5a2242e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/JsonPath/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $result = $crawler->find("$.store.book[?(@.category == 'fiction')].title");
3535
Resources
3636
---------
3737

38-
* [Documentation](https://symfony.com/doc/current/components/dom_crawler.html)
38+
* [Documentation](https://symfony.com/doc/current/components/json_path.html)
3939
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
4040
* [Report issues](https://github.com/symfony/symfony/issues) and
4141
[send Pull Requests](https://github.com/symfony/symfony/pulls)

0 commit comments

Comments
 (0)