We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff47da6 commit 8709531Copy full SHA for 8709531
1 file changed
README.md
@@ -99,7 +99,7 @@ const go = await install("go.dev");
99
100
### Designed for Composibility
101
102
-The library is split into [plumbing] and [porcelain] (copying git’s lead).
+The library is split into [plumbing](src/plumbing) and [porcelain](src/porcelain) (copying git’s lead).
103
The porcelain is what most people need, but if you need more control, dive
104
into the porcelain sources to see how to use the plumbing primitives to get
105
precisely what you need.
0 commit comments