aboutsummaryrefslogtreecommitdiffstats
path: root/guidelines/GettingStarted
diff options
context:
space:
mode:
authorKrystalDelusion <krystinedawn@yosyshq.com>2022-12-19 10:42:21 +1300
committerKrystalDelusion <krystinedawn@yosyshq.com>2022-12-19 10:42:21 +1300
commitf2a4e5f1a077e7980598114adf33951132e60785 (patch)
tree776119ff9b1e4095b30fa63f8e7b5e313970911e /guidelines/GettingStarted
parentf33a21eea4f63f19f467abc23aa903db85dbae0b (diff)
downloadyosys-f2a4e5f1a077e7980598114adf33951132e60785.tar.gz
yosys-f2a4e5f1a077e7980598114adf33951132e60785.tar.bz2
yosys-f2a4e5f1a077e7980598114adf33951132e60785.zip
Fixing other references to the manual
And files that were in the directory.
Diffstat (limited to 'guidelines/GettingStarted')
-rw-r--r--guidelines/GettingStarted2
1 files changed, 1 insertions, 1 deletions
diff --git a/guidelines/GettingStarted b/guidelines/GettingStarted
index fcc84c153..d27b285fc 100644
--- a/guidelines/GettingStarted
+++ b/guidelines/GettingStarted
@@ -191,7 +191,7 @@ Example Code
The following yosys commands are a good starting point if you are looking for examples
of how to use the Yosys API:
- manual/CHAPTER_Prog/stubnets.cc
+ docs/source/CHAPTER_Prog/stubnets.cc
manual/PRESENTATION_Prog/my_cmd.cc