From cfca614bbeb78fae97fb9f878cb71934b603f03b Mon Sep 17 00:00:00 2001 From: Richard Thompson Date: Thu, 31 Oct 2024 22:48:21 +0000 Subject: [PATCH] Corrected the uSync page URL casing If you click on the project URL when viewing the NuGet package in Visual Studio you get a 404 error. That's because it's using https://jumoo.co.uk/uSync which doesn't work, the URL needs to be https://jumoo.co.uk/usync (lower case u). I have therefore updated the URL with the lower case u to fix that. --- Directory.Build.props | 2 +- README.md | 2 +- uSync.Backoffice.Assets/App_Plugins/uSync/addons.txt | 2 +- .../usync-assets/src/workspace/views/addons/addons.element.ts | 2 +- uSync/uSync.csproj | 2 +- uSync/usync.nuspec | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7bf30fcd..8214b3c8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,7 +6,7 @@ MPL-2.0 - https://jumoo.co.uk/uSync + https://jumoo.co.uk/usync Umbraco https://github.com/KevinJump/uSync8/tree/core/main diff --git a/README.md b/README.md index ad5b6e8c..cc32239b 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ Database syncing tool for Umbraco uSync is a Umbraco package that reads and writes your Umbraco settings to and from disk. This allows you to source control and deploy changes you make inside Umbraco. -https://jumoo.co.uk/uSync/ +https://jumoo.co.uk/usync/ diff --git a/uSync.Backoffice.Assets/App_Plugins/uSync/addons.txt b/uSync.Backoffice.Assets/App_Plugins/uSync/addons.txt index 81a4cca9..d5b15d56 100644 --- a/uSync.Backoffice.Assets/App_Plugins/uSync/addons.txt +++ b/uSync.Backoffice.Assets/App_Plugins/uSync/addons.txt @@ -5,7 +5,7 @@ "title": "uSync Complete", "headline": "Get everything with uSync.Complete", "text": "uSync Complete brings together all the best bits of uSync into one place.", - "link": "https://jumoo.co.uk/uSync/complete/", + "link": "https://jumoo.co.uk/usync/complete/", "icons": [ { "icon": "icon-arrow-up", diff --git a/uSync.Backoffice.Management.Client/usync-assets/src/workspace/views/addons/addons.element.ts b/uSync.Backoffice.Management.Client/usync-assets/src/workspace/views/addons/addons.element.ts index a099ceec..3b5e79de 100644 --- a/uSync.Backoffice.Management.Client/usync-assets/src/workspace/views/addons/addons.element.ts +++ b/uSync.Backoffice.Management.Client/usync-assets/src/workspace/views/addons/addons.element.ts @@ -53,7 +53,7 @@ export class uSyncAddOnsElement extends UmbElementMixin(LitElement) {
readme.md MPL-2.0 - https://jumoo.co.uk/uSync + https://jumoo.co.uk/usync umbraco usync umbraco-marketplace diff --git a/uSync/usync.nuspec b/uSync/usync.nuspec index 03afec90..722233be 100644 --- a/uSync/usync.nuspec +++ b/uSync/usync.nuspec @@ -8,7 +8,7 @@ false MPL-2.0 https://licenses.nuget.org/MPL-2.0 - https://jumoo.co.uk/uSync + https://jumoo.co.uk/usync uSync from Umbraco CMS 9.0 - Dotnet core version Jumoo @ 2013-2021