Skip to content

Commit ce1440a

Browse files
committed
Use full raw.github.com URI for images to fix nuget.org display
1 parent 5f77625 commit ce1440a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Icon](assets/img/icon-32.png) TableStorage
1+
![Icon](https://raw.githubusercontent.com/devlooped/TableStorage/main/assets/img/icon-32.png) TableStorage
22
============
33

44
[![Version](https://img.shields.io/nuget/v/Devlooped.TableStorage.svg?color=royalblue)](https://www.nuget.org/packages/Devlooped.TableStorage)
@@ -8,7 +8,7 @@
88

99
Repository pattern with POCO object support for storing to Azure/CosmosDB Table Storage
1010

11-
![Screenshot of basic usage](assets/img/tablestorage.png)
11+
![Screenshot of basic usage](https://raw.githubusercontent.com/devlooped/TableStorage/main/assets/img/tablestorage.png)
1212

1313
## Usage
1414

@@ -134,9 +134,9 @@ you can see the effect of using one or the other in the following screenshots of
134134
[Storage Explorer](https://azure.microsoft.com/en-us/features/storage-explorer/) for the same
135135
`Product` entity shown in the first example above:
136136

137-
![Screenshot of entity persisted with separate columns for properties](assets/img/entity.png)
137+
![Screenshot of entity persisted with separate columns for properties](https://raw.githubusercontent.com/devlooped/TableStorage/main/assets/img/entity.png)
138138

139-
![Screenshot of entity persisted as a document](assets/img/document.png)
139+
![Screenshot of entity persisted as a document](https://raw.githubusercontent.com/devlooped/TableStorage/main/assets/img/document.png)
140140

141141
The code that persisted both entities is:
142142

0 commit comments

Comments
 (0)