Many of the links throughout the web to doctrine's documentation have all been broken. This includes a large number of links from blogs and from stackoverflow.
Example:
http://docs.doctrine-project.org/en/latest/reference/advanced-configuration.html
The issue appears to be a re-organization that moved that resource to:
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/advanced-configuration.html
Instead of showing a "Page not found" error, that resource (and all other moved resources) should provide a 301 redirect response to the new url for that resource.
Many of the links throughout the web to doctrine's documentation have all been broken. This includes a large number of links from blogs and from stackoverflow.
Example:
http://docs.doctrine-project.org/en/latest/reference/advanced-configuration.html
The issue appears to be a re-organization that moved that resource to:
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/advanced-configuration.html
Instead of showing a "Page not found" error, that resource (and all other moved resources) should provide a 301 redirect response to the new url for that resource.