From b1bba40a70a78e34b514c7c7d8193d5daf01c8a6 Mon Sep 17 00:00:00 2001 From: Sergei Vorobev Date: Sat, 6 Aug 2016 15:53:51 -0700 Subject: [PATCH] Fix broken link in docs/building/linux.md --- docs/building/linux.md | 2 +- docs/testing-guidelines/testing-guidelines.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building/linux.md b/docs/building/linux.md index a95d5a94a..500c11cd9 100644 --- a/docs/building/linux.md +++ b/docs/building/linux.md @@ -14,7 +14,7 @@ Git Setup --------- Using Git requires it to be set up correctly; -refer to the [Working with the PowerShell Repository](../git/powershell-repository-101.md), +refer to the [Working with the PowerShell Repository](../git/README.md), [README](../../README.md), and [Contributing Guidelines](../../.github/CONTRIBUTING.md). **This guide assumes that you have recursively cloned the PowerShell repository and `cd`ed into it.** diff --git a/docs/testing-guidelines/testing-guidelines.md b/docs/testing-guidelines/testing-guidelines.md index 4fc516a42..f9182b4fd 100755 --- a/docs/testing-guidelines/testing-guidelines.md +++ b/docs/testing-guidelines/testing-guidelines.md @@ -33,7 +33,7 @@ From there you can easily navigate to the build history. Travis CI works similarly to AppVeyor. For Travis CI there will be multiple badges. The badges indicate the last build status of `master` branch for different platforms. -Hopefully, each badge is green: +Hopefully, it's green: ![Travis-CI-Badge-Green.png](Images/Travis-CI-Badge-Green.png)