1
0
mirror of https://github.com/danog/class-finder.git synced 2024-11-26 20:14:59 +01:00

Fix README links

This commit is contained in:
Benedikt Franke 2019-09-08 15:02:52 +00:00 committed by Hayden Pierce
parent f42ddf796f
commit ce66405a70

View File

@ -93,9 +93,10 @@ Documentation
**Exceptions**:
* [Unknown namespace - (Unregistered)](docs/exceptions/unregisteredRoot.md)
* [Unknown namespace - (Registered)](docs/exceptions/unknownSubNamespace.md)
* [Files could not locate PHP](docs/exceptions/filesCouldNotLocatePHP.md)
* [Files exec not available](docs/exceptions/filesExecNotAvailable.md)
* [Missing composer.json](docs/exceptions/missingComposerConfig.md)
* [Unknown namespace](docs/exceptions/unknownNamespace.md)
**Internals**
@ -132,4 +133,4 @@ Filtering classes to only classes that implement a namespace.
Guidance for solving "class not found" errors resulting from typos in namespaces, missing directories, etc. Would print
an HTML report. Not intended for production use, but debugging.
1.0.0 - Better compliance with semantic versioning.
1.0.0 - Better compliance with semantic versioning.