[pypy-svn] r16274 - pypy/dist/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Tue Aug 23 16:27:44 CEST 2005


Author: hpk
Date: Tue Aug 23 16:27:43 2005
New Revision: 16274

Modified:
   pypy/dist/pypy/doc/coding-guide.txt
   pypy/dist/pypy/doc/extradoc.txt
   pypy/dist/pypy/doc/getting-started.txt
   pypy/dist/pypy/doc/news.txt
Log:
fix a couple of URLs to honour the new locations


Modified: pypy/dist/pypy/doc/coding-guide.txt
==============================================================================
--- pypy/dist/pypy/doc/coding-guide.txt	(original)
+++ pypy/dist/pypy/doc/coding-guide.txt	Tue Aug 23 16:27:43 2005
@@ -825,6 +825,7 @@
 
 
 .. _`testing in PyPy`:
+.. _`test-design`: 
 
 Testing in PyPy
 ===============

Modified: pypy/dist/pypy/doc/extradoc.txt
==============================================================================
--- pypy/dist/pypy/doc/extradoc.txt	(original)
+++ pypy/dist/pypy/doc/extradoc.txt	Tue Aug 23 16:27:43 2005
@@ -19,11 +19,11 @@
 * `py lib slides`_ from the py lib talk at PyCon 2005 
   (py is used as a support/testing library for PyPy). 
 
-.. _oscon2003-paper: http://codespeak.net/pypy/index.cgi?extradoc/talk/oscon2003-paper.html
-.. _`Architecture introduction slides`: http://codespeak.net/svn/pypy/extradoc/talk/amsterdam-sprint-intro.pdf
-.. _`EU funding for FOSS`: http://codespeak.net/svn/pypy/extradoc/talk/2004-21C3-pypy-EU-hpk.pdf
-.. _`py lib slides`: http://codespeak.net/svn/pypy/extradoc/talk/2005-pycon-py.pdf
-.. _`PyCon 2005`: http://codespeak.net/pypy/index.cgi?extradoc/talk/pypy-talk-pycon2005/README.html
+.. _oscon2003-paper: http://codespeak.net/pypy/extradoc/talk/oscon2003-paper.html
+.. _`Architecture introduction slides`: http://codespeak.net/pypy/extradoc/talk/amsterdam-sprint-intro.pdf
+.. _`EU funding for FOSS`: http://codespeak.net/pypy/extradoc/talk/2004-21C3-pypy-EU-hpk.pdf
+.. _`py lib slides`: http://codespeak.net/pypy/extradoc/talk/2005-pycon-py.pdf
+.. _`PyCon 2005`: http://codespeak.net/pypy/extradoc/talk/pypy-talk-pycon2005/README.html
 
 Related projects 
 ----------------------------------

Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Tue Aug 23 16:27:43 2005
@@ -523,7 +523,7 @@
 conferences such as EuroPython or Pycon. 
 
 .. _`pypy-dev mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev
-.. _`contact possibilities`: http://codespeak.net/pypy/index.cgi?contact
+.. _`contact possibilities`: contact.html
 
 .. _`py library`: http://codespeak.net/py 
 .. _`PyPy/LLVM backend`: translation.html#llvm 
@@ -543,16 +543,15 @@
 .. _module.py:              http://codespeak.net/svn/pypy/dist/pypy/interpreter/module.py
 .. _mixedmodule.py:          http://codespeak.net/svn/pypy/dist/pypy/interpreter/mixedmodule.py
 .. _typedef.py:             http://codespeak.net/svn/pypy/dist/pypy/interpreter/typedef.py
-.. _Standard object space:  http://codespeak.net/pypy/index.cgi?doc/stdobjspace.html
-.. _objspace.py:            http://codespeak.net/svn/pypy/dist/pypy/objspace/std/objspace.py
-.. _thunk:                  http://codespeak.net/svn/pypy/dist/pypy/objspace/thunk.py
-.. _trace:                  http://codespeak.net/svn/pypy/dist/pypy/objspace/trace.py
-.. _flow:                   http://codespeak.net/svn/pypy/dist/pypy/objspace/flow/
-.. _translator.py:          http://codespeak.net/svn/pypy/dist/pypy/translator/translator.py
-.. _mailing lists:          http://codespeak.net/pypy/index.cgi?lists
+.. _Standard object space:  objspace.html#the-standard-object-space
+.. _objspace.py:            http://codespeak.net/pypy/dist/pypy/objspace/std/objspace.py
+.. _thunk:                  http://codespeak.net/pypy/dist/pypy/objspace/thunk.py
+.. _trace:                  http://codespeak.net/pypy/dist/pypy/objspace/trace.py
+.. _flow:                   http://codespeak.net/pypy/dist/pypy/objspace/flow/
+.. _translator.py:          http://codespeak.net/pypy/dist/pypy/translator/translator.py
+.. _mailing lists:          contact.html
 .. _documentation:          index.html 
-.. _wiki:                   http://codespeak.net/moin/pypy/moin.cgi/FrontPage?action=show
-.. _unit tests:             http://codespeak.net/pypy/index.cgi?doc/testdesign.html
+.. _unit tests:             coding-guide.html#test-design
 .. _bug reports:            https://codespeak.net/issue/pypy-dev/
 
 .. _`directory reference`: index.html#directory-reference

Modified: pypy/dist/pypy/doc/news.txt
==============================================================================
--- pypy/dist/pypy/doc/news.txt	(original)
+++ pypy/dist/pypy/doc/news.txt	Tue Aug 23 16:27:43 2005
@@ -83,5 +83,5 @@
 `release announcement`_.  *(05/20/2005)*
 
 .. _`release announcement`: http://codespeak.net/pypy/dist/pypy/doc/release-0.6.html
-.. _`getting started`: http://codespeak.net/pypy/pypy/dist/pypy/doc/getting-started
+.. _`getting started`: http://codespeak.net/pypy/dist/pypy/doc/getting-started.html
 



More information about the Pypy-commit mailing list