Skip to content

Commit 4ef4094

Browse files
authored
Merge pull request #51 from 3mmaRand/feature/psych
fix repo link
2 parents 4854588 + cfad389 commit 4ef4094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ format:
347347
if (a.textContent.trim() === 'Make a suggestion') {
348348
const pageUrl = encodeURIComponent(window.location.href);
349349
const pageTitle = encodeURIComponent(document.title);
350-
a.href = 'https://github.com/3mmaRand/comp4biosci/issues/new'
350+
a.href = 'https://github.com/3mmaRand/R4BABS/issues/new'
351351
+ '?title=' + pageTitle
352352
+ '&body=' + pageUrl;
353353
a.target = '_blank';

0 commit comments

Comments
 (0)