Skip to content

Commit fb35bb1

Browse files
committed
fix: Switch github urls to directly reference imgs
1 parent 73f0b7d commit fb35bb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rover Runner README
22
Welcome to the Rover Runner! With this extension you can run your supergraph on your local machine using a mix of local and Apollo-based variant subgraphs
33

4-
![Menu Screenshot](https://github.com/dowjones/rover-runner/blob/main/media/menuScreenshot.png)
4+
![Menu Screenshot](https://raw.githubusercontent.com/dowjones/rover-runner/main/media/menuScreenshot.png)
55

66
## Features
77

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"onCommand:rover-runner.GenerateTemplate"
150150
],
151151
"media": {
152-
"image": "https://github.com/dowjones/rover-runner/blob/main/media/supergraph.png",
152+
"image": "https://raw.githubusercontent.com/dowjones/rover-runner/main/media/supergraph.png",
153153
"altText": "Screenshot of a configured supergraph.json"
154154
}
155155
},
@@ -162,7 +162,7 @@
162162
"onSettingChanged:apolloStudioConfiguration.apolloGraphRef"
163163
],
164164
"media": {
165-
"image": "https://github.com/dowjones/rover-runner/blob/main/media/settings.png",
165+
"image": "https://raw.githubusercontent.com/dowjones/rover-runner/main/media/settings.png",
166166
"altText": "Screenshot of the Rover Runner settings"
167167
}
168168
}

0 commit comments

Comments
 (0)