Skip to content

Commit

Permalink
more fixes to broken urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Eelen committed Oct 5, 2023
1 parent bd4d54d commit 7339952
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion event-hiddenLabels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-labels.json",
"title": "event.hiddenLabels",
"description": "Same as [labels](./event-labels.json), but for labels that should not be visible for end users on publication channels and should instead only be used for filtering or other processing."
"description": "Same as [labels](./models/event-labels.json), but for labels that should not be visible for end users on publication channels and should instead only be used for filtering or other processing."
}
2 changes: 1 addition & 1 deletion event-labels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-labels.json",
"title": "event.labels",
"description": "One or more labels that categorize the [event](./models/event.json). Compared to [terms](./event-terms.json), labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nSee [hiddenLabels](./event-hiddenLabels.json) for labels that should not be visible on publication channels."
"description": "One or more labels that categorize the [event](./models/event.json). Compared to [terms](./models/event-terms.json), labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nSee [hiddenLabels](./models/event-hiddenLabels.json) for labels that should not be visible on publication channels."
}
2 changes: 1 addition & 1 deletion organizer-hiddenLabels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-labels.json",
"title": "organizer.hiddenLabels",
"description": "Same as [labels](./organizer-labels.json), but for labels that should not be visible for end users on publication channels and should instead only be used for filtering or other processing.\n\nLabels must match the `^(?=.{2,255}$)(?=.*\\S.*\\S.*)[^;]*$` pattern."
"description": "Same as [labels](./models/organizer-labels.json), but for labels that should not be visible for end users on publication channels and should instead only be used for filtering or other processing.\n\nLabels must match the `^(?=.{2,255}$)(?=.*\\S.*\\S.*)[^;]*$` pattern."
}
2 changes: 1 addition & 1 deletion organizer-labels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-labels.json",
"title": "organizer.labels",
"description": "One or more labels that categorize the [organizer](./models/organizer.json). Labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nLabels must match the `^(?=.{2,255}$)(?=.*\\S.*\\S.*)[^;]*$` pattern.\n\nSee [hiddenLabels](./organizer-hiddenLabels.json) for labels that should not be visible on publication channels."
"description": "One or more labels that categorize the [organizer](./models/organizer.json). Labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nLabels must match the `^(?=.{2,255}$)(?=.*\\S.*\\S.*)[^;]*$` pattern.\n\nSee [hiddenLabels](./models/organizer-hiddenLabels.json) for labels that should not be visible on publication channels."
}
2 changes: 1 addition & 1 deletion place-hiddenLabels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-labels.json",
"title": "place.hiddenLabels",
"description": "Same as [labels](./place-labels.json), but for labels that should not be visible for end users on publication channels and should instead only be used for filtering or other processing."
"description": "Same as [labels](./models/place-labels.json), but for labels that should not be visible for end users on publication channels and should instead only be used for filtering or other processing."
}
2 changes: 1 addition & 1 deletion place-labels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-labels.json",
"title": "place.labels",
"description": "One or more labels that categorize the [place](./models/place.json). Compared to [terms](./place-terms.json), labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nSee [hiddenLabels](./place-hiddenLabels.json) for labels that should not be visible on publication channels."
"description": "One or more labels that categorize the [place](./models/place.json). Compared to [terms](./models/place-terms.json), labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nSee [hiddenLabels](./models/place-hiddenLabels.json) for labels that should not be visible on publication channels.",
}

0 comments on commit 7339952

Please sign in to comment.