Skip to content

Commit 0b94b4f

Browse files
committed
Update local URL mappings link
1 parent 8b418a9 commit 0b94b4f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ogc/bblocks/entrypoint.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,10 @@
213213
if bb_local_config_file.is_file():
214214
bb_local_config = load_yaml(filename=bb_local_config_file)
215215
if bb_local_config.get('imports-local'):
216-
raise ValueError('Local imports are deprecated, please use local URL mappings instead: '
217-
'https://ogcincubator.github.io/bblocks-docs/create/imports#local-url-mappings')
216+
raise ValueError(
217+
'Local imports are deprecated, please use local URL mappings instead: '
218+
'https://ogcincubator.github.io/bblocks-docs/create/imports#local-url-mappings-for-testing'
219+
)
218220
local_url_mappings = bb_local_config.get('url-mappings')
219221

220222
register_additional_metadata['modified'] = datetime.datetime.now().isoformat()

0 commit comments

Comments
 (0)