Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 8b57c60

Browse files
committed
Merge branch 'hotfix/154' into develop
Forward port #154
2 parents 6012b9d + 15a3de2 commit 8b57c60

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ of input data. For instance, you could use it to filter `$_GET` or `$_POST`
88
values, CLI arguments, etc.
99

1010
- File issues at https://github.com/zendframework/zend-inputfilter/issues
11-
- Documentation is at https://zendframework.github.io/zend-inputfilter/
11+
- Documentation is at https://docs.zendframework.com/zend-inputfilter/

docs/book/file-input.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ While `FileInput` uses the same interface as `Input`, it differs in a few ways:
88
1. It expects the raw value to be in a normalized `$_FILES` array format. See
99
the [PSR-7 Uploaded files](http://www.php-fig.org/psr/psr-7/#uploaded-files)
1010
chapter for details on how to accomplish this.
11-
[Diactoros](https://zendframework.github.io/zend-diactoros/) and
12-
[zend-http](https://zendframework.github.io/zend-http/) can do this for you.
11+
[Diactoros](https://docs.zendframework.com/zend-diactoros/) and
12+
[zend-http](https://docs.zendframework.com/zend-http/) can do this for you.
1313
2. The validators are run **before** the filters (which is the opposite behavior
1414
of `Input`). This is so that any `is_uploaded_file()` validation can be run
1515
prior to any filters that may rename/move/modify the file.

docs/book/intro.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,5 +243,5 @@ class SimplePerson
243243

244244
Also see
245245

246-
- [zend-filter](https://zendframework.github.io/zend-filter/)
247-
- [zend-validator](https://github.com/zendframework/zend-validator/)
246+
- [zend-filter](https://docs.zendframework.com/zend-filter/)
247+
- [zend-validator](https://docs.zendframework.com/zend-validator/)

docs/book/specs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ return array(
2727
);
2828
```
2929

30-
For [Expressive](https://zendframework.github.io/zend-expressive/) when using
30+
For [Expressive](https://docs.zendframework.com/zend-expressive/) when using
3131
the configuration manager, and for zend-mvc v3 releases, the functionality is
3232
enabled by default, assuming you are using the
33-
[component installer](https://zendframework.github.io/zend-component-installer/).
33+
[component installer](https://docs.zendframework.com/zend-component-installer/).
3434

3535
## Example
3636

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pages:
88
site_name: zend-inputfilter
99
site_description: zend-inputfilter
1010
repo_url: 'https://github.com/zendframework/zend-inputfilter'
11-
copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'
11+
copyright: 'Copyright (c) 2016-2017 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)