Skip to content

Commit d192052

Browse files
authored
Fix links for setting keys and secure settings
Updated links to the available list of setting keys and secure settings keys in the documentation.
1 parent d673b30 commit d192052

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cli-arguments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
| `--[enable\|disable]-secure-setting-for-user username key` | Enables/disables the given secure setting for the given key<sup>2</sup> and username. Requires administrator rights. | 3.2.1+ |
1919
| `--[enable\|disable]-secure-setting key` | Enables/disables the given secure setting<sup>2</sup> for current user. This will generate a UAC prompt | 3.2.1+ |
2020

21-
1. See the available list of setting keys [here](https://github.com/marticliment/UniGetUI/blob/fc98f312a72b80e14a8ac10687f4fc506a5c9cc4/src/UniGetUI.Core.Settings/SettingsEngine_Names.cs#L89)
22-
2. See the available list of secure settings keys [here](https://github.com/marticliment/UniGetUI/blob/fc98f312a72b80e14a8ac10687f4fc506a5c9cc4/src/UniGetUI.Core.SecureSettings/SecureSettings.cs#L20)
21+
1. See the available list of setting keys [here](https://github.com/marticliment/UniGetUI/blob/fc98f312a72b80e14a8ac10687f4fc506a5c9cc4/src/UniGetUI.Core.Settings/SettingsEngine_Names.cs#L5)
22+
2. See the available list of secure settings keys [here](https://github.com/marticliment/UniGetUI/blob/fc98f312a72b80e14a8ac10687f4fc506a5c9cc4/src/UniGetUI.Core.SecureSettings/SecureSettings.cs#L10)
2323

2424

2525
\*After modifying the settings, you must ensure that any running instance of UniGetUI is restarted for the changes to take effect

0 commit comments

Comments
 (0)