Skip to content

Commit 7444058

Browse files
committed
fixup!
1 parent 9200cd1 commit 7444058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/configuration/templates.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const CHANGELOG_URL =
33
'https://raw.githubusercontent.com/{repository}/{ref}/CHANGELOG.md';
44

55
// This is the Base URL for viewing a file within GitHub UI
6-
export const GITHUB_BLOB_URL = 'https://github.com/{repository}/blob/{ref}';
6+
export const GITHUB_BLOB_URL = 'https://github.com/{repository}/blob/{ref}/';
77

88
// This is the API docs base URL for editing a file on GitHub UI
99
// TODO(@avivkeller): specify /doc/api in config

0 commit comments

Comments
 (0)