X Tutup
Skip to content

Commit 3b20dfc

Browse files
authored
Merge pull request cli#4299 from andrewhsu/fix-project-layout
fix link to code in project-layout doc
2 parents 156872c + 7519421 commit 3b20dfc

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