Skip to content

Commit ba5e1b3

Browse files
authored
Make link an intra-doc link
1 parent 38681b1 commit ba5e1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repo.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2137,7 +2137,7 @@ impl Repository {
21372137
///
21382138
/// For compatibility with git, the repository is put into a merging state.
21392139
/// Once the commit is done (or if the user wishes to abort), you should
2140-
/// clear this state by calling `cleanup_state()`.
2140+
/// clear this state by calling [`cleanup_state()`][Repository::cleanup_state].
21412141
pub fn merge(
21422142
&self,
21432143
annotated_commits: &[&AnnotatedCommit<'_>],

0 commit comments

Comments
 (0)