AOSSIE-Org / AOSSIE-Org/PictoPy
BUG:Broken image link in Manual Setup Guide (serverRunning.png returns 404)
- 主要言語
- Python
- スター
- 283
- フォーク
- 679
- 平均マージ
- 7日 2時間
- マージ済み PR(30日)
- 3
説明
### 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
コントリビューションガイド
評価
この issue はまだ評価されていません。