chore: fix teamcity example badge listings (#3759)

Refs https://github.com/badges/shields/pull/3717#discussion_r305633151
This commit is contained in:
Caleb Cartwright
2019-07-22 19:19:26 -05:00
committed by Paul Melnikow
parent f251de395d
commit 21a67b9511
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ module.exports = class TeamCityBuild extends TeamCityBase {
pattern: ':protocol/:hostAndPath/s/:buildId',
namedParams: {
protocol: 'https',
hostAndPath: 'https/teamcity.jetbrains.com',
hostAndPath: 'teamcity.jetbrains.com',
buildId: 'IntelliJIdeaCe_JavaDecompilerEngineTests',
},
staticPreview: this.render({
@@ -58,7 +58,7 @@ module.exports = class TeamCityBuild extends TeamCityBase {
pattern: ':protocol/:hostAndPath/e/:buildId',
namedParams: {
protocol: 'https',
hostAndPath: 'https/teamcity.jetbrains.com',
hostAndPath: 'teamcity.jetbrains.com',
buildId: 'bt345',
},
staticPreview: this.render({

View File

@@ -48,7 +48,7 @@ module.exports = class TeamCityCoverage extends TeamCityBase {
pattern: ':protocol/:hostAndPath/s/:buildId',
namedParams: {
protocol: 'https',
hostAndPath: 'https/teamcity.jetbrains.com',
hostAndPath: 'teamcity.jetbrains.com',
buildId: 'ReactJSNet_PullRequests',
},
staticPreview: this.render({