blob: 4635130a3fb9f66b3f0c62381423a7e9e6784000 (
plain)
1
2
3
4
5
|
# Images in this folder have moved, now hosted at GitHub
# John 2013-01-10
RewriteEngine On
RewriteRule ^(.*)$ https://raw.github.com/GrammaticalFramework/gf-eclipse-plugin/master/doc/images/$1 [L,R=301]
|