This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Path-relative URLs are not working when deployed to GitHub Pages #56
Closed
Description
Hi, I deployed the documentation generated by swift-doc to GitHub pages. There is an issue with path-relative URLs. For example, if you got to ImageProcessing page and click of any of the URLs there, e.g. ImageProcessors.Resize
, it shows 404 page.
I'm using the latest swift-doc from master
:
commit 0b2291a52f22a30d5e2528f06be79d40cac570cb (HEAD -> master, origin/master, origin/HEAD)
Merge: e5c4b85 0ac5744
Author: Mattt <mattt@me.com>
Date: Sun Apr 5 08:15:44 2020 -0700
Merge pull request #53 from SwiftDocOrg/mattt/operator-fix
Fix logic error when classifying operators in generate subcommand