3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-25 18:15:34 +00:00

chore: fix master branch refs

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2024-03-24 00:41:40 -04:00
parent d73f71e813
commit b57a803f60
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
17 changed files with 24 additions and 24 deletions

View file

@ -405,7 +405,7 @@ those cases selection variables must be used to capture more complex selections.
Example code from |code_examples/selections|_:
.. |code_examples/selections| replace:: :file:`docs/source/code_examples/selections`
.. _code_examples/selections: https://github.com/YosysHQ/yosys/tree/master/docs/source/code_examples/selections
.. _code_examples/selections: https://github.com/YosysHQ/yosys/tree/main/docs/source/code_examples/selections
.. literalinclude:: /code_examples/selections/select.v
:language: verilog