From 55bfc8db88f60984114dd3176d643ff16109cee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 7 Feb 2023 17:41:26 +0100 Subject: [PATCH] Website: update URLs to point to projects.blender.org --- web/project-website/content/_index.md | 2 +- .../content/development/flamenco-api/_index.md | 2 +- .../content/development/get-involved/_index.md | 6 +++--- web/project-website/content/download/_index.md | 8 ++++---- web/project-website/content/faq/_index.md | 2 +- web/project-website/content/usage/job-types/_index.md | 2 +- web/project-website/content/what-is-new/_index.md | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/web/project-website/content/_index.md b/web/project-website/content/_index.md index 5b4036ab..9234388c 100644 --- a/web/project-website/content/_index.md +++ b/web/project-website/content/_index.md @@ -62,7 +62,7 @@ Your data is yours, and yours alone. ### Robust Technology The core of Flamenco is build using Go and SQLite. Check out the sources on -[developer.blender.org](https://developer.blender.org/project/profile/58/). +[projects.blender.org](https://projects.blender.org/studio/flamenco). <---> diff --git a/web/project-website/content/development/flamenco-api/_index.md b/web/project-website/content/development/flamenco-api/_index.md index f2782028..2e9e3cbe 100644 --- a/web/project-website/content/development/flamenco-api/_index.md +++ b/web/project-website/content/development/flamenco-api/_index.md @@ -9,7 +9,7 @@ the top-right corner of Flamenco's web interface. The definition itself can be found in [pkg/api/flamenco-openapi.yaml][OAPI-YAML] in the source code. [OAPI]: https://swagger.io/specification/ -[OAPI-YAML]: https://developer.blender.org/diffusion/F/browse/main/pkg/api/flamenco-openapi.yaml +[OAPI-YAML]: https://projects.blender.org/studio/flamenco/src/branch/main/pkg/api/flamenco-openapi.yaml ## Using the API diff --git a/web/project-website/content/development/get-involved/_index.md b/web/project-website/content/development/get-involved/_index.md index 597b4209..98ae23b3 100644 --- a/web/project-website/content/development/get-involved/_index.md +++ b/web/project-website/content/development/get-involved/_index.md @@ -9,11 +9,11 @@ Join the community on the [#flamenco channel][chat] of Blender Chat do discuss development topics. New faces are always welcome! {{< button size="large" relref="/development/getting-started" >}}Get Started Developing Flamenco{{< /button >}} -{{< button size="large" href="https://developer.blender.org/maniphest/task/edit/form/14/?tags=Flamenco" >}}Report a Bug{{< /button >}} +{{< button size="large" href="https://projects.blender.org/studio/flamenco/issues/new?template=.gitea%2fissue_template%2fbug.yaml" >}}Report a Bug{{< /button >}} If you want to know what kind of work can be done, take a look at the [workboard][workboard]. -[project]: https://developer.blender.org/project/profile/58/ -[workboard]: https://developer.blender.org/project/board/58/ +[project]: https://projects.blender.org/studio/flamenco +[workboard]: https://projects.blender.org/studio/flamenco/issues [chat]: https://blender.chat/channel/flamenco diff --git a/web/project-website/content/download/_index.md b/web/project-website/content/download/_index.md index 974e1a2f..4d2fef77 100644 --- a/web/project-website/content/download/_index.md +++ b/web/project-website/content/download/_index.md @@ -30,15 +30,15 @@ afresh with the following steps: be upgraded. Read the beta announcement at the [Blender Studio blog][blog].
-Please report any issue at [developer.blender.org][bugs]. +Please report any issue at [project.blender.org][bugs]. [blog]: https://studio.blender.org/blog/announcing-flamenco-3-beta/ -[bugs]: https://developer.blender.org/project/profile/58/ +[bugs]: https://projects.blender.org/studio/flamenco/issues/new?template=.gitea%2fissue_template%2fbug.yaml {{< /hint >}} ## License Flamenco is Free and Open Source software, available under the -[GNU General Public License](https://developer.blender.org/diffusion/F/browse/main/LICENSE).
-Download the source code at [developer.blender.org](https://developer.blender.org/diffusion/F/). +[GNU General Public License](https://projects.blender.org/studio/flamenco/src/branch/main/LICENSE).
+Download the source code at [projects.blender.org](https://projects.blender.org/studio/flamenco). diff --git a/web/project-website/content/faq/_index.md b/web/project-website/content/faq/_index.md index 55f562fc..7ec732ad 100644 --- a/web/project-website/content/faq/_index.md +++ b/web/project-website/content/faq/_index.md @@ -19,7 +19,7 @@ themselves. If you do, please [report a bug][bug]. [twovars]: {{< ref "usage/variables/multi-platform" >}} [studio]: https://studio.blender.org/ -[bug]: https://developer.blender.org/maniphest/task/edit/form/14/?tags=Flamenco +[bug]: https://projects.blender.org/studio/flamenco/issues/new?template=.gitea%2fissue_template%2fbug.yaml ## My Worker cannot find my Manager, what do I do? diff --git a/web/project-website/content/usage/job-types/_index.md b/web/project-website/content/usage/job-types/_index.md index 92cbcab2..29fdf3a2 100644 --- a/web/project-website/content/usage/job-types/_index.md +++ b/web/project-website/content/usage/job-types/_index.md @@ -57,7 +57,7 @@ Each job compiler has two parts to it: TODO: write more documentation. For now, you can refer to [the built-in job compiler scripts][built-in-scripts] as examples. -[built-in-scripts]: https://developer.blender.org/diffusion/F/browse/main/internal/manager/job_compilers/scripts/ +[built-in-scripts]: https://projects.blender.org/studio/flamenco/src/branch/main/internal/manager/job_compilers/scripts ## Task Types diff --git a/web/project-website/content/what-is-new/_index.md b/web/project-website/content/what-is-new/_index.md index 7f0ef6e9..b9358346 100644 --- a/web/project-website/content/what-is-new/_index.md +++ b/web/project-website/content/what-is-new/_index.md @@ -24,4 +24,4 @@ Compared to version 2, Flamenco 3: The more interesting changes between Flamenco 3 versions are listed in the [changelog][changelog]. -[changelog]: https://developer.blender.org/diffusion/F/browse/main/CHANGELOG.md +[changelog]: https://projects.blender.org/studio/flamenco/src/branch/main/CHANGELOG.md