Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/logic-design/canonical.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,6 @@ You can clearly see, if you set `F(1, 0) = 1`, you get a true value for any inpu

The following methods can be used to simplify the the Boolean function:

1. The [Karnaugh-map](https://learn.circuitverse.org/docs/maps.html) or K-map method.
1. The [Karnaugh-map](https://learn.circuitverse.org/docs/logic-design/kmaps) or K-map method.
1. The [NAND gate method](https://learn.circuitverse.org/docs/nand_gate_method.html).