Skip to content

Commit bf11542

Browse files
committed
Updates README.md with better link to docs
1 parent e484973 commit bf11542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ end
4545

4646
In the above example, we:
4747

48-
1. Use the native `system` plugin. This gives us access to an instance of [GitCommander::System] inside of our `on_run` block.
48+
1. Use the native `system` plugin. This gives us access to an instance of [System](/docs/GitCommander/System) inside of our `on_run` block.
4949
2. Creates a new `git cmd current :base_branch` command and runs everything in the `on_run` block when we execute it (passing the `:base_branch` in the `options`)
5050

5151
`cmd` can configure multiple `argument`, `flag`, `switch` options, and a `default: 'some value'` can be set for any.

0 commit comments

Comments
 (0)