Skip to content

Commit d2cfd18

Browse files
committed
docs: update docs to use latest working decoupled router patch
1 parent bd967a8 commit d2cfd18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

www/content/guides/umami-demo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ composer create-project drupal/recommended-project umami
1717
"extra": {
1818
"patches": {
1919
"drupal/decoupled_router": {
20-
"Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2024-10-22/decoupled_router-3111456-resolve-langcode-issue-78--external-redirects.patch"
20+
"Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2024-08-05/decouple_router-3111456-resolve-language-issue-63--get-translation-re-rolled-and-good-redirect.patch"
2121
}
2222
},
2323
}

www/content/tutorials/graphql/apply-patches.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ At the time of this writing, a patch is required in order to use multilingual fe
2121
// highlight-start
2222
"patches": {
2323
"drupal/decoupled_router": {
24-
"Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2024-10-22/decoupled_router-3111456-resolve-langcode-issue-78--external-redirects.patch"
24+
"Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2024-08-05/decouple_router-3111456-resolve-language-issue-63--get-translation-re-rolled-and-good-redirect.patch"
2525
}
2626
},
2727
// highlight-end

www/content/tutorials/quick-start/apply-patches.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ At the time of this writing, a patch is required in order to use multilingual fe
2121
// highlight-start
2222
"patches": {
2323
"drupal/decoupled_router": {
24-
"Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2024-10-22/decoupled_router-3111456-resolve-langcode-issue-78--external-redirects.patch"
24+
"Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2024-08-05/decouple_router-3111456-resolve-language-issue-63--get-translation-re-rolled-and-good-redirect.patch"
2525
}
2626
},
2727
// highlight-end

0 commit comments

Comments
 (0)