[Python-checkins] CVS: python/nondist/sf-html index.html,1.14,1.15

Fred L. Drake fdrake@users.sourceforge.net
Tue, 02 Apr 2002 11:49:36 -0800


Update of /cvsroot/python/python/nondist/sf-html
In directory usw-pr-cvs1:/tmp/cvs-serv23544

Modified Files:
	index.html 
Log Message:
Always prefer the python.org version of URLs.

Index: index.html
===================================================================
RCS file: /cvsroot/python/python/nondist/sf-html/index.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** index.html	1 Apr 2002 20:21:35 -0000	1.14
--- index.html	2 Apr 2002 19:49:33 -0000	1.15
***************
*** 26,30 ****
  
  <li>
! <a href="peps/">Python Enhancement Proposals</a>
  - Information on new language features.
  </li>
--- 26,30 ----
  
  <li>
! <a href="http://www.python.org/peps/">Python Enhancement Proposals</a>
  - Information on new language features.
  </li>
***************
*** 61,68 ****
  
  <li>
! <a href="http://www.amk.ca/python/writing/python-dev.html">Becoming a
! Python Developer</a> 
! - Recommended reading for aspiring Python developers (written by Andrew
!   Kuchling).
  </li>
  
--- 61,67 ----
  
  <li>
! <a href="http://www.python.org/dev/">Python Developer's Guide</a> 
! - Development support area on <a href="http://www.python.org/"
!   >python.org</a>.
  </li>