Skip to content

Commit d009d88

Browse files
authored
Merge pull request #64 from WhereGroup/update/qdt-profile-json-schema-url
update(qdt): use new JSON schema URL
2 parents 04e6976 + bc95d3c commit d009d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profile_manager/qdt_export/profile_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
qgis_profiles_path,
1313
)
1414

15-
QDT_PROFILE_SCHEMA = "https://raw.githubusercontent.com/Guts/qgis-deployment-cli/main/docs/schemas/profile/qgis_profile.json"
15+
QDT_PROFILE_SCHEMA = "https://raw.githubusercontent.com/qgis-deployment/qgis-deployment-toolbelt-cli/main/docs/schemas/profile/qgis_profile.json"
1616

1717

1818
@dataclass

0 commit comments

Comments
 (0)