3
0
Fork 0

docs: update leftover links for rattailproject.org => wuttaproject.org

This commit is contained in:
Lance Edgar 2026-01-05 13:12:17 -06:00
parent 5e9368db89
commit be6ac16ea7
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ roughly corresponds with the "base and data layers" as described in
Good documentation and 100% `test coverage`_ are priorities for this Good documentation and 100% `test coverage`_ are priorities for this
project. project.
.. _test coverage: https://buildbot.rattailproject.org/coverage/wuttjamaican/ .. _test coverage: https://buildbot.wuttaproject.org/coverage/wuttjamaican/
.. image:: https://img.shields.io/badge/linting-pylint-yellowgreen .. image:: https://img.shields.io/badge/linting-pylint-yellowgreen
:target: https://github.com/pylint-dev/pylint :target: https://github.com/pylint-dev/pylint
@ -36,9 +36,9 @@ Features
See also these projects which build on WuttJamaican: See also these projects which build on WuttJamaican:
* `WuttaWeb <https://rattailproject.org/docs/wuttaweb/>`_ - web app * `WuttaWeb <https://docs.wuttaproject.org/wuttaweb/>`_ - web app
framework framework
* `WuttaSync <https://rattailproject.org/docs/wuttasync/>`_ - data * `WuttaSync <https://docs.wuttaproject.org/wuttasync/>`_ - data
import/export and real-time sync import/export and real-time sync
* :doc:`wutta-continuum:index` - data versioning with * :doc:`wutta-continuum:index` - data versioning with
SQLAchemy-Continuum SQLAchemy-Continuum

View file

@ -48,7 +48,7 @@ def make_appdir(
""" """
Make the app dir for virtual environment Make the app dir for virtual environment
See also https://rattailproject.org/docs/wuttjamaican/glossary.html#term-app-dir See also https://docs.wuttaproject.org/wuttjamaican/glossary.html#term-app-dir
""" """
config = ctx.parent.wutta_config config = ctx.parent.wutta_config
app = config.get_app() app = config.get_app()