Change website

This commit is contained in:
Paul Ferrand 2025-03-17 21:09:53 +01:00
parent 93da042624
commit 99499a89ca
4 changed files with 9 additions and 9 deletions

View file

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

View file

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

View file

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

View file

@ -277,7 +277,7 @@ void SAboutDialog::valueChanged(CControl *ctl)
break;
Call::later([]() {
openURLWithExternalProgram("https://sfz.tools/sfizz/");
openURLWithExternalProgram("https://sfztools.github.io/sfizz/");
});
break;