Skip to content

Commit 2186cf3

Browse files
committed
fix: Cookbook and Thoughts links in README
1 parent e9f3f75 commit 2186cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,11 @@ func main() {
267267

268268
The concurrency pattern abstractions in `conpats` can be easily combined with each other.
269269

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).
271271

272272
## Thoughts & Notes
273273

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).
275275

276276
## Status
277277

0 commit comments

Comments
 (0)