Skip to content

Commit 2789789

Browse files
committed
fix: Repoint .NET doc image URLs after repo rename
The Stock.Indicators repo moved to facioquo/stock-indicators-dotnet and v3.0.0 migrated its docs to VitePress, deleting docs/assets/charts. raw.githubusercontent does not follow repo renames, so all 82 chart images plus examples.webp returned 404 and HTML-Proofer failed. Pin to d0b99458, the last commit carrying the full PascalCase set.
1 parent 45f2ebb commit 2789789

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

docs/_config.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,16 @@ logo: /assets/icons/android-chrome-192x192.png
1818

1919
# .NET site URL refs
2020
dotnet:
21-
repo: "https://github.com/DaveSkender/Stock.Indicators"
22-
src: "https://github.com/DaveSkender/Stock.Indicators/blob/main/src"
23-
charts: "https://raw.githubusercontent.com/DaveSkender/Stock.Indicators/main/docs/assets/charts"
21+
repo: "https://github.com/facioquo/stock-indicators-dotnet"
22+
src: "https://github.com/facioquo/stock-indicators-dotnet/blob/main/src"
23+
# The .NET docs moved to VitePress in v3.0.0 (896ae089), which deleted
24+
# docs/assets/charts and renamed the surviving images to kebab-case.
25+
# raw.githubusercontent does not follow repo renames, so the old
26+
# DaveSkender/Stock.Indicators URLs 404. Pinned to the last commit that
27+
# still carries the full PascalCase set — four of the images referenced
28+
# here (AdIndex, Correlation, HeikinAshi, StdDevChannelsFull) have no
29+
# equivalent in the current tree.
30+
charts: "https://raw.githubusercontent.com/facioquo/stock-indicators-dotnet/d0b99458e17505c32b966109b5e38979cd25c047/docs/assets/charts"
2431

2532
# this site URL refs
2633
python:

docs/pages/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Explore more information:
3535

3636
## Samples
3737

38-
![image](https://raw.githubusercontent.com/DaveSkender/Stock.Indicators/main/docs/examples.webp)
38+
![image](https://raw.githubusercontent.com/facioquo/stock-indicators-dotnet/d0b99458e17505c32b966109b5e38979cd25c047/docs/examples.webp)
3939

4040
### Example usage
4141

0 commit comments

Comments
 (0)