Skip to content

Commit af4b2a3

Browse files
camdecosteremilykl
andauthored
Fix the broken link target
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
1 parent f76fd95 commit af4b2a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/python/choropleth-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ fig = px.choropleth(df, locations="iso_alpha",
229229
fig.show()
230230
```
231231

232-
To use the USA States geometry, set `locationmode='USA-states'` and provide `locations` as [two-letter state abbreviations](/python/outline-map-locations/#supported-us-state-codes) or [full state names](/python/outline-map-locations/#locationmode='USA-states'):
232+
To use the USA States geometry, set `locationmode='USA-states'` and provide `locations` as [two-letter state abbreviations](/python/outline-map-locations/#supported-us-state-codes) or [full state names](/python/outline-map-locations/#locationmodeusastates):
233233

234234
```python
235235
import plotly.express as px

0 commit comments

Comments
 (0)