Skip to content

Commit 9de1190

Browse files
authored
Merge pull request #5694 from mportuga/issues/5691
fix(#5691): Updating title link URL in documentation page
2 parents 898245b + 8ed4f20 commit 9de1190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt/ngdocs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = {
4343
// '<%= dist %>/release/<%= pkg.name %>.css'
4444
],
4545
title: 'UI Grid',
46-
titleLink: 'http://<%= site %>',
46+
titleLink: '/',
4747
html5Mode: false,
4848
analytics: {
4949
account: 'UA-46391685-1',

0 commit comments

Comments
 (0)