Skip to content

Commit 29b5dd5

Browse files
committed
Use new forks view
1 parent cba33ec commit 29b5dd5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dist/buttons.common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ var render$1 = function (root, options, func) {
445445
href = '/watchers';
446446
} else if (!path[4] && path[3] === 'fork') {
447447
property = 'forks_count';
448-
href = '/network/members';
448+
href = '/forks';
449449
} else if (path[3] === 'issues') {
450450
property = 'open_issues_count';
451451
href = '/issues';

dist/buttons.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ var render$1 = function (root, options, func) {
443443
href = '/watchers';
444444
} else if (!path[4] && path[3] === 'fork') {
445445
property = 'forks_count';
446-
href = '/network/members';
446+
href = '/forks';
447447
} else if (path[3] === 'issues') {
448448
property = 'open_issues_count';
449449
href = '/issues';

dist/buttons.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
href = '/watchers';
446446
} else if (!path[4] && path[3] === 'fork') {
447447
property = 'forks_count';
448-
href = '/network/members';
448+
href = '/forks';
449449
} else if (path[3] === 'issues') {
450450
property = 'open_issues_count';
451451
href = '/issues';

0 commit comments

Comments
 (0)