Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f826e8a

Browse files
committed
Fix Sign in link in several docs .md files
- Sign in links are broken in three different files because the linked file does not exist in the same directory. - The fix was to utilize relative path to get to the right file.
1 parent b4304d9 commit f826e8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/contributing/creating-an-empty-repository-from-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Creating an empty repository from Visual Studio
22

3-
1. [Sign in](authenticating-to-github) to GitHub.
3+
1. [Sign in](../getting-started/authenticating-to-github.md) to GitHub.
44

55
2. Open **Team Explorer** by clicking on its tab next to *Solution Explorer*, or via the *View* menu.
66

docs/contributing/creating-gists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
GitHub for Visual Studio enables easy creation of gists directly from the Visual Studio Editor.
44

5-
1. [Sign in](authenticating-to-github) to GitHub.
5+
1. [Sign in](../getting-started/authenticating-to-github.md) to GitHub.
66

77
2. Open a file in the Visual Studio text editor.
88

docs/contributing/viewing-the-pull-requests-for-a-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
GitHub for Visual Studio exposes the pull requests for the current repository and lets you create new pull requests and review pull requests from other contributors.
44

5-
1. [Sign in](authenticating-to-github) to GitHub.
5+
1. [Sign in](../getting-started/authenticating-to-github.md) to GitHub.
66
2. Open a solution in a GitHub repository.
77
3. Open **Team Explorer** and click the **Pull Requests** button to open the **GitHub** pane.
88
![Pull Requests button in the Team Explorer pane](images/pull-requests-button2.png)

0 commit comments

Comments
 (0)