Skip to content
  • Sean Madsen's avatar
    Make image paths absolute · 0b3b1aa5
    Sean Madsen authored
    Close #286
    
    Done with the following script from @aydun
    
        cd docs
        find . -name \*.md | xargs perl -pi -e 's/(\!.*)\.\.(\/img\/.*\.(png|jpg|gif))/$1$2/i;'
    0b3b1aa5