Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected the uSync page URL casing #680

Open
wants to merge 1 commit into
base: v14/dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PackageIconUrl></PackageIconUrl>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://jumoo.co.uk/uSync</PackageProjectUrl>
<PackageProjectUrl>https://jumoo.co.uk/usync</PackageProjectUrl>
<PackageTags>Umbraco</PackageTags>

<RepositoryUrl>https://github.com/KevinJump/uSync8/tree/core/main</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion uSync.Backoffice.Assets/App_Plugins/uSync/addons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class uSyncAddOnsElement extends UmbElementMixin(LitElement) {

<div class="cta">
<uui-button
href="https://jumoo.co.uk/uSync/complete/"
href="https://jumoo.co.uk/usync/complete/"
target="_blank"
color="positive"
look="primary"
Expand Down
2 changes: 1 addition & 1 deletion uSync/uSync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReadmeFile>readme.md</PackageReadmeFile>

<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://jumoo.co.uk/uSync</PackageProjectUrl>
<PackageProjectUrl>https://jumoo.co.uk/usync</PackageProjectUrl>

<PackageTags>umbraco usync umbraco-marketplace</PackageTags>

Expand Down
2 changes: 1 addition & 1 deletion uSync/usync.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MPL-2.0</license>
<licenseUrl>https://licenses.nuget.org/MPL-2.0</licenseUrl>
<projectUrl>https://jumoo.co.uk/uSync</projectUrl>
<projectUrl>https://jumoo.co.uk/usync</projectUrl>
<description>uSync from Umbraco CMS</description>
<releaseNotes>9.0 - Dotnet core version</releaseNotes>
<copyright>Jumoo @ 2013-2021</copyright>
Expand Down