Skip to content

Commit 798d7f6

Browse files
Remove trailing slash in ANZCTR source url
1 parent 34146c7 commit 798d7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const sources = {
2121
displayName: 'ANZCTR',
2222
longName: 'Australian New Zealand Clinical Trials Registry',
2323
name: 'anzctr',
24-
url: 'https://www.anzctr.org.au/',
24+
url: 'https://www.anzctr.org.au',
2525
},
2626
asco: {
2727
displayName: 'ASCO',

0 commit comments

Comments
 (0)