From cd688c71973be2011da5075a81f418b17fed2ef7 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 21 Apr 2021 00:32:01 -0400 Subject: [PATCH] Update manual URL. --- PluginDevelopmentTutorial.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PluginDevelopmentTutorial.md b/PluginDevelopmentTutorial.md index 6c704d9..13b941d 100644 --- a/PluginDevelopmentTutorial.md +++ b/PluginDevelopmentTutorial.md @@ -115,7 +115,7 @@ Then add the following code to the `process()` function, which is called every a // Compute the sine output float sine = std::sin(2.f * M_PI * phase); // Audio signals are typically +/-5V - // https://manual.vcvrack.com/VoltageStandards + // https://vcvrack.com/manual/VoltageStandards outputs[SINE_OUTPUT].setVoltage(5.f * sine); // Blink light at 1Hz diff --git a/README.md b/README.md index 18a146d..de85f6d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VCV Manual -Markdown source repo for https://manual.vcvrack.com/ +Markdown source repo for https://vcvrack.com/manual/ ## License