Skip to content

Commit c9b6091

Browse files
authored
Merge pull request #41 from CivicActions/feature/json-subpaths
use json/ subpaths
2 parents da5f894 + bfbc62e commit c9b6091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/oc_to_oscal_components.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ def main(source):
3131
),
3232
'CMS_ARS_3_1': (
3333
'https://raw.githubusercontent.com/CMSgov/ars-machine-readable'
34-
'/main/3.1/oscal/CMS_ARS_3_1_catalog.json'
34+
'/main/3.1/oscal/json/CMS_ARS_3_1_catalog.json'
3535
),
3636
'CMS_ARS_5_0': (
3737
'https://raw.githubusercontent.com/CMSgov/ars-machine-readable'
38-
'main/5.0/oscal/CMS_ARS_5_0_catalog.json'
38+
'/main/5.0/oscal/json/CMS_ARS_5_0_catalog.json'
3939
)
4040
}
4141

0 commit comments

Comments
 (0)