Skip to content

Commit afa874a

Browse files
committed
docs: use absolute GitHub URLs for README images and links so they render off-GitHub
1 parent cde9617 commit afa874a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Get API Key](https://img.shields.io/badge/Get_API_Key-roxyapi.com-black?style=for-the-badge)](https://roxyapi.com/pricing)
44
[![API Docs](https://img.shields.io/badge/API_Docs-Reference-black?style=for-the-badge)](https://roxyapi.com/api-reference#tag/numerology)
5-
[![License: MIT](https://img.shields.io/badge/License-MIT-black?style=for-the-badge)](LICENSE)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-black?style=for-the-badge)](https://github.com/RoxyAPI/numerology-starter-app/blob/main/LICENSE)
66

77
Open-source React Native (Expo) template for a Pythagorean numerology app: Life Path, full numerology chart, Personal Year forecast, two-person compatibility, and the full meaning library for numbers 1 to 9 plus Master Numbers 11, 22, and 33. Built on the [Roxy](https://roxyapi.com) Numerology API and the official [@roxyapi/sdk](https://www.npmjs.com/package/@roxyapi/sdk). One API key, every numerology endpoint, full control over your native UI.
88

@@ -11,14 +11,14 @@ Fork it, set one environment variable, and ship.
1111
## Screenshots
1212

1313
<p align="center">
14-
<img src="screenshots/01.jpeg" width="250" />
15-
<img src="screenshots/02.jpeg" width="250" />
16-
<img src="screenshots/03.jpeg" width="250" />
14+
<img src="https://raw.githubusercontent.com/RoxyAPI/numerology-starter-app/main/screenshots/01.jpeg" width="250" />
15+
<img src="https://raw.githubusercontent.com/RoxyAPI/numerology-starter-app/main/screenshots/02.jpeg" width="250" />
16+
<img src="https://raw.githubusercontent.com/RoxyAPI/numerology-starter-app/main/screenshots/03.jpeg" width="250" />
1717
</p>
1818
<p align="center">
19-
<img src="screenshots/04.jpeg" width="250" />
20-
<img src="screenshots/05.jpeg" width="250" />
21-
<img src="screenshots/06.jpeg" width="250" />
19+
<img src="https://raw.githubusercontent.com/RoxyAPI/numerology-starter-app/main/screenshots/04.jpeg" width="250" />
20+
<img src="https://raw.githubusercontent.com/RoxyAPI/numerology-starter-app/main/screenshots/05.jpeg" width="250" />
21+
<img src="https://raw.githubusercontent.com/RoxyAPI/numerology-starter-app/main/screenshots/06.jpeg" width="250" />
2222
</p>
2323

2424
## What you get

0 commit comments

Comments
 (0)