Change flamenco.io → flamenco.blender.org in a few places

Update the add-on's documentation URL and the README for the static website
so that they refer to https://flamenco.blender.org/
This commit is contained in:
Sybren A. Stüvel 2022-07-25 16:10:39 +02:00
parent c1a728dc2f
commit 76f99d9f7d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ bl_info = {
"blender": (3, 1, 0), "blender": (3, 1, 0),
"description": "Flamenco client for Blender.", "description": "Flamenco client for Blender.",
"location": "Output Properties > Flamenco", "location": "Output Properties > Flamenco",
"doc_url": "https://www.flamenco.io/", "doc_url": "https://flamenco.blender.org/",
"category": "System", "category": "System",
"support": "COMMUNITY", "support": "COMMUNITY",
"warning": "This is version 3.0-dev0 of the add-on, which is not a stable release", "warning": "This is version 3.0-dev0 of the add-on, which is not a stable release",

View File

@ -12,7 +12,7 @@ has something to work with, even before any static files have been built.
# Running static flamenco.io site locally # 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/). Hugo is automatically installed when running `make with-deps`, but you can also [manually install Hugo](https://gohugo.io/getting-started/installing/).