Skip to content

Commit 0a5afb5

Browse files
committed
fix a broken link
1 parent 9896c3a commit 0a5afb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

01_data_structures.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ <h2>Code</h2>
400400
<li id="fn:2">
401401
Ken&rsquo;s algorithm generates a finite state machine<a href="#fnref:2" rev="footnote">&#8617;</a></li>
402402
<li id="fn:3">
403-
Alex recommended to me Marvin Minsky&rsquo;s <a href="minsky-computation">&ldquo;Computation: Finite and Infinite Machines&rdquo;</a>
403+
Alex recommended to me Marvin Minsky&rsquo;s <a href="https://dl.acm.org/doi/book/10.5555/1095587">&ldquo;Computation: Finite and Infinite Machines&rdquo;</a>
404404
to learn more about these topics.
405405
It is a fantastic book which explores theory of computation, including finite state machines, neural networks,
406406
and Turing machines from a philosophical and mathematical perspective.<a href="#fnref:3" rev="footnote">&#8617;</a></li>

01_data_structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ not be a miracle.
8787
We should be writing basic code, character by character, identical.
8888
Imagine how wonderful it would be if you could understand what someone else wrote.
8989

90-
[^minsky]: Alex recommended to me Marvin Minsky's ["Computation: Finite and Infinite Machines"](minsky-computation)
90+
[^minsky]: Alex recommended to me Marvin Minsky's ["Computation: Finite and Infinite Machines"][minsky-computation]
9191
to learn more about these topics.
9292
It is a fantastic book which explores theory of computation, including finite state machines, neural networks,
9393
and Turing machines from a philosophical and mathematical perspective.

0 commit comments

Comments
 (0)