Skip to content

Commit d8df3af

Browse files
committed
Merge pull request #154 from mminer/master
Fix link to Git Aliases page
2 parents ef9e4d4 + 8ce875a commit d8df3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/submodules.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ Here we can see that we're defining a function in a submodule and calling it in
721721

722722
===== Useful Aliases
723723

724-
You may want to set up some aliases for some of these commands as they can be quite long and you can't set configuration options for most of them to make them defaults. We covered setting up Git aliases in [[_git_aliases]], but here is an example of what you may want to set up if you plan on working with submodules in Git a lot.
724+
You may want to set up some aliases for some of these commands as they can be quite long and you can't set configuration options for most of them to make them defaults. We covered setting up Git aliases in <<_git_aliases>>, but here is an example of what you may want to set up if you plan on working with submodules in Git a lot.
725725

726726
[source,console]
727727
----

0 commit comments

Comments
 (0)