Skip to content

Commit

Permalink
Fix http in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed May 29, 2018
1 parent c9dab3d commit 911bd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/projects/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class Project(models.Model):
documentation_type = models.CharField(
_('Documentation type'), max_length=20,
choices=constants.DOCUMENTATION_CHOICES, default='sphinx',
help_text=_('Type of documentation you are building. <a href="http://'
help_text=_('Type of documentation you are building. <a href="'
'http://www.sphinx-doc.org/en/stable/builders.html#sphinx.builders.html.'
'DirectoryHTMLBuilder">More info</a>.'))

Expand Down

0 comments on commit 911bd90

Please sign in to comment.