Skip to content

Commit cea6f82

Browse files
authored
Fixed broken links
1 parent 7dae116 commit cea6f82

File tree

1 file changed

+3
-3
lines changed
  • 17/umbraco-cms/fundamentals/setup/upgrading/version-specific

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ Remove `u.UseInstallerEndpoints();` from the `program.cs` file to avoid issues w
12621262

12631263
**Update code using Angular JS**
12641264

1265-
Angular JS has been removed in Umbraco 14. If you have extended your Umbraco project using Angular JS, it must be updated. for more information read the [Customize Backoffice](../../../../customizing/extend-and-customize-editing-experience.md) documentation.
1265+
Angular JS has been removed in Umbraco 14. If you have extended your Umbraco project using Angular JS, it must be updated. for more information read the [Customize Backoffice](../../../../extending/build-on-umbraco-functionality.md) documentation.
12661266

12671267
**Deprecated property editors**
12681268

@@ -1601,7 +1601,7 @@ This is possible using Models Builder and through the inclusion of [core propert
16011601
16021602
To not break everybody's sites (the results of queries are different when PVCs are enabled), we disabled these PVCs by default.
16031603

1604-
Umbraco 7.6.0 also came with new pickers that store their data as a [UDI (Umbraco Identifier)](https://our.umbraco.com/Documentation/Reference/Querying/Udi). We wanted to simplify the use of these new pickers and by default we wanted PVC's to always be enabled for those pickers.
1604+
Umbraco 7.6.0 also came with new pickers that store their data as a [UDI (Umbraco Identifier)](https://docs.umbraco.com/umbraco-cms/reference/querying/udi-identifiers). We wanted to simplify the use of these new pickers and by default we wanted PVC's to always be enabled for those pickers.
16051605
16061606
We noticed that some new pickers also got their PVC's disabled when the configuration setting was set to false (`<EnablePropertyValueConverters>false</EnablePropertyValueConverters>`).
16071607

@@ -1752,7 +1752,7 @@ and
17521752

17531753
Umbraco Forms 6.0.0 has been released to be compatible with Umbraco 7.6. It is a new major version release of Forms primarily due to the strict dependency on 7.6+. If you are using Forms, you will need to update it to version 6.0.0
17541754

1755-
There are [**important Forms upgrade documentation that you will need to read.**](https://docs.umbraco.com/umbraco-forms/installation/version-specific.md#version-4-to-version-6).
1755+
There are [**important Forms upgrade documentation that you will need to read.**](https://github.com/umbraco/UmbracoDocs/blob/umbraco-eol-versions/11/umbraco-forms/installation/version-specific.md).
17561756
17571757
**Courier**
17581758

0 commit comments

Comments
 (0)