From 7e1becfd2708733814c6a690c3ef0d5391d3fd2b Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Mon, 16 Jul 2012 09:32:15 -0700 Subject: [PATCH] Issue #1686180 by kiamlaluno: Fix URL for Symfony docs --- core/includes/bootstrap.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 95adc950ab34..22eb5b820984 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -2444,7 +2444,8 @@ function drupal_get_bootstrap_phase() { * @code * // Register the LANGUAGE_TYPE_INTERFACE definition. Registered definitions * // do not necessarily need to be named by a constant. - * // See http://symfony.com/doc/current/components/dependency_injection.html + * // See + * // http://symfony.com/doc/current/components/dependency_injection/introduction.html * // for usage examples of adding object initialization code after register(). * $container = drupal_container(); * $container->register(LANGUAGE_TYPE_INTERFACE, 'Drupal\\Core\\Language\\Language'); -- GitLab