exercism / python

Exercism exercises in Python.
https://exercism.org/tracks/python
MIT License
1.94k stars 1.29k forks source link

[Tuples Concept Docs] Stale Link in `links.json` #3389

Closed hansonchar closed 1 year ago

hansonchar commented 1 year ago

The link

http://e-scribe.com/post/understanding-tuples-vs-lists-in-python/

at https://github.com/exercism/python/blob/main/concepts/tuples/links.json#L19 no longer works.

I found the stale link from the bottom of the Tuples concept page with the link description of "Understanding tuples vs lists in Python".

github-actions[bot] commented 1 year ago

Hello. Thanks for opening an issue on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.

That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there.


Note: If this issue has been pre-approved, please link back to this issue on the forum thread and a maintainer or staff member will reopen it.

mominfaruk commented 1 year ago

I want to contribute to this by changing the link to this https://stackoverflow.com/questions/626759/whats-the-difference-between-lists-and-tuples

BethanyG commented 1 year ago

Hi @mominfaruk - Thank you for the offer of help! Typically, we discuss things in the forum first before a PR is solicited.

But in this circumstance, it's a small change and a good link. Please use the direct link to the accepted answer though (https://stackoverflow.com/a/626871), and make sure the link title indicates it is a Stack Overflow post on lists vs tuples.

Tag me in the PR when you are ready for review.

Happy coding! 😄

BethanyG commented 1 year ago

Closing as resolved in #3399. 🚀