Skip to content

Commit c1a8d37

Browse files
committed
chore(common): fix remaining links
1 parent 34e2946 commit c1a8d37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/form/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ When you provide an `EditContext` to the form, you can use its [`EnableDataAnnot
6464

6565
When you provide an `EditContext` to the form, you can use its [`EnableDataAnnotationsValidation(IServiceProvider serviceProvider)`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.forms.editcontextdataannotationsextensions.enabledataannotationsvalidation?view=aspnetcore-8.0#microsoft-aspnetcore-components-forms-editcontextdataannotationsextensions-enabledataannotationsvalidation(microsoft-aspnetcore-components-forms-editcontext-system-iserviceprovider)) method to add the data annotation validation instead of using the markup. This is useful in the following cases:
6666
* When the model the form is bound to changes at runtime. For example, when you [have a reset button]({%slug form-formitems-buttons%}#how-to-add-a-reset-clear-button-to-the-form).
67-
* When you need to re-attach the validation after changing the `Model`. In this case you need to use the [reference to the Form component]({%slug form-overview%}#component-reference)—`TheFormReference.EditContext.EnableDataAnnotationsValidation(IServiceProvider serviceProvider)`.
67+
* When you need to re-attach the validation after changing the `Model`. In this case you need to use the [reference to the Form component]({%slug form-overview%}#form-reference-and-methods)—`TheFormReference.EditContext.EnableDataAnnotationsValidation(IServiceProvider serviceProvider)`.
6868

6969
@[template](/_contentTemplates/common/form-validation.md#note-telerik-role-in-validation)
7070

components/map/layers/marker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The marker functionality allows you to add points of interest to the Map. These
1515
This article describes how to:
1616

1717
* [Create Marker layers](#creating-marker-layers)
18-
* [Customize the Marker appearance](#customizing-marker-appearances)
18+
* [Customize the Marker appearance](#customizing-marker-appearance)
1919
* [Define Marker shapes](#defining-marker-shapes)
2020
* [Set Marker tooltips](#setting-marker-tooltips)
2121

@@ -27,7 +27,7 @@ To define a Marker layer in the Map:
2727
2. Set the `Type` parameter of the `MapLayer` to `MapLayersType.Marker`.
2828
3. Set the `Data` parameter.
2929
4. Set the `LocationField` and `TitleField` parameters to the respective property names of the model class.
30-
5. (Optional) Provide the [tooltip settings](#setting-marker-tooltip) and choose the [Marker shape](#defining-marker-shapes).
30+
5. (Optional) Provide the [tooltip settings](#setting-marker-tooltips) and choose the [Marker shape](#defining-marker-shapes).
3131

3232
The following example demonstrates how to configure the Marker layer of the Map.
3333

0 commit comments

Comments
 (0)