We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ab77e commit 200521aCopy full SHA for 200521a
README.md
@@ -306,7 +306,7 @@ $ myscript something
306
The generated script will look for an executable named `myscript-something`
307
in the path. If found, it will be called.
308
309
-See the [extensible example](examples/extensible)
+See the [extensible example](examples/extensible).
310
311
312
### Delegate Mode (`extensible: <executable name>`)
@@ -336,7 +336,7 @@ $ mygit status
336
337
The generated script will execute `git status`.
338
339
-See the [extensible-delegate example](examples/extensible-delegate)
+See the [extensible-delegate example](examples/extensible-delegate).
340
341
342
0 commit comments