sedona icon indicating copy to clipboard operation
sedona copied to clipboard

Typo and broken links

Open giswqs opened this issue 6 months ago • 5 comments

There is a typo on this page. user should be use

https://sedona.apache.org/1.5.0/setup/install-scala/

Image

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

giswqs avatar Jun 21 '25 02:06 giswqs

Thank you for your interest in Apache Sedona! We appreciate you opening your first issue. Contributions like yours help make Apache Sedona better.

github-actions[bot] avatar Jun 21 '25 02:06 github-actions[bot]

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.

Aashish-Jha-11 avatar Jun 21 '25 04:06 Aashish-Jha-11

It appears that http appears in 1,218 files. That will result too many file changes. You might want to skip this one.

giswqs avatar Jun 21 '25 04:06 giswqs

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.

Aashish-Jha-11 avatar Jun 21 '25 05:06 Aashish-Jha-11

Hi @giswqs , submitted a PR for the typo fix here: #2000 .
Happy to update further if needed!

Aashish-Jha-11 avatar Jun 21 '25 11:06 Aashish-Jha-11