From c3c4495c7ac8181be47e49ed2bc935d340e47981 Mon Sep 17 00:00:00 2001 From: Krzysztof Chalupka Date: Thu, 14 Apr 2022 16:37:07 -0700 Subject: [PATCH] Fix image links in renderer documentation Summary: Repo has jpgs but docs/website want pngs. Reviewed By: nikhilaravi Differential Revision: D35596475 fbshipit-source-id: 4cafd405c06c0eb339001a8db2422dbbd1f8f28a --- docs/notes/renderer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notes/renderer.md b/docs/notes/renderer.md index 9e5d7402b..463dd2f07 100644 --- a/docs/notes/renderer.md +++ b/docs/notes/renderer.md @@ -21,7 +21,7 @@ Our implementation decouples the rasterization and shading steps of rendering. T ## Get started -To learn about more the implementation and start using the renderer refer to [getting started with renderer](renderer_getting_started.md), which also contains the [architecture overview](assets/architecture_overview.png) and [coordinate transformation conventions](assets/transformations_overview.png). +To learn about more the implementation and start using the renderer refer to [getting started with renderer](renderer_getting_started.md), which also contains the [architecture overview](assets/architecture_renderer.jpg) and [coordinate transformation conventions](assets/transforms_overview.jpg). ## Tech Report