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

Commit aece922

Browse files
committed
Updating link to array_column() in the PHP manual
1 parent 6fc2feb commit aece922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/ramsey/array_column.png)](https://travis-ci.org/ramsey/array_column)
44

5-
This simple library provides functionality for [`array_column()`](https://wiki.php.net/rfc/array_column)
5+
This simple library provides functionality for [`array_column()`](http://php.net/array_column)
66
to versions of PHP earlier than 5.5. It mimics the functionality of the built-in
77
function in every way.
88

0 commit comments

Comments
 (0)