diff --git a/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.js b/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.js index bcceb35f55..d16093374e 100644 --- a/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.js +++ b/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.js @@ -127,7 +127,7 @@ }, _computeProjectURL: function(project) { - return '/projects/' + project + ',dashboards/default'; + return '/q/status:open+project:' + project; }, _computeProjectBranchURL: function(project, branch) { diff --git a/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item_test.html b/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item_test.html index 84472153e8..5507b9f625 100644 --- a/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item_test.html +++ b/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item_test.html @@ -118,7 +118,7 @@ limitations under the License. {labels: {Verified: {rejected: true}}}, 'Verified'), '✕'); assert.equal(element._computeProjectURL('combustible-stuff'), - '/projects/combustible-stuff,dashboards/default'); + '/q/status:open+project:combustible-stuff'); assert.equal(element._computeProjectBranchURL( 'combustible-stuff', 'lemons'),