ro-py / ro.py

ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.
https://ro.py.jmk.gg/
MIT License
115 stars 46 forks source link

fix roblosecurity link #114

Closed cfuendev closed 9 months ago

cfuendev commented 10 months ago

"/roblosecurity" doesn't work, it redirects to "https://ro.py.jmk.gg/roblosecurity" instead of "https://ro.py.jmk.gg/v2.0.0/tutorials/roblosecurity/", so I'm just hardcoding it.

jmkd3v commented 9 months ago

The underlying issue was that we were using an absolute link rather than making a link to a markdown file and letting mkdocs resolve the final path for us. pull #115 fixes that problem.