Skip to content

Commit

Permalink
br_muni docs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Apr 9, 2020
1 parent 4ea70a7 commit 07d27b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion country_levels_lib/br_muni/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def generate_br_muni_list():
if population:
population_str = f'{population:,}'

geojson_link = f'[GeoJSON](../export/geojson/q8/{geojson_path})'
geojson_link = f'[GeoJSON](../geojson/q8/{geojson_path})'

doc_md += f'{name_long} | {ibge_code} | {geojson_link} | {population_str}\n'

Expand Down

0 comments on commit 07d27b8

Please sign in to comment.