We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c45728 commit ddd9adfCopy full SHA for ddd9adf
docs/rebasing.md
@@ -54,11 +54,11 @@ git log -n --pretty=format:'%h %an %G? %s'
54
You should see `G` (valid signature). If you experience signing issues, read [Signing Guide](signing.md)
55
56
## Handling Conflicts:
57
-If conflicts occur during rebase, See [Merge Conflict Guide](signing.md) for detailed guidance.
+If conflicts occur during rebase, See [Merge Conflict Guide](merge_conflicts.md) for detailed guidance.
58
59
> ⚠️ **Regularly** rebase your branch to avoid merge conflicts
60
61
### Helpful Resources
62
- [Signing Guide](signing.md)
63
-- [Rebasing Guide](rebasing.md)
+- [Workflow Guide](workflow.md)
64
- [Discord](discord.md)
0 commit comments