X Tutup
Skip to content

Commit 7519421

Browse files
committed
fix link to code in project-layout doc
Update link to code so it matches given example in doc: `gh help issue list`.
1 parent 156872c commit 7519421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/project-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ commands is:
2424
pkg/cmd/<command>/<subcommand>/<subcommand>.go
2525
```
2626
Following the above example, the main implementation for the `gh issue list` command, including its help
27-
text, is in [pkg/cmd/issue/view/view.go](../pkg/cmd/issue/view/view.go)
27+
text, is in [pkg/cmd/issue/list/list.go](../pkg/cmd/issue/list/list.go)
2828

2929
Other help topics not specific to any command, for example `gh help environment`, are found in
3030
[pkg/cmd/root/help_topic.go](../pkg/cmd/root/help_topic.go).

0 commit comments

Comments
 (0)
X Tutup