mfessenden / SKTiled

Swift framework for working with Tiled assets in SpriteKit
Other
261 stars 33 forks source link

Documentation site install to dash button has wrong URL #25

Open Relequestual opened 5 years ago

Relequestual commented 5 years ago

On the documentation website, the "install to dash" button has the URL... file:///Users/michael/git/SKTiled/docsets/SKTiled.xml. Obviously this is wrong. It should be https://mfessenden.github.io/SKTiled/docsets/SKTiled.xml or probably /SKTiled/docsets/SKTiled.xml.

It looks like this is a generation setting, as it's included in every HTML file in the gh-pages branch, so I guess I can't submit a PR.

Relequestual commented 5 years ago

Unrelated, do you use any form of real time chat, like slack?