Skip to content

Commit e2ebaa1

Browse files
committed
Minor fixes
1 parent 4d3dcb2 commit e2ebaa1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readthedocs/projects/migrations/0118_addons_flyout_sorting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Migration(migrations.Migration):
3333
field=models.CharField(
3434
blank=True,
3535
default=None,
36-
help_text='Sorting pattern supported by BumpVer (<a href="https://github.com/mbarkhau/bumpver#pattern-examples"> See examples</a>',
36+
help_text='Sorting pattern supported by BumpVer (<a href="https://github.com/mbarkhau/bumpver#pattern-examples">See examples</a>',
3737
max_length=32,
3838
null=True,
3939
),
@@ -67,7 +67,7 @@ class Migration(migrations.Migration):
6767
field=models.CharField(
6868
blank=True,
6969
default=None,
70-
help_text='Sorting pattern supported by BumpVer (<a href="https://github.com/mbarkhau/bumpver#pattern-examples"> See examples</a>',
70+
help_text='Sorting pattern supported by BumpVer (<a href="https://github.com/mbarkhau/bumpver#pattern-examples">See examples</a>',
7171
max_length=32,
7272
null=True,
7373
),

readthedocs/projects/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class AddonsConfig(TimeStampedModel):
195195
null=True,
196196
blank=True,
197197
help_text="Sorting pattern supported by BumpVer "
198-
'(<a href="https://github.com/mbarkhau/bumpver#pattern-examples"> See examples</a>',
198+
'(<a href="https://github.com/mbarkhau/bumpver#pattern-examples">See examples</a>)',
199199
)
200200
flyout_sorting_latest_stable_at_beginning = models.BooleanField(
201201
default=True,

0 commit comments

Comments
 (0)