From 873ab310e661abae0f4763be95431b5c0153cc8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Thu, 23 Jun 2022 01:30:14 +0200 Subject: [PATCH] Fix links. --- README.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 9eaa98c..6b715d0 100644 --- a/README.rst +++ b/README.rst @@ -17,14 +17,12 @@ What is it Install Put `pylit.py`_ in Python's `Module Search Path`_. -.. _pylit.py: http://repo.or.cz/pylit.git/blob_plain/HEAD:/pylit.py +.. _pylit.py: https://codeberg.org/milde/pylit/raw/branch/master/pylit.py -Documentation - coming back soon - - .. note: The previous host of the PyLit project, berlios.de closed at - the end of 2011. +Documentation + `PyLit pages`_. + Copyright © 2005, 2009 Günter Milde. @@ -42,10 +40,13 @@ License .. _Charming Python interview: http://www.ibm.com/developerworks/library/l-pyth7.html -.. _bidirectional text/code converter: features.html#dual-source -.. _literate programming: literate-programming.html +.. _bidirectional text/code converter: + https://milde.codeberg.page/PyLit/features.html#dual-source +.. _literate programming: + https://milde.codeberg.page/PyLit/literate-programming.html .. _reStructuredText: http://docutils.sourceforge.net/rst.html .. _module search path: http://docs.python.org/tutorial/modules.html#the-module-search-path +.. _PyLit pages: https://milde.codeberg.page/PyLit/ .. _`free software`: http://www.gnu.org/philosophy/free-sw.html .. _`GNU General Public License`: http://www.gnu.org/copyleft/gpl.html -- 2.11.4.GIT