Skip to content

Commit 8d22d58

Browse files
authored
Merge pull request #10524 from jtaavola/fix-broken-link
fix: update broken stacked branches docs link
2 parents edefb8a + 9dc055a commit 8d22d58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/desktop/src/components/CreateBranchModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
>See more: <Link
233233
target="_blank"
234234
rel="noreferrer"
235-
href="https://docs.gitbutler.com/features/virtual-branches/stacked-branches"
235+
href="https://docs.gitbutler.com/features/branch-management/stacked-branches"
236236
>Stacked vs. Dependent</Link
237237
></span
238238
>

crates/but-workspace/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//! - GitButler implements the concept of a branch stack. This is essentially a collection of "heads"
1515
//! (pseudo branches) that contain each other.
1616
//! - Always contains at least one branch.
17-
//! - High level documentation here: <https://docs.gitbutler.com/features/virtual-branches/stacked-branches>
17+
//! - High level documentation here: <https://docs.gitbutler.com/features/branch-management/stacked-branches>
1818
//! * **Target Branch**
1919
//! - The branch every stack in the workspace wants to get merged into.
2020
//! - It's usually a local tracking branch, but doesn't have to if no Git *remote* is associated with it.

0 commit comments

Comments
 (0)