diff --git a/guides/cloning/README.md b/guides/cloning/README.md index e0c94f899..f5bf53333 100644 --- a/guides/cloning/README.md +++ b/guides/cloning/README.md @@ -5,10 +5,10 @@ title: HTTP/HTTPS Guide description: How to clone with HTTP/HTTPS --- -**In order to run examples, you will need to [Install NodeGit](../../install/basics) +**In order to run examples, you will need to [Install NodeGit](../install) first.** -[Return to cloning guides](../) +[Return to all guides](../) * * * diff --git a/guides/cloning/gh-two-factor/README.md b/guides/cloning/gh-two-factor/README.md index d07b0efd3..11f6520fc 100644 --- a/guides/cloning/gh-two-factor/README.md +++ b/guides/cloning/gh-two-factor/README.md @@ -5,10 +5,10 @@ title: GitHub Two Factor Auth Guide description: How to clone with GitHub Two Factor Authorization --- -**In order to run examples, you will need to [Install NodeGit](../../install/basics) +**In order to run examples, you will need to [Install NodeGit](../../install) first.** -[Return to cloning guides](../) +[Return to all guides](../../) * * * diff --git a/guides/cloning/ssh-with-agent/README.md b/guides/cloning/ssh-with-agent/README.md index 013f646a8..9cc111069 100644 --- a/guides/cloning/ssh-with-agent/README.md +++ b/guides/cloning/ssh-with-agent/README.md @@ -5,10 +5,10 @@ title: SSH w/ Agent Guide description: How to clone with SSH using an agent --- -**In order to run examples, you will need to [Install NodeGit](../../install/basics) +**In order to run examples, you will need to [Install NodeGit](../../install) first.** -[Return to cloning guides](../) +[Return to all guides](../../) * * * diff --git a/guides/install/README.md b/guides/install/README.md index f507070ff..1cb727a1d 100644 --- a/guides/install/README.md +++ b/guides/install/README.md @@ -5,7 +5,7 @@ title: Install Basics description: How to install NodeGit --- -[Return to install guides](../) +[Return to all guides](../) * * * diff --git a/guides/install/atom-shell/README.md b/guides/install/atom-shell/README.md index f4078791a..cdf38772e 100644 --- a/guides/install/atom-shell/README.md +++ b/guides/install/atom-shell/README.md @@ -5,7 +5,7 @@ title: Atom Shell description: How to install NodeGit with Atom Shell --- -[Return to install guides](../) +[Return to all guides](../../) * * * diff --git a/guides/install/from-source/README.md b/guides/install/from-source/README.md index b0679fc1b..c85e2e3fa 100644 --- a/guides/install/from-source/README.md +++ b/guides/install/from-source/README.md @@ -5,7 +5,7 @@ title: From source description: How to build NodeGit from source --- -[Return to install guides](../) +[Return to all guides](../../) * * * @@ -54,7 +54,7 @@ Note that GCC/G++ 4.7+ are required, as the library makes use of some c++11 std - [Download and install Python 2](https://www.python.org/download/windows). - [Download and install VS Community](https://www.visualstudio.com/products/visual-studio-community-vs). -You may have to add a build flag to the installation process to successfully install. +You may have to add a build flag to the installation process to successfully install. Try first without, if the build fails, try again with the flag. *Allegedly the order in which you install Visual Studio could trigger this error.* diff --git a/guides/install/nw.js/README.md b/guides/install/nw.js/README.md index 49809fad2..5eb978b3a 100644 --- a/guides/install/nw.js/README.md +++ b/guides/install/nw.js/README.md @@ -5,7 +5,7 @@ title: NW.js description: How to install NodeGit with NW.js --- -[Return to install guides](../) +[Return to all guides](../../) * * * diff --git a/guides/repositories/README.md b/guides/repositories/README.md index 429a2ff5d..65cb063c2 100644 --- a/guides/repositories/README.md +++ b/guides/repositories/README.md @@ -5,7 +5,7 @@ title: Opening a Repository description: How to open and free a repository --- -**In order to run examples, you will need to [Install NodeGit](../../install/basics) +**In order to run examples, you will need to [Install NodeGit](../install) first.** [Return to all guides](../) diff --git a/guides/repositories/initializing/README.md b/guides/repositories/initializing/README.md index 8b8ad0f71..90e5090d4 100644 --- a/guides/repositories/initializing/README.md +++ b/guides/repositories/initializing/README.md @@ -5,10 +5,10 @@ title: Initializing description: How to initialize a repository --- -**In order to run examples, you will need to [Install NodeGit](../../install/basics) +**In order to run examples, you will need to [Install NodeGit](../../install) first.** -[Return to repository guides](../) +[Return to all guides](../../) * * *