Skip to content

Commit ca7f040

Browse files
committed
Fix relative paths
1 parent c342b8f commit ca7f040

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meta/technical-git-howto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please, when starting a new pattern, make sure that it does not already exist. T
1414

1515
## Overview of steps
1616

17-
![branch, commit, pull request, review](assets/img/branchCommitPullReview.png)
17+
![branch, commit, pull request, review](/assets/img/branchCommitPullReview.png)
1818

1919
The basic steps below can be thought of as *branch*, *commit*, *pull request*, and *review*.
2020

@@ -87,7 +87,7 @@ $ git checkout -b pattern/ewoks-do-not-hunt
8787
$ touch ewoks-do-not-hunt.md
8888
```
8989

90-
You can fill your [markdown](meta/markdown-info.md) file with the [pattern template text](https://raw.githubusercontent.com/paypal/InnerSourcePatterns/master/meta/pattern-template.md) and begin to fill it in with your pattern.
90+
You can fill your [markdown](/meta/markdown-info.md) file with the [pattern template text](https://raw.githubusercontent.com/paypal/InnerSourcePatterns/master/meta/pattern-template.md) and begin to fill it in with your pattern.
9191

9292
Once our pattern file is ready to go, we need to add the file to the repo and
9393
commit that change to our new branch.
@@ -105,4 +105,4 @@ $ git push origin pattern/ewoks-do-not-hunt
105105

106106
Then, if you feel the pattern is ready to be reviewed, you can start a Pull Request (PR) asking to join your new branch to the github master branch. To do this, navigate to the github web repo and get into your new branch. You should see a 'Create pull request' button while in your branch.
107107

108-
PR's are the mechanism we use for our multi-step Review process. See next steps in [Interacting with Pattern Reviews](CONTRIBUTING.md#c-interacting-with-patterns-reviews).
108+
PR's are the mechanism we use for our multi-step Review process. See next steps in [Interacting with Pattern Reviews](/CONTRIBUTING.md#c-interacting-with-patterns-reviews).

0 commit comments

Comments
 (0)