diff --git a/aio/tools/transforms/templates/api/base.template.html b/aio/tools/transforms/templates/api/base.template.html index 2a02c871bb..06635a7b1b 100644 --- a/aio/tools/transforms/templates/api/base.template.html +++ b/aio/tools/transforms/templates/api/base.template.html @@ -10,7 +10,7 @@ "@type": "BreadcrumbList", "itemListElement": [ {%- for crumb in doc.breadCrumbs %}{$ comma() $} - { "@type": "ListItem", "position": {$ loop.index $}, "item": { "@id": "https://angular.io/{$ crumb.path $}", "name": "{$ crumb.text $}" } }{% endfor %} + { "@type": "ListItem", "position": {$ loop.index $}, "item": { "@id": "https://angular.cn/{$ crumb.path $}", "name": "{$ crumb.text $}" } }{% endfor %} ] }