From c6814dc2b16770a498e1eba2a35a00e678276ec7 Mon Sep 17 00:00:00 2001
From: Nikita Titov <nekit94-08@mail.ru>
Date: Sat, 20 Oct 2018 17:28:29 +0300
Subject: [PATCH] Updated links to sdk functions

---
 documents/resources/daemon-settings.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documents/resources/daemon-settings.md b/documents/resources/daemon-settings.md
index 0eb0211..4d0ddc2 100644
--- a/documents/resources/daemon-settings.md
+++ b/documents/resources/daemon-settings.md
@@ -4,7 +4,7 @@ This document outlines how to configure daemon settings and what options are ava
 
 ## Daemon settings configuration 
 
-The easiest way to configure the settings is by editing the `daemon_settings.yml` file (may need to be created) that resides in the default [lbrynet directory](https://lbry.io/faq/lbry-directories). These settings can also be configured via the [settings_set](https://lbry.tech/api/protocol#settings_set) API call. The [settings_get](https://lbry.tech/api/protocol#settings_get) API call can be used to retrieve current values. Currently not all settings are made available via the API calls, see [GitHub issue 1374](https://github.com/lbryio/lbry/issues/1374). 
+The easiest way to configure the settings is by editing the `daemon_settings.yml` file (may need to be created) that resides in the default [lbrynet directory](https://lbry.io/faq/lbry-directories). These settings can also be configured via the [settings_set](https://lbry.tech/api/sdk#settings_set) API call. The [settings_get](https://lbry.tech/api/sdk#settings_get) API call can be used to retrieve current values. Currently not all settings are made available via the API calls, see [GitHub issue 1374](https://github.com/lbryio/lbry/issues/1374). 
 
 Sample daemon_settings.yml file:
 ```