From 99499a89ca6698ce90059664e138c4f4477c3146 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Mon, 17 Mar 2025 21:09:53 +0100 Subject: [PATCH] Change website --- CHANGELOG.md | 4 ++-- CONTRIBUTING.md | 4 ++-- README.md | 8 ++++---- plugins/editor/src/editor/DlgAbout.cpp | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f72c69..40da616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -129,7 +129,7 @@ This project tries to adhere to [Semantic Versioning][2]. a 16-out version (as 8 stereo outs) (#1002) - The `emscripten` branch allows to run sfizz through WASM for your web-oriented needs. An example with WebMidi - is available at https://sfz.tools/sfizz-webaudio/ + is available at https://sfztools.github.io/sfizz-webaudio/ (requires a Chromium-based browser), with source code at https://github.com/sfztools/sfizz-webaudio. - sfizz can now parse embedded samples in base64 data (#1041) @@ -297,7 +297,7 @@ This project tries to adhere to [Semantic Versioning][2]. ## [1.0.0] - 2021-04-16 - SFZ v1 is virtually supported except for a handful of opcodes. - Please check https://sfz.tools/sfizz/development/status/ + Please check https://sfztools.github.io/sfizz/development/status/ for the up-to-date status of opcode support. - It is now possible to build sfizz without relying on libsndfile, using a set of libraries. This is now the default build mode. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f3823e..ceae9e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -213,11 +213,11 @@ For now the usage is a bit hand-made, as it requires the [sfizz-render] program The logger outputs CSV files for the rendering and file-loading processes. The file `scripts/performance_report.py` is made to process and produce a nice interactive report from this data. -[build]: https://sfz.tools/sfizz/development/build/ +[build]: https://sfztools.github.io/sfizz/development/build/ [benchmark]: https://github.com/google/benchmark [sfizz-render]: https://github.com/sfztools/sfizz-render [GOVERNANCE]: GOVERNANCE.md -[api]: https://sfz.tools/sfizz/api/ +[api]: https://sfztools.github.io/sfizz/api/ [RAII]: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#S-resource [CppCoreGuidelines]: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines [Catch]: https://github.com/catchorg/Catch2 diff --git a/README.md b/README.md index b74ca64..1887845 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,14 @@ Other than some of sfizz library dependencies, the UI uses: [LV2]: https://lv2plug.in/ [GLSL-Color-Spaces]: https://github.com/tobspr/GLSL-Color-Spaces/ [stb_image]: https://github.com/nothings/stb/ -[our website]: https://sfz.tools/sfizz/ -[our wiki]: https://sfz.tools/sfizz-wiki/ +[our website]: https://sfztools.github.io/sfizz/ +[our wiki]: https://sfztools.github.io/sfizz-wiki/ [releases]: https://github.com/sfztools/sfizz/releases/ [Carla]: https://kx.studio/Applications:Carla [Ardour]: https://ardour.org/ -[API]: https://sfz.tools/sfizz/api/ +[API]: https://sfztools.github.io/sfizz/api/ [Open Collective]: https://opencollective.com/sfztools -[build from source]: https://sfz.tools/sfizz/development/build/ +[build from source]: https://sfztools.github.io/sfizz/development/build/ [Discord Badge Image]: https://img.shields.io/discord/587748534321807416?label=discord&logo=discord [build actions]: https://github.com/sfztools/sfizz-ui/actions/workflows/build.yml/badge.svg?branch=develop [build obs]: https://build.opensuse.org/projects/home:sfztools:sfizz:develop/packages/sfizz/badge.svg diff --git a/plugins/editor/src/editor/DlgAbout.cpp b/plugins/editor/src/editor/DlgAbout.cpp index 610df6d..05c0d58 100644 --- a/plugins/editor/src/editor/DlgAbout.cpp +++ b/plugins/editor/src/editor/DlgAbout.cpp @@ -277,7 +277,7 @@ void SAboutDialog::valueChanged(CControl *ctl) break; Call::later([]() { - openURLWithExternalProgram("https://sfz.tools/sfizz/"); + openURLWithExternalProgram("https://sfztools.github.io/sfizz/"); }); break;