Skip to content

Commit

Permalink
better URL for Python 3 recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pilgrim committed Sep 17, 2010
1 parent b8a1f0e commit 43bbbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion where-to-go-from-here.html
Expand Up @@ -72,7 +72,7 @@ <h2 id=code>Where To Look For Python 3-Compatible Code</h2>

<ul>
<li><a href='http://pypi.python.org/pypi?:action=browse&amp;c=533&amp;show=all'>Python Package Index: list of Python 3 packages</a>
<li><a href='http://code.activestate.com/recipes/langs/python/tags/python3/'>Python Cookbook: list of recipes tagged &#8220;python3&#8221;</a>
<li><a href='http://code.activestate.com/recipes/langs/python/tags/meta:min_python_3/'>Python Cookbook: list of Python 3 recipes</a>
<li><a href='http://code.google.com/hosting/search?q=label:python3'>Google Project Hosting: list of projects tagged &#8220;python3&#8221;</a>
<li><a href='http://sourceforge.net/search/?words=%22python+3%22'>SourceForge: list of projects matching &#8220;Python 3&#8221;</a>
<li><a href='http://github.com/search?type=Repositories&amp;language=python&amp;q=python3'>GitHub: list of projects matching &#8220;python3&#8221;</a> (also, <a href='http://github.com/search?type=Repositories&amp;language=python&amp;q=python+3'>list of projects matching &#8220;python 3&#8221;</a>)
Expand Down

0 comments on commit 43bbbdf

Please sign in to comment.