Skip to content

Commit 0225414

Browse files
authored
Merge pull request #32 from ReproNim/rename
change library branch from master to main
2 parents ae2bfc7 + 7ba27ce commit 0225414

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

activities/Activity1/activity1_schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@context": [ "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
33
{
4-
"rl": "https://raw.githubusercontent.com/ReproNim/reproschema-library/master/activities/"
4+
"rl": "https://raw.githubusercontent.com/ReproNim/reproschema-library/main/activities/"
55
}
66
],
77
"@type": "reproschema:Activity",

activities/Activity2/items/language_item

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"responseOptions": {
1414
"valueType": "xsd:string",
1515
"multipleChoice": true,
16-
"choices": "https://raw.githubusercontent.com/ReproNim/reproschema-library/master/resources/languages.json"
16+
"choices": "https://raw.githubusercontent.com/ReproNim/reproschema-library/main/resources/languages.json"
1717
}
1818
}

0 commit comments

Comments
 (0)