From d3f95344413613d01ccb459e6c450c7785b441ab Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Wed, 8 Aug 2018 15:27:40 +0800 Subject: [PATCH] fix: point to angular.cn --- aio/tools/transforms/templates/api/base.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} ] }