Skip to content

Commit 268b56e

Browse files
committed
Fix some links in README
1 parent 2e1af69 commit 268b56e

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
@@ -2,7 +2,7 @@
22

33
This library is the next generation of the NoBuild idea. "nob" stands for "nobuild", but it's shorter and more suitable as a prefix for a library.
44

5-
For my previous iteration on this idea see [https://github.com/tsoding/nobuild], but I do not recommend to use it.
5+
For my previous iteration on this idea see [https://github.com/tsoding/nobuild](https://github.com/tsoding/nobuild), but I do not recommend to use it.
66

77
## NoBuild Idea
88

@@ -12,7 +12,7 @@ The idea is that you should not need anything but a C compiler to build a C proj
1212

1313
I'm not sure if this is even a good idea myself. This is why I'm implementing it. This is a research project. I'm not making any claims about suitability of this approach to any project.
1414

15-
Right now I'm actively using nob in a variety of my C projects at [https://github.com/tsoding/]. It works quite well for me there.
15+
Right now I'm actively using nob in a variety of my C projects at [https://github.com/tsoding/](https://github.com/tsoding/). It works quite well for me there.
1616

1717
## It's likely Not Suitable for Your Project
1818

0 commit comments

Comments
 (0)