Skip to content

Commit a633eba

Browse files
committed
Update README.md
1 parent 01e2439 commit a633eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Simple and easy to understand code examples for most of the Concurrent APIs prov
1414
- [Thread States](./notes/thread-states.md) - [[code](./src/com/codecafe/concurrency/thread/basics/designathread/ThreadStates.java)]
1515
- [Thread Termination](./src/com/codecafe/concurrency/thread/basics/Main.java)
1616
- [Thread Signalling](./src/com/codecafe/concurrency/threadsignalling)
17-
- [Daemon Threads](./notes/daemon-threads.md) - [[code](./src/com/codecafe/concurrency/thread/daemonthreads)]
17+
- [Daemon Threads](./notes/daemon-threads.md) - [[code](./src/com/codecafe/concurrency/thread/daemonthreads/Main.java)]
1818

1919
#### Thread synchronization and locks
2020
- [The `synchronized` keyword](./src/com/codecafe/concurrency/_synchronized)

0 commit comments

Comments
 (0)