Skip to content

Commit 35fd298

Browse files
committed
Documentation error corrected
Link to Turing Machines documentation was wrong
1 parent 4ce2cce commit 35fd298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/automatas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ What can do?
2828
- **[DFA Class & Examples](http://github.com/arhcoder/Pytomatas/blob/master/docs/dfa.md "DFA Class & Examples")**;
2929
- **[NFA Class & Examples](http://github.com/arhcoder/Pytomatas/blob/master/docs/nfa.md "NFA Class & Examples")**;
3030
- **[PDA Class & Examples](http://github.com/arhcoder/Pytomatas/blob/master/docs/pda.md "PDA Class & Examples")**;
31-
- **[TM Class & Examples](http://github.com/arhcoder/Pytomatas/blob/master/docs/pda.md "PDA Class & Examples")**;
31+
- **[TM Class & Examples](http://github.com/arhcoder/Pytomatas/blob/master/docs/tm.md "TM Class & Examples")**;
3232
- **[Safebox Example Project](http://github.com/arhcoder/Pytomatas/blob/master/docs/xsafebox.md "Safebox Example Project")**;
3333

3434
<hr>

0 commit comments

Comments
 (0)