Skip to content

Commit

Permalink
Merge pull request #6 from dowjones/Fix-github-image-links
Browse files Browse the repository at this point in the history
fix: Switch github urls to directly reference imgs
  • Loading branch information
WolffRuoff authored Oct 6, 2023
2 parents 73f0b7d + fb35bb1 commit 700d088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Rover Runner README
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

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

## Features

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"onCommand:rover-runner.GenerateTemplate"
],
"media": {
"image": "https://github.com/dowjones/rover-runner/blob/main/media/supergraph.png",
"image": "https://raw.githubusercontent.com/dowjones/rover-runner/main/media/supergraph.png",
"altText": "Screenshot of a configured supergraph.json"
}
},
Expand All @@ -162,7 +162,7 @@
"onSettingChanged:apolloStudioConfiguration.apolloGraphRef"
],
"media": {
"image": "https://github.com/dowjones/rover-runner/blob/main/media/settings.png",
"image": "https://raw.githubusercontent.com/dowjones/rover-runner/main/media/settings.png",
"altText": "Screenshot of the Rover Runner settings"
}
}
Expand Down

0 comments on commit 700d088

Please sign in to comment.