diff --git a/core/modules/sdc/sdc.info.yml b/core/modules/sdc/sdc.info.yml
index b6c3448e2e61f14ec29554c2234fcd9e34dffb33..1a202b8b9d4e2e3ad1164774a4ded071393e6db2 100644
--- a/core/modules/sdc/sdc.info.yml
+++ b/core/modules/sdc/sdc.info.yml
@@ -4,6 +4,6 @@ description: 'Allows discovery and rendering of self-contained UI components.'
 version: VERSION
 package: Core (Experimental)
 lifecycle: deprecated
-lifecycle_link: 'https://www.drupal.org/docs/core-modules-and-themes/deprecated-and-obsolete#s-understanding-deprecated-extensions'
+lifecycle_link: 'https://www.drupal.org/docs/core-modules-and-themes/deprecated-and-obsolete#s-single-directory-components-sdc'
 dependencies:
   - drupal:serialization
diff --git a/core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php b/core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php
index e3417be3c89c71b429a0100c9e9c674bb2937058..23c9ad2158a7364dd273de566bb127eee0cd47e2 100644
--- a/core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php
+++ b/core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php
@@ -30,7 +30,7 @@ final class LibrariesBCLayerTest extends BrowserTestBase {
    * Tests libraryOverrides.
    */
   public function testLibraryBCLayer(): void {
-    $this->expectDeprecation('The module \'sdc\' is deprecated. See https://www.drupal.org/docs/core-modules-and-themes/deprecated-and-obsolete#s-understanding-deprecated-extensions');
+    $this->expectDeprecation('The module \'sdc\' is deprecated. See https://www.drupal.org/docs/core-modules-and-themes/deprecated-and-obsolete#s-single-directory-components-sdc');
     $this->expectDeprecation('The sdc/sdc_theme_test--my-card asset library is deprecated in Drupal 10.3.0 and will be removed in Drupal 11.0.0. Use the core/components.[component-id] library instead. See https://www.drupal.org/node/3410260');
     $build = [
       '#type' => 'inline_template',