aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/docs.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/templates/docs.js')
-rw-r--r--docs/src/templates/docs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js
index 95cac2c9..056b1039 100644
--- a/docs/src/templates/docs.js
+++ b/docs/src/templates/docs.js
@@ -104,7 +104,7 @@ function DocsController(scope, $location, $window, $cookies, $filter) {
function loadDisqus(currentPageId) {
// http://docs.disqus.com/help/2/
- window.disqus_shortname = 'angularjs';
+ window.disqus_shortname = 'angularjs-next';
window.disqus_identifier = currentPageId;
window.disqus_url = 'http://docs-next.angularjs.org' + currentPageId;