Skip to content

Commit 7e88fdf

Browse files
authored
fix: Rename organisation in dataset site to "OpenActive Reference Implementation"
1 parent 027d806 commit 7e88fdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Examples/BookingSystem.AspNetCore/Settings/EngineConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ public static StoreBookingEngine CreateStoreBookingEngine(AppSettings appSetting
202202
DatasetDiscussionUrl = "https://github.com/openactive/OpenActive.Server.NET/issues".ParseUrlOrNull(),
203203
DatasetDocumentationUrl = "https://developer.openactive.io/".ParseUrlOrNull(),
204204
DatasetLanguages = new List<string> { "en-GB" },
205-
OrganisationName = "Example",
205+
OrganisationName = "OpenActive Reference Implementation",
206206
OrganisationUrl = "https://www.example.com/".ParseUrlOrNull(),
207-
OrganisationLegalEntity = "Example",
207+
OrganisationLegalEntity = "OpenActive Reference Implementation",
208208
OrganisationPlainTextDescription = "The Reference Implementation provides an example of an full conformant implementation of the OpenActive specifications.",
209209
OrganisationLogoUrl = $"{appSettings.ApplicationHostBaseUrl}/images/placeholder-logo.png".ParseUrlOrNull(),
210210
OrganisationEmail = "hello@example.com",

0 commit comments

Comments
 (0)