diff --git a/CHANGELOG.md b/CHANGELOG.md index 6354b815..c2e8de2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -97,10 +97,3 @@ All notable changes of the Respect\Validation releases are documented in this fi - Remove identical checking from "Equals" rule (#442) - Removed Deprecated Rules (#277) - Validation rules do not accept an empty string by default (#422) - -*** -See also: - -- [README](README.md) -- [Contributing](CONTRIBUTING.md) -- [License](LICENSE.md) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97ee19ad..6d1658d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -250,14 +250,6 @@ No test should fail. You can tweak the PHPUnit's settings by copying `phpunit.xml.dist` to `phpunit.xml` and changing it according to your needs. -*** -See also: - -- [README](README.md) -- [License](LICENSE.md) -- [Changelog](CHANGELOG.md) - - [ArrayType]: https://github.com/Respect/Validation/commit/f08a1fa [Couscous]: http://couscous.io/ "Couscous" [data provider]: https://phpunit.de/manual/current/en/writing-tests-for-phpunit.html#writing-tests-for-phpunit.data-providers "PHPUnit Data Providers" diff --git a/LICENSE.md b/LICENSE.md index d55343bc..7583f187 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -19,10 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -*** -See also: - -- [README](README.md) -- [Contributing](CONTRIBUTING.md) -- [Changelog](CHANGELOG.md) diff --git a/README.md b/README.md index 116d6704..54b5b83a 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,4 @@ Documentation can be found in https://respect-validation.readthedocs.io and also in the [docs/](docs/) folder. -## Table of contents - -- [Contributing](CONTRIBUTING.md) -- [License](LICENSE.md) -- [Changelog](CHANGELOG.md) - [1.1]: https://github.com/Respect/Validation/tree/1.1