Skip to content

Commit fb1a896

Browse files
skarimCopilot
andauthored
docs cleanup suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 08dc2da commit fb1a896

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This project uses GitHub issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue.
66

7-
For help or questions about using this project, please use GitHib discussions. Add a comment to an existing post or create a new discussion post.
7+
For help or questions about using this project, please use GitHub Discussions. Add a comment to an existing post or create a new discussion post.
88

99
**gh-stack** is under active development and maintained by GitHub staff. We will do our best to respond to support, feature requests, and community questions in a timely manner.
1010

docs/src/content/docs/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ A stacked PR is a pull request that is part of an ordered chain of PRs, where ea
1414
You can create a stack using the `gh stack` CLI:
1515

1616
```sh
17-
gh stack init
17+
gh stack init auth-layer
1818
# ... make commits on the first branch ...
19-
gh stack add auth-layer
20-
# ... make commits ...
2119
gh stack add api-routes
2220
# ... make commits ...
21+
gh stack add request-validation
22+
# ... make commits ...
2323
gh stack submit
2424
```
2525

docs/src/content/docs/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ This shows all branches, their PR links, statuses, and the most recent commit on
8989

9090
## What's Next?
9191

92-
- [Working with Stacked PRs](/gh-stack/guides/using-prs/) — Learn about the PR review and merge experience
92+
- [Working with Stacked PRs](/gh-stack/guides/stacked-prs/) — Learn about the PR review and merge experience
9393
- [Typical Workflows](/gh-stack/guides/workflows/) — Common patterns for day-to-day use
9494
- [CLI Reference](/gh-stack/reference/cli/) — Full command documentation

0 commit comments

Comments
 (0)