From bbd16640258ac5508f967e23c49cc3a7ddd3f35e Mon Sep 17 00:00:00 2001 From: Tom Fenech Date: Fri, 29 Jan 2021 18:23:42 +0100 Subject: [PATCH] Fix broken link to viewport transition (#1307) --- docs/get-started/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/faq.md b/docs/get-started/faq.md index 49e620f5..461494e7 100644 --- a/docs/get-started/faq.md +++ b/docs/get-started/faq.md @@ -50,7 +50,7 @@ const viewport = new WebMercatorViewport({width: 800, height: 600}) You cannot manipulate the map camera via `getMap()` and the native mapbox-gl API. To conform to the reactive programming paradigm, all camera changes should be driven by prop changes on the React component. Circumventing this will break the binding between React components and the underlying map instance. -Instead, use the [InteractiveMap](/docs/api-reference/interactive-map.md)'s transition props. See [viewport transition](docs/advanced/viewport-transition.md) for examples. +Instead, use the [InteractiveMap](/docs/api-reference/interactive-map.md)'s transition props. See [viewport transition](/docs/advanced/viewport-transition.md) for examples. ## mapbox-gl-draw does not work with react-map-gl