We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9200cd1 commit 7444058Copy full SHA for 7444058
src/utils/configuration/templates.mjs
@@ -3,7 +3,7 @@ export const CHANGELOG_URL =
3
'https://raw.githubusercontent.com/{repository}/{ref}/CHANGELOG.md';
4
5
// This is the Base URL for viewing a file within GitHub UI
6
-export const GITHUB_BLOB_URL = 'https://github.com/{repository}/blob/{ref}';
+export const GITHUB_BLOB_URL = 'https://github.com/{repository}/blob/{ref}/';
7
8
// This is the API docs base URL for editing a file on GitHub UI
9
// TODO(@avivkeller): specify /doc/api in config
0 commit comments