Skip to content

Commit

Permalink
fix broken link languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Eelen committed Oct 5, 2023
1 parent 7fb597e commit c430e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion event-languages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-languages.json",
"title": "event.languages",
"description": "List of languages that the [event](https://docs.publiq.be/docs/uitdatabank/models/event) is available in. (Not all localizable properties may contain every language though)\n\nAdded automatically by UiTdatabank based on the languages present in localized properties.\n\nSee also [completedLanguages](./event-completedLanguages.json)."
"description": "List of languages that the [event](https://docs.publiq.be/docs/uitdatabank/models/event) is available in. (Not all localizable properties may contain every language though)\n\nAdded automatically by UiTdatabank based on the languages present in localized properties.\n\nSee also [completedLanguages](./models/event-completedLanguages.json)."
}
2 changes: 1 addition & 1 deletion place-mainLanguage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-mainLanguage.json",
"title": "place.mainLanguage",
"description": "The main language that the [place](https://docs.publiq.be/docs/uitdatabank/models/place) is described in. All localized properties like (./models/event-openingHours.json)(./models/place-name.json) and [description](./place-description.json) will be required to have at least a value for this language.\n\nCan be one of `nl`, `fr`, `de`, or `en`."
"description": "The main language that the [place](https://docs.publiq.be/docs/uitdatabank/models/place) is described in. All localized properties like (./models/event-openingHours.json)(./models/place-name.json) and [description](./models/place-description.json) will be required to have at least a value for this language.\n\nCan be one of `nl`, `fr`, `de`, or `en`."
}

0 comments on commit c430e7d

Please sign in to comment.