ambisonictoolkit / ambisonictoolkit.github.io

Website - using Jekyll and Bootstrap
GNU Lesser General Public License v3.0
12 stars 4 forks source link

SuperCollider doc iframe gives a 404 #3

Closed lossius closed 8 years ago

lossius commented 8 years ago

The iframe with embedded SuperCollider documentation at this page gives a 404:

http://www.ambisonictoolkit.net/documentation/supercollider/

This is expected behavior as the URL at line 12 of documentation/sc3.md points to http://www.ambisonictoolkit.net:

http://www.ambisonictoolkit.net/Help/Guides/Intro-to-the-ATK.html

This URL now gets redirected back to github.io, where these files do not exist. I suppose we need to find another location for hosting the documentation and update the URL accordingly.

joslloand commented 8 years ago

The immediate solution is to repoint to the ATK help pages that are automatically built as part of the sc-plugins extension set.

Docs found here: http://doc.sccode.org/Guides/Intro-to-the-ATK.html

In the (nearish-)long term, @scztt and @mtmccrea are looking to move SC3-ATK to a Quark repository. When that happens, we'll probably need to redirect SC3 documentation to the Quark location.