[Python-checkins] python/dist/src/Mac/OSXResources/app/Resources/English.lproj/Documentation index.html,1.4,1.5 intro.html,1.2,1.3

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 02 Jul 2003 02:20:39 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSXResources/app/Resources/English.lproj/Documentation
In directory sc8-pr-cvs1:/tmp/cvs-serv23935/OSXResources/app/Resources/English.lproj/Documentation

Modified Files:
	index.html intro.html 
Log Message:
Moved the IDE tutorial to a directory with a shorter name. The long
name was giving problems with some tar implementations.


Index: index.html
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Resources/English.lproj/Documentation/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.html	18 Jun 2003 22:10:27 -0000	1.4
--- index.html	2 Jul 2003 09:20:07 -0000	1.5
***************
*** 23,27 ****
  	<li><a href="intro.html">What is MacPython?</a>
  	</li>
! 	<li><a href="macpython_ide_tutorial/index.html">MacPython 
  	Integrated Development Environment Introduction</a>
  	</li>
--- 23,27 ----
  	<li><a href="intro.html">What is MacPython?</a>
  	</li>
! 	<li><a href="ide/index.html">MacPython 
  	Integrated Development Environment Introduction</a>
  	</li>

Index: intro.html
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Resources/English.lproj/Documentation/intro.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** intro.html	18 Jun 2003 22:10:27 -0000	1.2
--- intro.html	2 Jul 2003 09:20:07 -0000	1.3
***************
*** 46,50 ****
  <p>The MacPython Integrated Development Environment (IDE) allows
  easy editing, running and debugging of scripts. Read the 
! <a href="macpython_ide_tutorial/index.html">Introduction
  to the IDE</a> to whet your appetite.</p>
  
--- 46,50 ----
  <p>The MacPython Integrated Development Environment (IDE) allows
  easy editing, running and debugging of scripts. Read the 
! <a href="ide/index.html">Introduction
  to the IDE</a> to whet your appetite.</p>