Skip to content

Commit 6da4654

Browse files
Clarify 'more info' link in admin settings page
1 parent 658bb07 commit 6da4654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class Project(models.Model):
188188
help_text=_(
189189
'Type of documentation you are building. <a href="'
190190
'http://www.sphinx-doc.org/en/stable/builders.html#sphinx.builders.html.'
191-
'DirectoryHTMLBuilder">More info</a>.',
191+
'DirectoryHTMLBuilder">More info on sphinx builders</a>.',
192192
),
193193
)
194194

0 commit comments

Comments
 (0)