SVG by default (#3717)

Make cleaner badge URLs by omitting the `.svg` extension.

Closes #2674
This commit is contained in:
Paul Melnikow
2019-07-24 12:57:39 -05:00
committed by GitHub
parent e6f8c4ed65
commit cfbd2c30df
34 changed files with 169 additions and 168 deletions

View File

@@ -18,7 +18,7 @@ module.exports = class Sourcegraph extends BaseJsonService {
static get route() {
return {
base: 'sourcegraph/rrc',
pattern: ':repo(.*)',
pattern: ':repo(.*?)',
}
}