Skip to content

Commit 10570d5

Browse files
author
Christoph Prokop
committed
fix brackets (<< >> instead of [[ ]])
1 parent d8df3af commit 10570d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/C-git-commands/1-git-commands.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ There are two ways to get a Git repository. One is to copy it from an existing r
4343

4444
To take a directory and turn it into a new Git repository so you can start version controlling it, you can simply run `git init`.
4545

46-
We first introduce this in [[_getting_a_repo]], where we show creating a brand new repository to start working with.
46+
We first introduce this in <<_getting_a_repo>>, where we show creating a brand new repository to start working with.
4747

4848
We talk briefly about how you can change the default branch from ``master'' in <<_remote_branches>>.
4949

0 commit comments

Comments
 (0)