Skip to content

Commit 9dc055a

Browse files
committed
Fix broken docs link to stacked branches
Update references to the Stacked vs. Dependent documentation to use the new branch-management path instead of the old virtual-branches path. - Update Svelte CreateBranchModal component link to the new URL so the UI points users to the correct documentation. - Update Rust crate lib docs to reference the new documentation location so generated docs and inline comments link correctly.
1 parent edefb8a commit 9dc055a

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)