Skip to content

Commit a8db3a5

Browse files
committed
fix: image tag updated in readme.md
1 parent 7577f68 commit a8db3a5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Whichever authentication providers' environment variables are set only those wil
9898

9999
You can check the `.env-example` file for the environment variables.
100100

101-
[!login](https://github.com/BadgerBloke/typesense-ui/blob/trunk/public/images/login.png)
101+
![login](./public/images/login.png)
102102

103103
---
104104

@@ -123,28 +123,28 @@ docker build -t typesense-ui .
123123
> ### Example pages
124124
125125
- Dashboard
126-
[!dashboard](https://github.com/BadgerBloke/typesense-ui/blob/trunk/public/images/dashboard.png)
126+
![dashboard](./public/images/dashboard.png)
127127

128128
- Create New Collection
129-
[!create collection](https://github.com/BadgerBloke/typesense-ui/blob/trunk/public/images/add-collection.png)
129+
![create collection](./public/images/add-collection.png)
130130

131131
- Collections List
132-
[!collections](https://github.com/BadgerBloke/typesense-ui/blob/trunk/public/images/collections.png)
132+
![collections](./public/images/collections.png)
133133

134134
- Documents List
135-
[!documents](https://github.com/BadgerBloke/typesense-ui/blob/trunk/public/images/documents.png)
135+
![documents](./public/images/documents.png)
136136

137137
- Index Document
138-
[!add document](https://github.com/BadgerBloke/typesense-ui/blob/trunk/public/images/add-document.png)
138+
![add document](./public/images/add-document.png)
139139

140140
- Delete Documents
141-
[!delete documents](https://github.com/BadgerBloke/typesense-ui/blob/trunk/public/images/delete-documents.png)
141+
![delete documents](./public/images/delete-documents.png)
142142

143143
- Synonyms List
144-
[!synonyms](https://github.com/BadgerBloke/typesense-ui/blob/trunk/public/images/synonyms.png)
144+
![synonyms](./public/images/synonyms.png)
145145

146146
- Curation List
147-
[!curation](https://github.com/BadgerBloke/typesense-ui/blob/trunk/public/images/curation.png)
147+
![curation](./public/images/curation.png)
148148

149149
- Crete API Key
150-
[!create api key](https://github.com/BadgerBloke/typesense-ui/blob/trunk/public/images/add-api-key.png)
150+
![create api key](./public/images/add-api-key.png)

0 commit comments

Comments
 (0)