skia2/site
pdr c42475cea2 Update markdown to use absolute image paths, fixing broken images
Markdown can be served with or without a trailing slash but when a
trailing slash is present, relative image links were broken.

The following example works as expected:
url: https://skia.org/dev/design/pdftheory
image url: PdfLogicalDocumentStructure.png
resolves to: https://skia.org/dev/design/PdfLogicalDocumentStructure.png

The following example was broken before this patch:
url: https://skia.org/dev/design/pdftheory/
image url: PdfLogicalDocumentStructure.png
resolves to: https://skia.org/dev/design/pdftheory/PdfLogicalDocumentStructure.png

The PdfLogicalDocumentStructure.png file lives in /dev/design/, not
/dev/design/pdftheory/. This patch updates all images in our markdown
files to be served with the full path so a trailing slash no longer
breaks images.

I hit this bug when promoting the new Skia debugger:
https://groups.google.com/a/chromium.org/d/msg/paint-dev/QJ8xpu8dNyA/F4KX2O4ZBwAJ

BUG=skia:5493
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2128013003
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=2128013003

Review-Url: https://codereview.chromium.org/2128013003
2016-07-07 14:48:53 -07:00
..
dev Update markdown to use absolute image paths, fixing broken images 2016-07-07 14:48:53 -07:00
user Update dev docs to reference the new skia debugger (skiaserve) 2016-07-06 06:10:25 -07:00
favicon.ico Add a favicon for docs. 2015-01-08 13:42:13 -08:00
index.md Update roadmap and remove highlights 2016-06-27 12:54:07 -07:00
METADATA Add some METADATA files to control docs layout. 2015-03-05 07:11:13 -08:00
robots.txt Add robots.txt 2015-01-16 11:13:53 -08:00
roles.md Doc: htmlify roles table to allow easier modification 2015-03-17 09:56:33 -07:00
schedule.md documentation: SkMilestone 2016-05-06 14:09:09 -07:00