diff --git a/addon/flamenco/__init__.py b/addon/flamenco/__init__.py index d712c960..9249d43d 100644 --- a/addon/flamenco/__init__.py +++ b/addon/flamenco/__init__.py @@ -9,7 +9,7 @@ bl_info = { "blender": (3, 1, 0), "description": "Flamenco client for Blender.", "location": "Output Properties > Flamenco", - "doc_url": "https://www.flamenco.io/", + "doc_url": "https://flamenco.blender.org/", "category": "System", "support": "COMMUNITY", "warning": "This is version 3.0-dev0 of the add-on, which is not a stable release", diff --git a/web/README-static.md b/web/README-static.md index 4df798a1..649cdcca 100644 --- a/web/README-static.md +++ b/web/README-static.md @@ -12,7 +12,7 @@ has something to work with, even before any static files have been built. # Running static flamenco.io site locally -[Flamenco.io](https://www.flamenco.io/) runs off of [Hugo](https://gohugo.io/). +The [Flamenco website](https://flamenco.blender.org/) runs off of [Hugo](https://gohugo.io/). Hugo is automatically installed when running `make with-deps`, but you can also [manually install Hugo](https://gohugo.io/getting-started/installing/).