Typo and broken links
There is a typo on this page. user should be use
https://sedona.apache.org/1.5.0/setup/install-scala/
There are also some broken links found through the following commands:
cargo install lychee
export PATH="$HOME/.cargo/bin:$PATH"
find . -type f \( -name "*.md" -o -name "*.ipynb" \) -print0 | xargs -0 lychee --verbose --exclude-mail
- https://www.youtube.com/watch?v=stac-video
- https://github.com/apache/sedona/tree/master/examples/spark-viz
- https://github.com/apache/sedona/tree/master/examples/viz
- https://dcbadge.vercel.app/api/server/9A3k5dEBsY
- https://overpass-api.de/api/interpreter/
And http://www.apache.org/licenses/LICENSE-2.0 should use https
Thank you for your interest in Apache Sedona! We appreciate you opening your first issue. Contributions like yours help make Apache Sedona better.
Hi @giswqs Sir, thank you for pointing this out! I’d like to take this up and submit a PR to fix the typo (user → use) and also address the broken links you listed, including updating the license URL to use HTTPS. Let me know if there’s anything else you'd like me to include while I’m at it.
It appears that http appears in 1,218 files. That will result too many file changes. You might want to skip this one.
Thanks for the clarification @giswqs! Understood — I’ll focus only on the typo fix and selectively look into the broken links mentioned in the issue.
For those links, would you prefer I try to update them if replacements are available, or remove them if they're no longer valid? Let me know what you'd recommend — I’ll proceed accordingly and submit a PR shortly.
Hi @giswqs , submitted a PR for the typo fix here: #2000 .
Happy to update further if needed!