Skip to content

Commit

Permalink
docs: Fix broken links in fetchmap.md (#8126)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Sep 21, 2023
1 parent 8510ab9 commit 5fc3dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api-reference/carto/fetch-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ When the map was last updated.

##### `initialViewState` (String) {#initialviewstate}

The [view state]/docs/developer-guide/views.md#view-state).
The [view state](/docs/developer-guide/views.md#view-state).

##### `mapStyle` (String) {#mapstyle}

An identifier describing the [basemap]/docs/api-reference/carto/basemap.md#supported-basemaps) configured in CARTO Builder.
An identifier describing the [basemap](/docs/api-reference/carto/basemap.md#supported-basemaps) configured in CARTO Builder.

##### `layers` (Array) {#layers}

A collection of deck.gl [layers]/docs/api-reference/layers.md).
A collection of deck.gl [layers](/docs/api-reference/layers.md).

##### `stopAutoRefresh` (Function) {#stopautorefresh}

Expand Down

0 comments on commit 5fc3dcf

Please sign in to comment.