Skip to content

Fix broken doc links in README#3505

Open
hiAndrewQuinn wants to merge 1 commit into
bmaltais:masterfrom
hiAndrewQuinn:fix-readme-broken-links
Open

Fix broken doc links in README#3505
hiAndrewQuinn wants to merge 1 commit into
bmaltais:masterfrom
hiAndrewQuinn:fix-readme-broken-links

Conversation

@hiAndrewQuinn
Copy link
Copy Markdown

Summary

Four links in README.md are broken or stale. This PR repoints them at the files that actually exist.

Old link New link Why
docs/runpod_setup.md docs/installation_runpod.md File never existed under the old name.
docs/novita_setup.md docs/installation_novita.md File never existed under the old name.
docs/docker.md docs/installation_docker.md File never existed under the old name.
https://github.com/kohya-ss/sd-scripts/blob/main/README.md#sdxl-training https://github.com/kohya-ss/sd-scripts/blob/main/docs/train_SDXL-en.md The upstream sd-scripts README no longer has an #sdxl-training section, so the anchor silently scrolled nowhere. The dedicated SDXL guide now lives at docs/train_SDXL-en.md.

No content changes — only link targets.

Test plan

  • Confirmed all three new docs/installation_*.md files exist in the repo.
  • Confirmed docs/train_SDXL-en.md exists in kohya-ss/sd-scripts@main and renders the SDXL training documentation.
  • Verified the rest of the local and external links in README.md (LICENSE.md, docs/Installation/*.md, docs/LoRA/*.md, docs/troubleshooting_tesla_v100.md, docs/train_lllite_README.md#preparing-the-dataset, GitHub URLs) still resolve.
  • git diff is limited to the four link edits.

The Runpod, Novita, and Docker setup links pointed to filenames
(`runpod_setup.md`, `novita_setup.md`, `docker.md`) that do not
exist. Repoint them at the actual files in `docs/`
(`installation_runpod.md`, `installation_novita.md`,
`installation_docker.md`).

Also update the SDXL training link: the upstream sd-scripts README no
longer contains an `#sdxl-training` section, so the anchor was a
silent dead link. Point it at the dedicated `docs/train_SDXL-en.md`
guide instead.
@hiAndrewQuinn
Copy link
Copy Markdown
Author

Near-copy of vova-SEB's work already, whoops. I didn't think to check for open PRs on this already, I thought it was low enough hanging fruit that it would have been merged already if there were some.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant