You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,11 +267,11 @@ func main() {
267
267
268
268
The concurrency pattern abstractions in `conpats` can be easily combined with each other.
269
269
270
-
To see usage examples that are more complex and closer to real-world problems, check out the [Cookbook](/COOKBOOK.md).
270
+
To see usage examples that are more complex and closer to real-world problems, check out the [Cookbook](/cookbook.md).
271
271
272
272
## Thoughts & Notes
273
273
274
-
Making a small `Go` package has been an enlightening and interesting experience. As a result of this endeavor, I've jotted down some [final thoughts](/THOUGHTS_AND_NOTES.md).
274
+
Making a small `Go` package has been an enlightening and interesting experience. As a result of this endeavor, I've jotted down some [final thoughts](/thoughts.md).
0 commit comments