From b2a118fd6844b4d35d612ed95505712e193cd75f Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Tue, 11 Aug 2026 14:33:26 -0400 Subject: [PATCH] docs: Point Stock.Indicators links at facioquo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These repos moved out of the DaveSkender account into the facioquo org, and Stock.Indicators was renamed to stock-indicators-dotnet. GitHub redirects the old paths, so nothing was visibly broken — which is why these went unnoticed — but they name an owner that no longer holds the repo. Discussion numbers survive a transfer, so the deep links (503, 579, 801) resolve unchanged under the new path; verified before rewriting. Left alone deliberately: github.com/DaveSkender profile links, @DaveSkender mentions, and the contributors data, which name a real person rather than a stale repo path. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9fba18d..d9bcb81 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ dotnet --version # Should be ≥ 6.0 It's time to start writing some code. -5. To start, **add a [`quotes.csv`](quotes.csv) file** containing historical financial market prices in OHLCV format. Use the one I put in this repo. You can worry about all the available [stock quote sources](https://github.com/DaveSkender/Stock.Indicators/discussions/579) later. +5. To start, **add a [`quotes.csv`](quotes.csv) file** containing historical financial market prices in OHLCV format. Use the one I put in this repo. You can worry about all the available [stock quote sources](https://github.com/facioquo/stock-indicators-dotnet/discussions/579) later. 6. **Create a [`main.py`](main.py) file and import the utilities we'll be using at the top of it.** @@ -180,19 +180,19 @@ It's time to start writing some code. ## Next steps - Explore [all available indicators](https://python.stockindicators.dev/indicators/) -- Learn about [data sources](https://github.com/DaveSkender/Stock.Indicators/discussions/579) -- Join our [community discussions](https://github.com/DaveSkender/Stock.Indicators/discussions) +- Learn about [data sources](https://github.com/facioquo/stock-indicators-dotnet/discussions/579) +- Join our [community discussions](https://github.com/facioquo/stock-indicators-dotnet/discussions) ## Getting help Having trouble? Try these resources: - [Documentation](https://python.stockindicators.dev) -- [GitHub Discussions](https://github.com/DaveSkender/Stock.Indicators/discussions) +- [GitHub Discussions](https://github.com/facioquo/stock-indicators-dotnet/discussions) - [Stack Overflow](https://stackoverflow.com/questions/tagged/stock-indicators) ## Share your work -**Built something cool?** [Share it](https://github.com/DaveSkender/Stock.Indicators/discussions/categories/show-and-tell) with the community! +**Built something cool?** [Share it](https://github.com/facioquo/stock-indicators-dotnet/discussions/categories/show-and-tell) with the community! — @DaveSkender, January 2025