AOSSIE-Org / AOSSIE-Org/PictoPy

BUG:Broken image link in Manual Setup Guide (serverRunning.png returns 404)

Aperta
#1,358 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug documentation
Lingua principale
Python
Stelle
283
Fork
679
Merge medio
7g 2h
PR unite (30g)
3

Descrizione

### Is there an existing issue for this?

- [x] I have searched the existing issues

### What happened?

### Description
The screenshot showing the FastAPI dev server running is broken on the Manual Setup Guide page of the documentation site.

**Page:** https://aossie-org.github.io/PictoPy/Manual_Setup_Guide/

### Root Cause
The image file exists in the repo at `docs/assets/screenshots/serverRunning.png`, but the markdown source references it with this URL: https://aossie-org.github.io/docs/assets/screenshots/serverRunning.png
Since GitHub Pages publishes the `/docs` folder as the site root, the `docs/` segment should not appear in the published URL, and the repo name (`PictoPy`) needs to be the path prefix instead. The correct URL should be:

### Steps to Reproduce
1. Visit https://aossie-org.github.io/PictoPy/Manual_Setup_Guide/
2. Scroll to the "Python (FastAPI) Backend Setup Steps" section
3. The "server running" screenshot fails to load (404)

### Suggested Fix
Update the image URL in the source markdown file (likely `docs/Manual_Setup_Guide.md`) to either:
- The corrected absolute URL above, or
- A relative path (e.g. `../assets/screenshots/serverRunning.png`), which is more robust against future domain/path changes

### Additional Context
I'd like to work on this fix if it's confirmed — happy to open a PR.

### Record

- [x] I agree to follow this project's Code of Conduct

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.