Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@ <h2 class = "page-header">Python(x,y) - the scientific Python distribution.</h2>
<tr>
<td width="50" align="center">
<a href="http://www.python.org/" rel="nofollow">
<img src="http://pythonxy.googlecode.com/files/python-logo.png"></a>
<img src="images/python-logo.png"></a>
</td>
<td width="140">
<a href="http://www.python.org" rel="nofollow">Python</a> programming language
</td>
<td width="10">
</td>
<td width="50" align="center">
<a href="http://www.trolltech.com/" rel="nofollow"><img src="http://pythonxy.googlecode.com/files/qt-logo.png"></a>
<a href="https://www.qt.io/" rel="nofollow"><img src="images/qt-logo.png"></a>
</td>
<td width="160">
<a href="http://www.trolltech.com" rel="nofollow">Qt</a> Application Development Framework
<a href="https://www.qt.io/" rel="nofollow">Qt</a> Application Development Framework
</td>
<td width="10">
</td>
<td width="50" align="center">
<a href="http://spyderlib.googlecode.com/" rel="nofollow"><img src="http://pythonxy.googlecode.com/files/spyder-logo.png"></a>
<a href="https://github.com/spyder-ide/spyder" rel="nofollow"><img src="images/spyder-logo.png"></a>
</td>
<td width="170">
<a href="http://spyderlib.googlecode.com/" rel="nofollow">Spyder</a> Interactive Scientific Development Environment
<a href="https://github.com/spyder-ide/spyder" rel="nofollow">Spyder</a> Interactive Scientific Development Environment
</td>
</tr>
</tbody>
Expand Down