diff options
author | Thomas Touhey <thomas@touhey.fr> | 2019-06-25 14:51:27 +0200 |
---|---|---|
committer | Thomas Touhey <thomas@touhey.fr> | 2019-06-25 14:51:27 +0200 |
commit | c7670824615a5b694a88ac096e6d3ca2daee21db (patch) | |
tree | d6bf71e9df22dcbc8f6ab5724ef5144fa9bff0d5 | |
parent | f1f1be481a4022f394aadb0d9f0935b4c07d8ef3 (diff) |
Sample edit
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,9 +8,10 @@ documentation accessible on `the official website`_. .. warning:: If you are accessing this repository from another forge (such as - `Planète Casio's forge <https://gitea.planet-casio.com/>`_), + `Planète Casio's forge <https://gitea.planet-casio.com/cake/textout>`_), keep in mind that it is only a mirror and that the real repository - is located `in my forge <Thomas' forge_>`_ for now. + is located `in my forge <https://forge.touhey.org/pc/textout.git>`_ + for now. For example, if we want to translate some basic multi-block text to HTML: @@ -30,5 +31,4 @@ For example, if we want to translate some basic multi-block text to HTML: print(tohtml(text)) .. _Planète Casio: https://www.planet-casio.com/ -.. _Thomas' forge: https://forge.touhey.fr/pc/textout.git .. _the official website: https://textout.touhey.pro/ |