Skip to content

Commit a773fa1

Browse files
committed
chore(common): fix unresolved urls
1 parent 3748416 commit a773fa1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

components/editor/toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Button groups can take only buttons, and dropdowns and custom tools cannot be ad
109109

110110
>caption Examples:
111111
112-
* [Add/Remove Tools From Existing Toolbar](#addremove-tools-from-existing-toolbar)
112+
* [Add/Remove Tools From Existing Toolbar](#add-remove-tools-from-existing-toolbar)
113113
* [Create a Toolbar From Scratch](#create-a-toolbar-from-scratch)
114114
* [Customize Built-in Tools](#customize-built-in-tools)
115115

components/treeview/data-binding/load-on-demand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The **example** below shows how you can handle flat data load on demand in detai
234234

235235
## Hierarchical Data Load on Demand - Different Models
236236

237-
The **example** below shows how you can handle hierarchical data load on demand in detail. It uses two different models for the two different [levels of data bindings]({%slug components/treeview/data-binding/overview%}#multiple-level-bindings) it showcases. You do not have to use different models and/or different bindings ( see [Hierarchical Data Load on Demand - One Model](#hierarchical-data-load-on-demand---one-model) ).
237+
The **example** below shows how you can handle hierarchical data load on demand in detail. It uses two different models for the two different [levels of data bindings]({%slug components/treeview/data-binding/overview%}#multiple-level-bindings) it showcases. You do not have to use different models and/or different bindings ( see [Hierarchical Data Load on Demand - One Model](#hierarchical-data-load-on-demand-one-model) ).
238238

239239
>caption Different Models Hierarchical Data Load on Demand in a TreeView with sample handling of the various cases. Review the code comments for details.
240240

deployment/nuget-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ In your `NuGet.Config` file, set the `Username` value to `api-key` and the `Clea
8282

8383
### Using .NET CLI Commands
8484

85-
You can use the .NET CLI `add source` or `update source` commands to set the credentials of a package source. This CLI approach is applicable if your CI system doesn't support [environment variable secrets](#storing-nuget-keys) or if you do not [use a custom `NuGet.Config`](#using-a-nugetconfig-file).
85+
You can use the .NET CLI `add source` or `update source` commands to set the credentials of a package source. This CLI approach is applicable if your CI system doesn't support [environment variable secrets](#storing-nuget-keys) or if you do not [use a custom `NuGet.Config`](#using-a-nuget-config-file).
8686

8787
* To set the credentials in Azure DevOps:
8888

installation/nuget.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Refer to the [Microsoft documentation about using packages in Visual Studio](htt
5959

6060
When adding NuGet sources from the .NET CLI, the credentials are stored in the `NuGet.Config` file. The [password can be encrypted on Windows, but with limitations](#store-encrypted-credentials). You can use a plain text password, but for better security, [generate a NuGet API Key](#use-nuget-api-key), and use it with the .NET CLI instead of a password.
6161

62-
To add the Telerik NuGet package source with the .NET CLI, use the [`dotnet nuget add source`](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-add-source) command. This command creates or updates a `NuGet.Config` file for you, so you don't have to [edit it manually](#edit-the-nugetconfig-file).
62+
To add the Telerik NuGet package source with the .NET CLI, use the [`dotnet nuget add source`](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-add-source) command. This command creates or updates a `NuGet.Config` file for you, so you don't have to [edit it manually](#edit-the-nuget-config-file).
6363

6464
The command below stores the password or NuGet API Key in plain text in the [global config file](https://learn.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior#config-file-locations-and-uses).
6565

@@ -128,7 +128,7 @@ To edit a `NuGet.Config` file and add the Telerik feed, you need to:
128128

129129
## Use NuGet API Key
130130

131-
There are two ways to authenticate with the Telerik NuGet server when you add the Telerik NuGet source [with the .NET CLI](#use-the-net-cli) or [edit the `NuGet.Config` file manually](#edit-the-nugetconfig-file):
131+
There are two ways to authenticate with the Telerik NuGet server when you add the Telerik NuGet source [with the .NET CLI](#use-the-net-cli) or [edit the `NuGet.Config` file manually](#edit-the-nuget-config-file):
132132

133133
* Use your Telerik account email as the username, and your Telerik password.
134134
* Use `api-key` as the username and your personal [NuGet API Key]({%slug installation/nuget-keys%}) as the password.

0 commit comments

Comments
 (0)