Skip to content

Commit afd31b6

Browse files
committed
Fix broken link in Readme
1 parent 7d14c03 commit afd31b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.org

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ Some programs utilize command-line arguments. Remember, if you ever see =int mai
3030
- [[https://github.com/Babkock/learning/blob/master/point/linklist.c][Linked list]] with [[https://github.com/Babkock/learning/blob/master/point/linkpush.c][push]] and [[https://github.com/Babkock/learning/blob/master/point/linkpop.c][pop]] functions
3131
- [[https://github.com/Babkock/learning/blob/master/etc/curses.c][Simple Ncurses program]] that writes vertically in the terminal
3232
- [[https://github.com/Babkock/learning/blob/master/thread/threads.c][Threads]] with [[https://github.com/Babkock/learning/blob/master/thread/mutex.c][mutex]]
33-
- [[https://github.com/Babkock/learning/blob/master/point/hashmap.c][Hash map]] and [[https://github.com/Babkock/learning/blob/master/thread/hashtable.c][hash table]]
33+
- [[https://github.com/Babkock/learning/blob/master/point/hashmap.c][Hash map]] and [[https://github.com/Babkock/learning/blob/master/point/hashtable.c][hash table]]
3434
- [[https://github.com/Babkock/learning/blob/master/time.c][Time calculator]]
3535
- [[https://github.com/Babkock/learning/blob/master/sys/shell.c][Simple shell]]
36-
- [[https://github.com/Babkock/learning/-/blob/master/sys/symlink.c][Symbolic links]]
36+
- [[https://github.com/Babkock/learning/blob/master/sys/symlink.c][Symbolic links]]
3737
- [[https://github.com/Babkock/learning/blob/master/bits.c][Bitwise operations]]
3838
- [[https://github.com/Babkock/learning/blob/master/point/bitfield.c][Bit field]]
3939

4040
Thanks for checking these out.
41+

0 commit comments

Comments
 (0)