From ce66405a70b7d34e16ddf206214a8cef8508f2d8 Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Sun, 8 Sep 2019 15:02:52 +0000 Subject: [PATCH] Fix README links --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e57073..620d30b 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +1.0.0 - Better compliance with semantic versioning.