From 7ea289074dbc28f0e6169373b3b5305da0d7a8be Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 13 Mar 2023 21:14:13 +0100 Subject: [PATCH] Fix broken link in Running_the_Examples.md --- docs/guides/Running_the_Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/Running_the_Examples.md b/docs/guides/Running_the_Examples.md index 754fbad2..d12a2001 100644 --- a/docs/guides/Running_the_Examples.md +++ b/docs/guides/Running_the_Examples.md @@ -67,4 +67,4 @@ and redraw your interface. Now that you're up and running, take a minute to tweak the GainPlugin React application to get a sense of the workflow! When you're done, let's move on to -the next step, [adding React-JUCE to your own project](New_Project.md). +the next step, [adding React-JUCE to your own project](Integrating_Your_Project.md).