Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 248743c

Browse files
committed
Update links to point to github locations
1 parent 432858c commit 248743c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h1>Python for .NET</h1>
125125
online archives </a> of the list, see the <a href="http://mail.python.org/mailman/listinfo/pythondotnet">
126126
mailing list information </a> page. You can also send questions
127127
or comments to me at <a href="mailto:[email protected]">[email protected]</a>
128-
or use the <a href="http://sourceforge.net/p/pythonnet/_list/tickets">
128+
or use the <a href="http://github.com/pythonnet/pythonnet/issues">
129129
Python for .NET issue tracker</a> to report issues. </p>
130130
<p> My <a href="http://brianlloyd.blogspot.com">blog site</a> is
131131
also (sometimes) a good source for more information on Python for
@@ -135,8 +135,8 @@ <h1>Python for .NET</h1>
135135
overview of Python for .NET, as well as some basic usage
136136
examples. Many other examples can be found in the demos and unit
137137
tests for the package. </li>
138-
<li>Checkout the <a href="http://sourceforge.net/p/pythonnet/code/147/tree/">PythonNet</a>
139-
code from Subversion.. </li>
138+
<li>Checkout the <a href="http://github.com/pythonnet/pythonnet">PythonNet</a>
139+
code from github. </li>
140140
<li><a href="http://sourceforge.net/projects/pythonnet/files">
141141
Download releases</a> for various versions of Python and CLR.
142142
</li>

readme.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h1>Python for .NET</h1>
141141
project, which is in active development.
142142
</p>
143143
<p> Python for .NET is currently compatible with Python releases 2.3
144-
and greater. Current releases are available at the <a href="http://pythonnet.sourceforge.net/">
144+
and greater. Current releases are available at the <a href="http://pythonnet.github.io/">
145145
Python for .NET website </a>. To subscribe to the <a href="http://mail.python.org/mailman/listinfo/pythondotnet">
146146
Python for .NET mailing list </a> or read the <a href="http://mail.python.org/pipermail/pythondotnet/">
147147
online archives </a> of the list, see the <a href="http://mail.python.org/mailman/listinfo/pythondotnet">
@@ -150,7 +150,7 @@ <h1>Python for .NET</h1>
150150
<h2>Installation</h2>
151151
<p> Python for .NET is available as a source release and as a
152152
Windows installer for various versions of Python and the common
153-
language runtime from the <a href="http://pythonnet.sourceforge.net/">
153+
language runtime from the <a href="http://pythonnet.github.io/">
154154
Python for .NET website </a>. On Windows platforms, you can
155155
choose to install .NET-awareness into an existing Python
156156
installation as well as install Python for .NET as a standalone
@@ -658,7 +658,7 @@ <h2>License</h2>
658658
</a>
659659
<p><a name="license"> Python for .NET is released under the open
660660
source Zope Public License (ZPL). A copy of the ZPL is included
661-
in the distribution, or you can find a copy of the </a><a href="http://pythonnet.sourceforge.net/license.txt">
661+
in the distribution, or you can find a copy of the </a><a href="http://pythonnet.github.io/license.txt">
662662
ZPL online </a>. Some distributions of this package include a
663663
copy of the C Python dlls and standard library, which are covered
664664
by the <a href="http://www.python.org/license.html"> Python

0 commit comments

Comments
 (0)