Skip to content

Commit

Permalink
Update wagtail domain name to wagtail.org
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Feb 1, 2022
1 parent 4ceb7e8 commit 267397d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ In Wagtail, using Kontrasto is much simpler:
- The result of dominant color extraction is cached, greatly improving performance.
- The above methods are directly available as template tags.

At least for now, this does mean using Kontrasto requires adding a field to a [custom image model](https://docs.wagtail.io/en/stable/advanced_topics/images/custom_image_model.html):
At least for now, this does mean using Kontrasto requires adding a field to a [custom image model](https://docs.wagtail.org/en/stable/advanced_topics/images/custom_image_model.html):

```python
from wagtail.images.models import (
Expand Down
2 changes: 1 addition & 1 deletion demo/home/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from modelcluster.fields import ParentalKey

# https://docs.wagtail.io/en/stable/advanced_topics/images/custom_image_model.html
# https://docs.wagtail.org/en/stable/advanced_topics/images/custom_image_model.html


class CustomImage(AbstractImage):
Expand Down

0 comments on commit 267397d

Please sign in to comment.