Update URLs after move to GNOME namespace on GitLab

This commit is contained in:
James Westman 2025-04-25 18:15:15 -05:00
parent 6a77bfee0a
commit e9d61cb6f9
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
8 changed files with 11 additions and 11 deletions

View file

@ -9,7 +9,7 @@ from pathlib import Path
__all__ = ["get_docs_section"]
DOCS_ROOT = "https://jwestman.pages.gitlab.gnome.org/blueprint-compiler"
DOCS_ROOT = "https://gnome.pages.gitlab.gnome.org/blueprint-compiler"
sections: dict[str, "Section"] = {}