aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/src/templates/docs.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js
index 5b6379a6..2a9f62a8 100644
--- a/docs/src/templates/docs.js
+++ b/docs/src/templates/docs.js
@@ -106,6 +106,7 @@ function DocsController($location, $window, $cookies, $filter) {
// http://docs.disqus.com/help/2/
window.disqus_shortname = 'angularjs';
window.disqus_identifier = currentPageId;
+ window.disqus_url = 'http://docs-next.angularjs.org' + currentPageId;
if ($location.host() == 'localhost') {
window.disqus_developer = 1;