Skip to content

Commit ed290e3

Browse files
committed
chore(docs): use absolute URL for GitHub hosted image
1 parent e68e153 commit ed290e3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Pull requests need only the approval of two or more collaborators to be merged;
5252

5353
> **Important:** When creating the PR in GitHub, make sure that you set the base to the correct branch. If you are submitting a PR that touches any code, this should be the `dev` branch. You set the base in GitHub when authoring the PR with the dropdown below the "Compare changes" heading:
5454
>
55-
> <img src="../static/base-branch.png" alt="" width="460" height="350" />
55+
> <img src="https://raw.githubusercontent.com/remix-run/react-router/main/static/base-branch.png" alt="" width="460" height="350" />
5656
5757
### Tests
5858

0 commit comments

Comments
 (0)