adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
530 stars 125 forks source link

versioned documentation links to unversioned documentation #306

Open WebFreak001 opened 2 years ago

WebFreak001 commented 2 years ago

The links on https://arsd-official.dpldocs.info/v10.3.4/arsd.html

redirect to

https://arsd-official.dpldocs.info/*.html

possibly causing inconsistencies with documentation and used code version.

adamdruppe commented 2 years ago

ok yeah that's legit i didn't use relative links..... because of source or something. laziness. i need to fix.