Skip to content

Commit 8c8971b

Browse files
authored
Fix broken links in README.md
1 parent 1339564 commit 8c8971b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,20 +127,20 @@ Some demos are working, some seem to cause trouble.
127127

128128
### Working demos
129129

130-
* [`2bit_half_adder.logic.json`](2bit_half_adder.logic.json): 2-bit half adder; ([Wokwi demo project](https://wokwi.com/projects/341979369318646355))
130+
* [`2bit_half_adder.logic.json`](./demos/2bit_half_adder.logic.json): 2-bit half adder; ([Wokwi demo project](https://wokwi.com/projects/341979369318646355))
131131

132-
* [`2bit_full_adder.logic.json`](2bit_full_adder.logic.json): 2-bit full adder; ([Wokwi demo project](https://wokwi.com/projects/341985679348073043))
132+
* [`2bit_full_adder.logic.json`](./demos/2bit_full_adder.logic.json): 2-bit full adder; ([Wokwi demo project](https://wokwi.com/projects/341985679348073043))
133133

134-
* [`2bit_and.logic.json`](2bit_and.logic.json): 2-bit AND ([Wokwi demo project](https://wokwi.com/projects/341992203508253267)); (as simple as an AND gate, but generated using a truth table)
134+
* [`2bit_and.logic.json`](./demos/2bit_and.logic.json): 2-bit AND ([Wokwi demo project](https://wokwi.com/projects/341992203508253267)); (as simple as an AND gate, but generated using a truth table)
135135

136-
* [`2bit_or.logic.json`](2bit_or.logic.json): 2-bit OR ([Wokwi demo project](https://wokwi.com/projects/341992743611925075)); (as simple as an OR gate, but generated using a truth table)
136+
* [`2bit_or.logic.json`](./demos/2bit_or.logic.json): 2-bit OR ([Wokwi demo project](https://wokwi.com/projects/341992743611925075)); (as simple as an OR gate, but generated using a truth table)
137137

138138

139139
### Non-working demos
140140

141-
* [`limited-ascii_7segment_lut.logic.json`](limited-ascii_7segment_lut.logic.json): limited ASCII character range to 7-segment Wokwi display; ([basic Wokwi demo project](https://wokwi.com/projects/341987347359859282), [advanced Wokwi demo project](https://wokwi.com/projects/341989925253546578) cycling through the character set with an Arduino disclosing encoding errors)
141+
* [`limited-ascii_7segment_lut.logic.json`](./demos/limited-ascii_7segment_lut.logic.json): limited ASCII character range to 7-segment Wokwi display; ([basic Wokwi demo project](https://wokwi.com/projects/341987347359859282), [advanced Wokwi demo project](https://wokwi.com/projects/341989925253546578) cycling through the character set with an Arduino disclosing encoding errors)
142142

143-
* [`4bit-popcount.json`](4bit-popcount.json): 4-bit popcount (makes the generator hang up)
143+
* [`4bit-popcount.json`](./demos/4bit-popcount.json): 4-bit popcount (makes the generator hang up)
144144

145145

146146
## Termination of unsed gate inputs

0 commit comments

Comments
 (0)