AOSSIE-Org / AOSSIE-Org/PictoPy

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

未关闭
#1,358 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug documentation
主要语言
Python
星标
283
派生
679
平均合并
7 天 2 小时
30 天内合并 PR
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。