This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 267310 - Learn more link leads to 404 page
Summary: Learn more link leads to 404 page
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Zend (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-26 06:22 UTC by paolosca
Modified: 2016-08-04 09:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paolosca 2016-07-26 06:22:58 UTC
Hi, I just noticed that the "Learn more" link in Tools->Options->PHP, "Frameworks and Tools" tab, Zend leads to a 404 page:

https://framework.zend.com/manual/en/introduction.installation.html

The correct one is probably the quick start guide, but the path contains the release number so it would probably become obsolete at the next ZF release:

https://framework.zend.com/manual/1.12/en/learning.quickstart.html

Perhaps the generic link to the documentation is more suitable in this case:

https://framework.zend.com/learn

Thank you and have a nice day,

Paolo
Comment 1 Tomas Mysik 2016-07-26 09:47:30 UTC
Thanks for catching that. BTW I do not really understand why someone changes URL without redirection to new/proper pages. Moreover if it is a web framework ;)

Thanks.

http://hg.netbeans.org/web-main/rev/0682f2fa6837
Comment 2 Quality Engineering 2016-07-27 01:49:42 UTC
Integrated into 'main-silver', will be available in build *201607270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0682f2fa6837
User: Tomas Mysik <tmysik@netbeans.org>
Log: #267310 - Learn more link leads to 404 page
Comment 3 paolosca 2016-08-04 07:31:47 UTC
Thanks, Tomas.
Comment 4 Tomas Mysik 2016-08-04 09:16:00 UTC
Thanks for reporting, Paolo!