Skip to content

Commit 1b39161

Browse files
authored
Fix uritemplate reference link typo (#9867)
1 parent 3f190b7 commit 1b39161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ each Python and Django series.
6969

7070
The following packages are optional:
7171

72-
* [PyYAML][pyyaml], [uritemplate][uriteemplate] (5.1+, 3.0.0+) - Schema generation support.
72+
* [PyYAML][pyyaml], [uritemplate][uritemplate] (5.1+, 3.0.0+) - Schema generation support.
7373
* [Markdown][markdown] (3.3.0+) - Markdown support for the browsable API.
7474
* [Pygments][pygments] (2.7.0+) - Add syntax highlighting to Markdown processing.
7575
* [django-filter][django-filter] (1.0.1+) - Filtering support.
@@ -207,7 +207,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
207207
[heroku]: https://www.heroku.com/
208208
[eventbrite]: https://www.eventbrite.co.uk/about/
209209
[pyyaml]: https://pypi.org/project/PyYAML/
210-
[uriteemplate]: https://pypi.org/project/uritemplate/
210+
[uritemplate]: https://pypi.org/project/uritemplate/
211211
[markdown]: https://pypi.org/project/Markdown/
212212
[pygments]: https://pypi.org/project/Pygments/
213213
[django-filter]: https://pypi.org/project/django-filter/

0 commit comments

Comments
 (0)