-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Rename organisation in dataset site to "OpenActive Reference Imp…
…lementation"
- Loading branch information
1 parent
027d806
commit 7e88fdf
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,9 +202,9 @@ public static StoreBookingEngine CreateStoreBookingEngine(AppSettings appSetting | |
DatasetDiscussionUrl = "https://github.com/openactive/OpenActive.Server.NET/issues".ParseUrlOrNull(), | ||
DatasetDocumentationUrl = "https://developer.openactive.io/".ParseUrlOrNull(), | ||
DatasetLanguages = new List<string> { "en-GB" }, | ||
OrganisationName = "Example", | ||
OrganisationName = "OpenActive Reference Implementation", | ||
OrganisationUrl = "https://www.example.com/".ParseUrlOrNull(), | ||
OrganisationLegalEntity = "Example", | ||
OrganisationLegalEntity = "OpenActive Reference Implementation", | ||
OrganisationPlainTextDescription = "The Reference Implementation provides an example of an full conformant implementation of the OpenActive specifications.", | ||
OrganisationLogoUrl = $"{appSettings.ApplicationHostBaseUrl}/images/placeholder-logo.png".ParseUrlOrNull(), | ||
OrganisationEmail = "[email protected]", | ||
|