OpenEndedGroup / Field

A development environment for art
201 stars 22 forks source link

Broken link on OEG website #43

Closed justinclift closed 11 years ago

justinclift commented 11 years ago

Just noticed a busted link here:

    http://openendedgroup.com/field/

The link to GitHub under "Places to start" is incorrect. It points at:

    http://openendedgroup.com/field/github.com/OpenEndedGroup/Field

It's caused by the href in the link not having https:// at the start, causing it to be relative to the page its on:

    href="github.com/OpenEndedGroup/Field"

It should be:

    href="https://github.com/OpenEndedGroup/Field"

Hopefully an easy fix. :smile:

marcdownie commented 11 years ago

Done!