diff --git a/docs/backup/install.rst b/docs/backup/install.rst index 1444f6f..705dd36 100644 --- a/docs/backup/install.rst +++ b/docs/backup/install.rst @@ -16,7 +16,7 @@ Choice is yours. If you are interested in Fabric, see more info. That (rattail-fabric2) package is available on PyPI, or can peek at the `module source`_. -.. _module source: https://kallithea.rattailproject.org/rattail-project/rattail-fabric2/files/master/rattail_fabric2/backup.py +.. _module source: https://forgejo.wuttaproject.org/rattail/rattail-fabric2/src/branch/master/rattail_fabric2/backup.py Here we will only describe the manual installation. @@ -95,7 +95,7 @@ arguments you pass to it will be passed on to the command. Instead of listing the contents of this file here, we will direct you to the "official" copy which can be deployed via Fabric: -``_ +``_ You will need to (globally) replace the text ``${envname}`` with ``backup`` but otherwise that can be used as-is. @@ -130,7 +130,7 @@ Really the ``rattail-backup`` script could be used for this too, but Again instead of listing the file contents we will direct you to the "official" copy which can be deployed via Fabric: -``_ +``_ Again you will need to (globally) replace the text ``${envname}`` with ``backup`` but you also should comment-out the line which tries to diff --git a/docs/base/config/logging.rst b/docs/base/config/logging.rst index 4195f8a..979020d 100644 --- a/docs/base/config/logging.rst +++ b/docs/base/config/logging.rst @@ -22,7 +22,7 @@ for logging. Rattail `has a sample`_ ``rattail.conf`` which includes a typical logging section. (This is the source used to generate a new file when you run ``rattail make-config -T rattail`` command.) -.. _has a sample: https://kallithea.rattailproject.org/rattail-project/rattail/files/master/rattail/data/config/rattail.conf +.. _has a sample: https://forgejo.wuttaproject.org/rattail/rattail/src/branch/master/rattail/data/config/rattail.conf See the Python docs for more info, in particular these sections: diff --git a/docs/base/install/common.rst b/docs/base/install/common.rst index f5003eb..19d6a4f 100644 --- a/docs/base/install/common.rst +++ b/docs/base/install/common.rst @@ -30,7 +30,7 @@ Installing from Source If you need (or want) to install from source, then of course the first step is to obtain the source code for the app. Here we'll again use Theo as our example:: - git clone https://kallithea.rattailproject.org/rattail-project/theo + git clone https://forgejo.wuttaproject.org/rattail/theo.git Then you would install that to your virtual environment like so:: diff --git a/docs/data/batch/native/vendor_catalog.rst b/docs/data/batch/native/vendor_catalog.rst index 1fe479b..c79135a 100644 --- a/docs/data/batch/native/vendor_catalog.rst +++ b/docs/data/batch/native/vendor_catalog.rst @@ -66,5 +66,5 @@ See :class:`rattail:rattail.vendors.catalogs.CatalogParser` for details of what attributes and methods you can implement. See -https://kallithea.rattailproject.org/rattail-project/rattail/files/master/rattail/contrib/vendors/catalogs/ +https://forgejo.wuttaproject.org/rattail/rattail/src/branch/master/rattail/contrib/vendors/catalogs for some example parsers. diff --git a/docs/deploy/fabric.rst b/docs/deploy/fabric.rst index 8b4638d..186a769 100644 --- a/docs/deploy/fabric.rst +++ b/docs/deploy/fabric.rst @@ -138,7 +138,7 @@ rattail-fabric2 Rattail offers some utilitiy functions for use with Fabric, in `rattail-fabric2`_. -.. _rattail-fabric2: https://kallithea.rattailproject.org/rattail-project/rattail-fabric2/ +.. _rattail-fabric2: https://forgejo.wuttaproject.org/rattail/rattail-fabric2 The "machine bundle"