Skip to content

Commit f9c2072

Browse files
committed
fix broken image links.
1 parent ae096d9 commit f9c2072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

repo_docs/ADVANCED.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ To Fork the project, point your web browser to the repository at
4343
https://github.com/MicrosoftDocs/office-docs-powershell
4444
and then click the Fork button on the upper right corner of the repository page as shown in screenshot.
4545

46-
![Image of Fork button on Github](images/fork_button_on_github.png)
46+
![Image of Fork button on Github](../images/fork_button_on_github.png)
4747

4848
You now have your very own copy (fork) of the main Office PowerShell repository. You can see it by clicking on your profile drop-down in the upper right of the page and choosing Your Profile and then clicking the Repositories tab of your GitHub account as shown in the diagram.
4949

50-
![View Your Forked Repos on Github](images/view_your_forked_repos.png)
50+
![View Your Forked Repos on Github](../images/view_your_forked_repos.png)
5151

5252
Your repository is an exact copy of the original Office PowerShell repository and is located in your GitHub account.
5353
In GitHub terms the main Office PowerShell repository is the Upstream repository and your forked version is the Downstream repository.
@@ -59,7 +59,7 @@ The next section covers cloning and updating your repo with the upstream repo.
5959
Now that you have your own copy of the repository on GitHub the next step is to get the actual files on your local computer so you can work with them.
6060
To do this you clone your GitHub repository to your local computer. Here is a diagram:
6161

62-
![Diagram of repository flow on Github](images/github_flow.png)
62+
![Diagram of repository flow on Github](../images/github_flow.png)
6363

6464
Tip: You can clone your repository to muliple computers if you choose.
6565
You just have to make sure you save your local work by pushing it back up to your repository.

0 commit comments

Comments
 (0)