Remove documentation links in the repository

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2019-05-23 16:16:00 +02:00
parent 32d796ed3d
commit 1b0be4c3a6
No known key found for this signature in database
GPG Key ID: 221E9281655813A6
4 changed files with 0 additions and 28 deletions

View File

@ -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)

View File

@ -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"

View File

@ -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)

View File

@ -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