GFEP: remove doc images and include redirection file (.htaccess)

This commit is contained in:
john.j.camilleri
2013-01-10 10:41:01 +00:00
parent f2751ff9e1
commit fb644d57b7
32 changed files with 5 additions and 0 deletions

5
eclipse/images/.htaccess Normal file
View File

@@ -0,0 +1,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]