Skip to content

Commit 0bfa681

Browse files
authored
Merge pull request #2175 from microsoft/docs/images-for-nuget
docs: update readme to use URIs approved by nuget so images display correctly
2 parents db10afa + 3b8fc52 commit 0bfa681

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![Category overview screenshot](docs/images/oainet.png "Microsoft + OpenAPI = Love")
1+
<!-- using the raw image URL so it displays correctly on nuget.org -->
2+
![Category overview screenshot](https://raw.githubusercontent.com/microsoft/OpenAPI.NET/main/docs/images/oainet.png "Microsoft + OpenAPI = Love")
23

34
# OpenAPI.NET
45

@@ -109,7 +110,7 @@ In order to test the validity of an OpenApi document, we avail the following too
109110
4. Run the project and you'll see a GUI pop up resembling the one below:
110111

111112

112-
<img src="https://user-images.githubusercontent.com/36787645/235884441-f45d2ef7-c27b-4e1a-a890-d6f7fbef87c3.png" width="700" height="500">
113+
![workbench preview](https://raw.githubusercontent.com/microsoft/OpenAPI.NET/main/docs/images/workbench.png "a screenshot of the workbench application")
113114

114115
5. Copy and paste your OpenAPI descriptions in the **Input Content** window or paste the path to the descriptions file in the **Input File** textbox and click on `Convert` to render the results.
115116

docs/images/workbench.png

70.4 KB
Loading

0 commit comments

Comments
 (0)