From bb7ebec38cc78f398eecc2a10df1f64b278e5564 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:11:53 +1300 Subject: [PATCH] guidelines: fix paths to moved files --- guidelines/GettingStarted | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guidelines/GettingStarted b/guidelines/GettingStarted index d27b285fc..110f63185 100644 --- a/guidelines/GettingStarted +++ b/guidelines/GettingStarted @@ -191,8 +191,8 @@ Example Code The following yosys commands are a good starting point if you are looking for examples of how to use the Yosys API: - docs/source/CHAPTER_Prog/stubnets.cc - manual/PRESENTATION_Prog/my_cmd.cc + docs/source/code_examples/stubnets/stubnets.cc + docs/resources/PRESENTATION_Prog/my_cmd.cc Script Passes