Skip to content

Commit

Permalink
Merge pull request #1035 from manics/default-badge-base-fix
Browse files Browse the repository at this point in the history
Default badge_base_url should be empty not /
  • Loading branch information
bitnik authored Dec 19, 2019
2 parents fb977f4 + 4221738 commit 23eeb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _valid_base_url(self, proposal):

@default('badge_base_url')
def _badge_base_url_default(self):
return '/'
return ''

@validate('badge_base_url')
def _valid_badge_base_url(self, proposal):
Expand Down

0 comments on commit 23eeb43

Please sign in to comment.