Skip to content

Commit

Permalink
Updated few links
Browse files Browse the repository at this point in the history
  • Loading branch information
baijum committed Mar 11, 2011
1 parent 7aab292 commit 3356c92
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions py3k/templates/layout.html
Expand Up @@ -113,19 +113,29 @@ <h3>Books</h3>
<h3>Articles/Blogs</h3>
<ul>
<li>
<a target="_blank" href="http://wiki.python.org/moin/Python2orPython3">Python 2 or 3</a>
<a target="_blank" href="http://docs.python.org/dev/howto/pyporting.html">Porting Python 2 Code to Python 3 (HOWTO)</a>
</li>
<li>
<a target="_blank" href="http://wiki.python.org/moin/PortingPythonToPy3k">Porting Python 3</a>
</li>
<li>
<a target="_blank" href="http://docs.python.org/dev/howto/pyporting.html">Porting Python 2 Code to Python 3 (HOWTO)</a>
<a target="_blank" href="http://python3porting.com/strategies.html">Porting Strategies</a>
</li>
<li>
<a target="_blank" href="http://lucumr.pocoo.org/2010/2/11/porting-to-python-3-a-guide/">Porting to Python 3 — A Guide</a>
</li>
<li>
<a target="_blank" href="http://packages.python.org/distribute/python3.html">Supporting both Python 2 and Python 3 with Distribute</a>
</li>
</ul>
</nav>
<nav>
<h3>Libraries</h3>
<ul>

<li>
<a target="_blank" href="http://cherrypy.org">CherryPy (Web Framework)</a>
</li>
<li>
<a target="_blank" href="http://bottle.paws.de/docs/dev/index.html">Bottle (Web Framework)</a>
</li>
Expand Down

0 comments on commit 3356c92

Please sign in to comment.