From 81841756420a3c183e0a7dbe13be9888a654310d Mon Sep 17 00:00:00 2001 From: csobier Date: Thu, 2 Jun 2016 13:33:49 -0400 Subject: [PATCH] fixed github hyperlink naming --- doc/torque_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/torque_api.md b/doc/torque_api.md index 8fde499..76c9d79 100644 --- a/doc/torque_api.md +++ b/doc/torque_api.md @@ -77,7 +77,7 @@ Method | Options | Returns | Description ---|---|---|---| `setCartoCSS(cartocss)` | `cartocss string` | `this` | style the map rendering using client-side CartoCSS (not available with [Named maps](/carto-engine/maps-api/named-maps/)) -Torque supports a limited subset of CartoCSS rules defined in the [torque-reference](https://github.com/carto/torque-reference). To see the full list of supported rules, read the [Torque CartoCSS documentation](/carto-engine/cartocss/properties-for-torque/). `value` and `zoom` variables can be used. `value` is the value of aggregation. `zoom` is the current zoom being rendered. +Torque supports a limited subset of CartoCSS rules defined in the [torque-reference](https://github.com/cartodb/torque-reference). To see the full list of supported rules, read the [Torque CartoCSS documentation](/carto-engine/cartocss/properties-for-torque/). `value` and `zoom` variables can be used. `value` is the value of aggregation. `zoom` is the current zoom being rendered. TorqueLayer currently expects `marker` styling.