summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Maslek <jmaslek11@gmail.com>2023-08-22 09:44:02 -0400
committerGitHub <noreply@github.com>2023-08-22 09:44:02 -0400
commite0207e709559086d7bcf368cc7a98fc41d974618 (patch)
tree46cfb34efde763a7681d9f9b4bd78f16495bd682
parentc04cf95af040209217606dd903c6a1b1067a8c20 (diff)
parent6ddb3b96dd6ca9d02f4a60dde9db25b25533a814 (diff)
Merge pull request #5360 from OpenBB-finance/hotfix/fix-url-sdk-intro
Fix URL in SDK Stock Screener Intro
-rw-r--r--website/content/sdk/usage/intros/stocks/stocks-screener.md2
1 files changed, 1 insertions, 1 deletions
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`.