Skip to content

Commit 56b7ca3

Browse files
Feature: Corrected the link for Callback link.
1 parent 0ad562e commit 56b7ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Pure functional programming has a set of rules that one must follow:
7878

7979
A callback is some code that you pass to a given method, so that it can be called at a later time.
8080

81-
**Reference:** The source code for the Callback is present in [Callback.java](https://github.com/syedumerahmedcode/prefix/blob/master/trie/src/main/java/com/umer/javafunctional/callback/Callback.java) class.
81+
**Reference:** The source code for the Callback is present in [Callback.java](https://github.com/syedumerahmedcode/java-functional-programming/blob/master/trie/src/main/java/com/umer/javafunctional/callback/Callback.java) class.
8282

8383
## Explanation Consumer
8484

0 commit comments

Comments
 (0)