mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 10:05:33 +00:00
docs: Fix repo file links
This commit is contained in:
parent
29c8a3bef9
commit
f72ddfb09d
9 changed files with 12 additions and 12 deletions
|
@ -24,7 +24,7 @@ Code examples from this section are included in the
|
|||
|code_examples/extensions|_ directory of the Yosys source code.
|
||||
|
||||
.. |code_examples/extensions| replace:: :file:`docs/source/code_examples/extensions`
|
||||
.. _code_examples/extensions: https://github.com/YosysHQ/yosys/tree/krys/docs/docs/source/code_examples/extensions
|
||||
.. _code_examples/extensions: https://github.com/YosysHQ/yosys/tree/master/docs/source/code_examples/extensions
|
||||
|
||||
|
||||
Program components and data formats
|
||||
|
@ -254,7 +254,7 @@ The following is the complete code of the "stubnets" example module. It is
|
|||
included in the Yosys source distribution under |code_examples/stubnets|_.
|
||||
|
||||
.. |code_examples/stubnets| replace:: :file:`docs/source/code_examples/stubnets`
|
||||
.. _code_examples/stubnets: https://github.com/YosysHQ/yosys/tree/krys/docs/docs/source/code_examples/stubnets
|
||||
.. _code_examples/stubnets: https://github.com/YosysHQ/yosys/tree/master/docs/source/code_examples/stubnets
|
||||
|
||||
.. literalinclude:: /code_examples/stubnets/stubnets.cc
|
||||
:language: c++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue