diff --git a/docs/index.rst b/docs/index.rst
index f61d77d..eccf09f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -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
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
:target: https://github.com/pylint-dev/pylint
@@ -36,9 +36,9 @@ Features
See also these projects which build on WuttJamaican:
-* `WuttaWeb `_ - web app
+* `WuttaWeb `_ - web app
framework
-* `WuttaSync `_ - data
+* `WuttaSync `_ - data
import/export and real-time sync
* :doc:`wutta-continuum:index` - data versioning with
SQLAchemy-Continuum
diff --git a/src/wuttjamaican/cli/make_appdir.py b/src/wuttjamaican/cli/make_appdir.py
index 33a7c81..4eaec5c 100644
--- a/src/wuttjamaican/cli/make_appdir.py
+++ b/src/wuttjamaican/cli/make_appdir.py
@@ -48,7 +48,7 @@ def make_appdir(
"""
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
app = config.get_app()