Skip to content

Commit 1e83efa

Browse files
authored
Fix broken link in documentation (#1698)
The closing </a> was misplaced.
1 parent 72b6b8b commit 1e83efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/python/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2 class="widget-title"><span aria-hidden="true" class="icon-versions"></span>P
8585
<li>
8686
<a href="https://docs.python.org/3/howto/pyporting.html">Porting Python 2 Code to Python 3</a>
8787
<ul>
88-
<li><a href="https://pypi.org/project/caniusepython3/"></a>Determine what projects are blocking you from porting to Python 3</li>
88+
<li><a href="https://pypi.org/project/caniusepython3/">Determine what projects are blocking you from porting to Python 3</a></li>
8989
<li><a href="https://wiki.python.org/moin/PythonConsulting/Python%202%20support%20and%20migration">Python 2 Support and Migration</a></li>
9090
</ul>
9191
</li>

0 commit comments

Comments
 (0)