Skip to content

Commit a98476d

Browse files
committed
Updated web tutorial link to new rendering overview.
1 parent 619ffec commit a98476d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/webservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ can find this raster by name because of the setup with the Catalog we did earlie
368368
`SimpleRenderPng` takes in a raster and a color ramp. Color ramps have been
369369
chosen by the designers at Azavea to handle representing common raster visualization
370370
use cases in an esteticly pleasing and informative way. You can see the different color ramps available in our
371-
[Color Documentation](http://localhost:4000/gettingstarted/rendering.html).
371+
[Color Documentation]( {{ site.baseurl }}/overviews/rendering.html).
372372
The `SimpleRenderPng` operation returns a Byte Array which contains the raw PNG file. To return
373373
this to the browser, we just return the data with the MIME type `image/png`.
374374

0 commit comments

Comments
 (0)