Website: update URLs to point to projects.blender.org

This commit is contained in:
Sybren A. Stüvel 2023-02-07 17:41:26 +01:00
parent ff41db802f
commit 55bfc8db88
7 changed files with 12 additions and 12 deletions

View File

@ -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).
<--->

View File

@ -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

View File

@ -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

View File

@ -30,15 +30,15 @@ afresh with the following steps:
be upgraded.
Read the beta announcement at the [Blender Studio blog][blog].<br>
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).<br>
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).<br>
Download the source code at [projects.blender.org](https://projects.blender.org/studio/flamenco).

View File

@ -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?

View File

@ -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

View File

@ -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