From f0a090ddf256d0c144e705c0cdf4216d824140f9 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 26 Jun 2012 14:50:19 -0700 Subject: fix(docs): correctly generate sitemap --- docs/src/SiteMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src') diff --git a/docs/src/SiteMap.js b/docs/src/SiteMap.js index fb670c31..16b10266 100644 --- a/docs/src/SiteMap.js +++ b/docs/src/SiteMap.js @@ -12,7 +12,7 @@ function SiteMap(docs){ map.push(''); map.push(''); docs.forEach(function(doc){ - map.push(' http://docs.angularjs.org/#!/' + + map.push(' http://docs.angularjs.org/' + encode(doc.section) + '/' + encode(doc.id) + 'weekly'); -- cgit v1.2.3