codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
https://www.phptherightway.com
Other
9.04k stars 3.24k forks source link

Replace Zend/View link #922

Closed igorradovanov closed 1 year ago

igorradovanov commented 2 years ago

Replaced the Zend/View with a new link due that the current link to Zend/View found in the PHP The Right Way documentation resolves to 500 Internal Server Error. Issue #920

Xymph commented 2 years ago

This updates the link for Zend Framework 2, but version 3 is the current release. If that is to be used instead, the link becomes https://docs.zendframework.com/zend-view/ Or even https://docs.laminas.dev/laminas-view/ using the new project name.

codeguy commented 2 years ago

Best to link to the current Zend release. Please update PR.

Xymph commented 1 year ago

@igorradovanov Please see codeguy's feedback above.

Xymph commented 1 year ago

Given the inactivity here, I'll just merge this PR and follow with another to update the link again.