From 7e88fdf1dfc1fdc687625685c8aeb16454120afc Mon Sep 17 00:00:00 2001 From: Nick Evans <2616208+nickevansuk@users.noreply.github.com> Date: Wed, 20 Mar 2024 21:00:16 +0000 Subject: [PATCH] fix: Rename organisation in dataset site to "OpenActive Reference Implementation" --- Examples/BookingSystem.AspNetCore/Settings/EngineConfig.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/BookingSystem.AspNetCore/Settings/EngineConfig.cs b/Examples/BookingSystem.AspNetCore/Settings/EngineConfig.cs index 70ab090c..3d5b28f0 100644 --- a/Examples/BookingSystem.AspNetCore/Settings/EngineConfig.cs +++ b/Examples/BookingSystem.AspNetCore/Settings/EngineConfig.cs @@ -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 { "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 = "hello@example.com",