diff options
Diffstat (limited to 'docs/spec')
| -rw-r--r-- | docs/spec/sitemapSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spec/sitemapSpec.js b/docs/spec/sitemapSpec.js index 5f927835..a6fc03cd 100644 --- a/docs/spec/sitemapSpec.js +++ b/docs/spec/sitemapSpec.js @@ -15,7 +15,7 @@ describe('sitemap', function() { var map = new SiteMap([new Doc({section: 'foo', id: 'a.b.c<>\'"&'})]); expect(map.render()).toContain([ ' <url>', - '<loc>http://docs.angularjs.org/#!/foo/a.b.c<>'"&</loc>', + '<loc>http://docs.angularjs.org/foo/a.b.c<>'"&</loc>', '<changefreq>weekly</changefreq>', '</url>'].join('')); |
