From 6ddb3b96dd6ca9d02f4a60dde9db25b25533a814 Mon Sep 17 00:00:00 2001 From: Danglewood <85772166+deeleeramone@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:56:26 -0700 Subject: Fix URL in SDK Stock Screener Intro Fixes the URL pointing to the OpenBBUserData folder guide. --- website/content/sdk/usage/intros/stocks/stocks-screener.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/sdk/usage/intros/stocks/stocks-screener.md b/website/content/sdk/usage/intros/stocks/stocks-screener.md index 18888a688bc..b3940d9ee68 100644 --- a/website/content/sdk/usage/intros/stocks/stocks-screener.md +++ b/website/content/sdk/usage/intros/stocks/stocks-screener.md @@ -147,7 +147,7 @@ Price/Free Cash Flow = Low (<15) Beta = Under 1 ``` -Copy the block above to a new text file in any editor, and save the file to the [OpenBBUserData](https://docs.openbb.co/sdk/usage/guides/data) folder, naming it something like, `sdk_guide_preset.ini`. **This preset has also been included with the installation**. Declaring the path to the preset file, when located in the OpenBBUserData folder, is not required. The kernel must be restarted when a file is renamed or created; however, changes to the preset itself will be reflected immediately and without restarting. +Copy the block above to a new text file in any editor, and save the file to the [OpenBBUserData](https://docs.openbb.co/terminal/usage/guides/data) folder, naming it something like, `sdk_guide_preset.ini`. **This preset has also been included with the installation**. Declaring the path to the preset file, when located in the OpenBBUserData folder, is not required. The kernel must be restarted when a file is renamed or created; however, changes to the preset itself will be reflected immediately and without restarting. It is a good idea to test choices made before making it too complicated. Start with a handful of filters and modify, or add, them one-at-a-time. Let's pass what we have so far through the screener with `performance` selected as the `data_type`. -- cgit v1.2.3