From 76f99d9f7d8c8a3b643706f589890bd05c132358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 25 Jul 2022 16:10:39 +0200 Subject: [PATCH] =?UTF-8?q?Change=20flamenco.io=20=E2=86=92=20flamenco.ble?= =?UTF-8?q?nder.org=20in=20a=20few=20places?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the add-on's documentation URL and the README for the static website so that they refer to https://flamenco.blender.org/ --- addon/flamenco/__init__.py | 2 +- web/README-static.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/).