Skip to content

Commit 0f8121d

Browse files
committed
Fix navigation per @thgaskell
1 parent bc6088f commit 0f8121d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

guides/cloning/gh-two-factor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: GitHub Two Factor Auth Guide
55
description: How to clone with GitHub Two Factor Authorization
66
---
77

8-
**In order to run examples, you will need to [Install NodeGit](../../install/basics)
8+
**In order to run examples, you will need to [Install NodeGit](../../install)
99
first.**
1010

1111
[Return to all guides](../../)

guides/cloning/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: HTTP/HTTPS Guide
55
description: How to clone with HTTP/HTTPS
66
---
77

8-
**In order to run examples, you will need to [Install NodeGit](../../install/basics)
8+
**In order to run examples, you will need to [Install NodeGit](../install)
99
first.**
1010

1111
[Return to all guides](../)

guides/cloning/ssh-with-agent/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: SSH w/ Agent Guide
55
description: How to clone with SSH using an agent
66
---
77

8-
**In order to run examples, you will need to [Install NodeGit](../../install/basics)
8+
**In order to run examples, you will need to [Install NodeGit](../../install)
99
first.**
1010

1111
[Return to all guides](../../)

guides/install/from-source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Note that GCC/G++ 4.7+ are required, as the library makes use of some c++11 std
5454
- [Download and install Python 2](https://www.python.org/download/windows).
5555
- [Download and install VS Community](https://www.visualstudio.com/products/visual-studio-community-vs).
5656

57-
You may have to add a build flag to the installation process to successfully install.
57+
You may have to add a build flag to the installation process to successfully install.
5858
Try first without, if the build fails, try again with the flag.
5959

6060
*Allegedly the order in which you install Visual Studio could trigger this error.*

guides/repositories/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Opening a Repository
55
description: How to open and free a repository
66
---
77

8-
**In order to run examples, you will need to [Install NodeGit](../../install/basics)
8+
**In order to run examples, you will need to [Install NodeGit](../install)
99
first.**
1010

1111
[Return to all guides](../)

guides/repositories/initializing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Initializing
55
description: How to initialize a repository
66
---
77

8-
**In order to run examples, you will need to [Install NodeGit](../../install/basics)
8+
**In order to run examples, you will need to [Install NodeGit](../../install)
99
first.**
1010

1111
[Return to all guides](../../)

0 commit comments

Comments
 (0)