API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21...

Enter a descriptive title (above) relating to Render API overview, then describe the problem you have found:

In the Render Pipeline section there is this paragraph

"Drupal always uses the Symfony render pipeline. See http://symfony.com/doc/2.7/components/http_kernel/introduction.html"

The linked page doesn't exist anymore. I think this is the correct page now (for the current version).

https://symfony.com/doc/current/components/http_kernel.html

Or this one for the target version in the doc

https://symfony.com/doc/2.7/components/http_kernel.html

CommentFileSizeAuthor
#2 3082680-2.patch727 bytesidebr
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

casivaagustin created an issue. See original summary.

idebr’s picture

Version: 8.5.x-dev » 8.8.x-dev
Status: Active » Needs review
FileSize
727 bytes

Considering drupal/core currently requires symfony/http-kernel ~3.4.14 the correct URL would be https://symfony.com/doc/3.4/components/http_kernel.html

Version: 8.8.x-dev » 8.9.x-dev

Drupal 8.8.0-alpha1 will be released the week of October 14th, 2019, which means new developments and disruptive changes should now be targeted against the 8.9.x-dev branch. (Any changes to 8.9.x will also be committed to 9.0.x in preparation for Drupal 9’s release, but some changes like significant feature additions will be deferred to 9.1.x.). For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

capysara’s picture

Patch in #2 applies cleanly to 8.9, link works, and I confirmed the required version of symfony/http-kernel.

init90’s picture

Status: Needs review » Reviewed & tested by the community

++

  • catch committed 19e27cf on 9.0.x
    Issue #3082680 by idebr, casivaagustin: Broken link to the render...

  • catch committed 92b0a58 on 8.9.x
    Issue #3082680 by idebr, casivaagustin: Broken link to the render...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 9.0.x and cherry-picked to 8.9.x, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.