diff --git a/ogc/bblocks/entrypoint.py b/ogc/bblocks/entrypoint.py index ee7062f..f367330 100644 --- a/ogc/bblocks/entrypoint.py +++ b/ogc/bblocks/entrypoint.py @@ -13,7 +13,7 @@ from ogc.bblocks.util import get_github_repo -MAIN_BBR = 'https://blocks.ogc.org/register.json' +MAIN_BBR = 'https://opengeospatial.github.io/bblocks/register.json' DEFAULT_IMPORT_MARKER = 'default' templates_dir = Path(__file__).parent / 'templates'