Skip to content

Commit 165effb

Browse files
committed
Fix broken links in the Forms docs v15
1 parent 5e152e8 commit 165effb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

15/umbraco-forms/developer/extending/adding-a-fieldtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This will be rendered when the default theme is used.
123123

124124
If working with Umbraco 9 or earlier versions, you'll find the `Views\Partials\Forms\Themes\default\` folder on disk and can create the files there.
125125

126-
For Umbraco 10 and above, we've moved to [distributing the theme as part of a Razor Class Library](../../upgrading/version-specific/#views-and-client-side-files) so the folder won't exist. However, you can create it for your custom field type. If you would like to reference the partial views of the default theme, you can download them as mentioned in the [Themes](../themes.md) article.
126+
For Umbraco 10 and above, we've moved to distributing the theme as part of a Razor Class Library so the folder won't exist. However, you can create it for your custom field type. If you would like to reference the partial views of the default theme, you can download them as mentioned in the [Themes](../themes.md) article.
127127

128128
### Read-only partial view
129129

15/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To set a prevalue source:
1616
4. The **Choose prevalue source type** pane opens in the right-side of the editor.
1717
5. Select the type of prevalue source. For more information on the different default types, see the [Overview of the Prevalue Source Types](prevalue-source-types.md) article.
1818

19-
![Choose type](images/choosetype-v14.png.png)
19+
![Choose type](images/choosetype-v14.png)
2020

2121
### Configuring the Prevalue Source
2222

15/umbraco-forms/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In this section, we have summarized the changes to Umbraco Forms released in eac
99
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
1010

1111
{% hint style="info" %}
12-
If you are upgrading to a new major version, you can find information about the breaking changes in the [Version Specific Upgrade Notes](upgrading/version-specific/) article.
12+
If you are upgrading to a new major version, you can find information about the breaking changes in the [Version Specific Upgrade Notes](upgrading/version-specific.md) article.
1313
{% endhint %}
1414

1515
## Release history
@@ -122,7 +122,7 @@ Other bug fixes included in the release:
122122
### [15.0.0-rc1](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.0) (October 8th 2024)
123123

124124
* Compatibility with Umbraco 15.0.0-rc1
125-
* See full details of breaking changes under the [Version-specific Upgrade Guide](upgrading/version-specific/).
125+
* See full details of breaking changes under the [Version-specific Upgrade Guide](upgrading/version-specific.md).
126126
* Made retrieval of prevalue source values and execution of record exports asynchronous [#1285](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1285).
127127
* Preview of features due in 13.3 and 14.2:
128128
* Option to display paging details for multi-page forms.

0 commit comments

Comments
 (0)