From 75cb1bef8e4960201e77c15f8f028df5243e52c1 Mon Sep 17 00:00:00 2001 From: Simeon J Morgan Date: Fri, 3 May 2024 20:55:40 +1000 Subject: [PATCH] Update django-bakery doc link in README.md (#94) Update the link to the `django-bakery` documentation to point to the project's new documentation locations. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ea8642..a27549d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A set of helpers for baking your Django Wagtail site out as flat files. [![Version](https://img.shields.io/pypi/v/wagtail-bakery.svg)](https://pypi.python.org/pypi/wagtail-bakery/) [![Monthly downloads](https://img.shields.io/pypi/dm/wagtail-bakery.svg?logo=Downloads)](https://pypi.python.org/pypi/wagtail-bakery/) -Wagtail-bakery is built on top of [Django bakery](https://github.com/datadesk/django-bakery). Please read their [documentation](https://django-bakery.readthedocs.io/en/latest/) for detailed configuration and how to build default Django flat files. Yes. Wagtail-bakery is not limited to build Wagtail pages specifically, mixed content is possible! +Wagtail-bakery is built on top of [Django bakery](https://github.com/datadesk/django-bakery). Please read their [documentation](https://palewi.re/docs/django-bakery/) for detailed configuration and how to build default Django flat files. Yes. Wagtail-bakery is not limited to build Wagtail pages specifically, mixed content is possible! ## Links