codemirror / CodeMirror-v1

An editable-iframe based code editor in JavaScript. See https://github.com/marijnh/CodeMirror for the currently maintained version
http://codemirror.net/
Other
362 stars 63 forks source link

Add readme linking people to the new repository. #64

Closed kevinburke closed 12 years ago

kevinburke commented 12 years ago

In case people get confused :)

marijnh commented 12 years ago

Thanks. I've also renamed the repository (CodeMirror-old) since indeed, people kept following it and opening issues, apparently not noticing the description and the fact that there had been almost no recent activity.

kevinburke commented 12 years ago

Does Github have support in place for redirects? That will break all links to the old repository...

marijnh commented 12 years ago

It unfortunately doesn't. But in this case, I'm not too concerned. The code in this repo has been deprecated for over a year, but people kept accidentally landing on it, following it, and opening bug reports here that were meant for CodeMirror2. So breaking existing links to it can be considered a feature.