Skip to content

Commit e8291ab

Browse files
committed
Use absolute image URLs for GitHub Packages compatibility
1 parent fa9c8fe commit e8291ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="./java.png" width="100%" style="width:100%" />
1+
<img src="https://raw.githubusercontent.com/voiceittech/voiceit3-java/main/java.png" width="100%" style="width:100%" />
22

33
[![API Test](https://github.com/voiceittech/voiceit3-java/actions/workflows/test.yml/badge.svg)](https://github.com/voiceittech/voiceit3-java/actions/workflows/test.yml)
44
[![Dependabot](https://img.shields.io/github/issues-pr/voiceittech/voiceit3-java/dependencies?label=dependabot&logo=dependabot&color=025e8c)](https://github.com/voiceittech/voiceit3-java/pulls?q=is%3Apr+label%3Adependencies)
@@ -30,7 +30,7 @@ git clone https://github.com/voiceittech/voiceit3-java.git
3030

3131
Sign up at [voiceit.io/pricing](https://voiceit.io/pricing) to get your API Key and Token, then log in to the [Dashboard](https://dashboard.voiceit.io) to manage your account.
3232

33-
<img src="./Graphics/getcredentials.png" alt="API Key and Token" width="400px" />
33+
<img src="https://raw.githubusercontent.com/voiceittech/voiceit3-java/main/Graphics/getcredentials.png" alt="API Key and Token" width="400px" />
3434

3535
## API Calls
3636

0 commit comments

Comments
 (0)