Skip to content

Commit 605bbb7

Browse files
committed
Fixed broken link and removed unnecessary \
1 parent 3a9d616 commit 605bbb7

File tree

3 files changed

+7
-7
lines changed
  • 14/umbraco-cms/fundamentals/setup/upgrading/version-specific
  • 15/umbraco-cms/fundamentals/setup/upgrading/version-specific
  • 16/umbraco-cms/fundamentals/setup/upgrading/version-specific

3 files changed

+7
-7
lines changed

14/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ The `package.manifest` file is no longer supported and has been replaced with th
8181

8282
[Smidge has been removed from the default installation](https://github.com/umbraco/Umbraco-CMS/pull/15788) along with the RuntimeMinification setting and related classes. Smidge used to bundle up Backoffice and package assets before, however, with the Bellissima, we have migrated entirely to ESModules. This means we can no longer predict how modules work in automated bundles.
8383

84-
It's recommended that you bundle up your Backoffice static assets for instance by a tool called Vite. You can read more about this on the [Vite Package Setup](https://docs.umbraco.com/umbraco-cms/extending/customize-backoffice/vite-package-setup) article. You can still use libraries like Smidge for frontend static assets by manually installing the package from NuGet.
84+
It's recommended that you bundle up your Backoffice static assets for instance by a tool called Vite. You can read more about this on the [Vite Package Setup](../../../../customizing/development-flow/vite-package-setup.md) article. You can still use libraries like Smidge for frontend static assets by manually installing the package from NuGet.
8585

86-
You can read the [Smidge documentation](https://github.com/Shazwazza/Smidge/wiki) on how to set up a similar setting to RuntimeMinification.\
86+
You can read the [Smidge documentation](https://github.com/Shazwazza/Smidge/wiki) on how to set up a similar setting to RuntimeMinification.
8787
For sites being upgraded from V13 or below, please remove [these two lines](https://github.com/umbraco/Umbraco-CMS/blob/04ed514a21279ae82d95b34c55cb2ba96545eb39/src/Umbraco.Web.UI/Views/\_ViewImports.cshtml#L7-L8) from the `_ViewImports.cshtml` file.
8888

8989
* **Base classes for Backoffice controllers have been removed**
@@ -201,7 +201,7 @@ This will use Umbraco’s default button to sign in with the provider. You can a
201201

202202
Additionally, on the backend side, there is an additional helper available to do proper error handling. You can utilize this by using the options pattern to configure the provider.
203203

204-
More details and code examples can be found in the [External Login Providers](../../../../reference/security/external-login-providers.md) article.\\
204+
More details and code examples can be found in the [External Login Providers](../../../../reference/security/external-login-providers.md) article.
205205

206206
* **Deprecated SQLite provider name removed**
207207

15/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The `package.manifest` file is no longer supported and has been replaced with th
132132

133133
It's recommended that you bundle up your Backoffice static assets for instance by a tool called Vite. You can read more about this on the [Vite Package Setup](https://docs.umbraco.com/umbraco-cms/customizing/development-flow/vite-package-setup) article. You can still use libraries like Smidge for frontend static assets by manually installing the package from NuGet.
134134

135-
You can read the [Smidge documentation](https://github.com/Shazwazza/Smidge/wiki) on how to set up a similar setting to RuntimeMinification.\
135+
You can read the [Smidge documentation](https://github.com/Shazwazza/Smidge/wiki) on how to set up a similar setting to RuntimeMinification.
136136
For sites being upgraded from V13 or below, please remove [these two lines](https://github.com/umbraco/Umbraco-CMS/blob/04ed514a21279ae82d95b34c55cb2ba96545eb39/src/Umbraco.Web.UI/Views/_ViewImports.cshtml#L7-L8) from the `_ViewImports.cshtml` file.
137137

138138
* **Base classes for Backoffice controllers have been removed**
@@ -250,7 +250,7 @@ This will use Umbraco’s default button to sign in with the provider. You can a
250250

251251
Additionally, on the backend side, there is an additional helper available to do proper error handling. You can utilize this by using the options pattern to configure the provider.
252252

253-
More details and code examples can be found in the [External Login Providers](../../../../reference/security/external-login-providers.md) article.\\
253+
More details and code examples can be found in the [External Login Providers](../../../../reference/security/external-login-providers.md) article.
254254

255255
* **Deprecated SQLite provider name removed**
256256

16/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The `package.manifest` file is no longer supported and has been replaced with th
171171

172172
It's recommended that you bundle up your Backoffice static assets for instance by a tool called Vite. You can read more about this on the [Vite Package Setup](https://docs.umbraco.com/umbraco-cms/customizing/development-flow/vite-package-setup) article. You can still use libraries like Smidge for frontend static assets by manually installing the package from NuGet.
173173

174-
You can read the [Smidge documentation](https://github.com/Shazwazza/Smidge/wiki) on how to set up a similar setting to RuntimeMinification.\
174+
You can read the [Smidge documentation](https://github.com/Shazwazza/Smidge/wiki) on how to set up a similar setting to RuntimeMinification.
175175
For sites being upgraded from V13 or below, please remove [these two lines](https://github.com/umbraco/Umbraco-CMS/blob/04ed514a21279ae82d95b34c55cb2ba96545eb39/src/Umbraco.Web.UI/Views/_ViewImports.cshtml#L7-L8) from the `_ViewImports.cshtml` file.
176176

177177
* **Base classes for Backoffice controllers have been removed**
@@ -289,7 +289,7 @@ This will use Umbraco’s default button to sign in with the provider. You can a
289289

290290
Additionally, on the backend side, there is an additional helper available to do proper error handling. You can utilize this by using the options pattern to configure the provider.
291291

292-
More details and code examples can be found in the [External Login Providers](../../../../reference/security/external-login-providers.md) article.\\
292+
More details and code examples can be found in the [External Login Providers](../../../../reference/security/external-login-providers.md) article.
293293

294294
* **Deprecated SQLite provider name removed**
295295

0 commit comments

Comments
 (0)