pyinfra-dev / pyinfra

pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fast and scales from one server to thousands.
https://pyinfra.com
MIT License
3.91k stars 382 forks source link

Link to GitHub Examples broken #712

Closed FullByte closed 2 years ago

FullByte commented 2 years ago

Describe the bug

On https://pyinfra.com in the footer "pyinfra on GitHub" the links for "Examples" is broken Is: https://github.com/Fizzadar/pyinfra/tree/current/example Should be https://github.com/Fizzadar/pyinfra/tree/current/example**s**

To Reproduce

Go to https://github.com/Fizzadar/pyinfra/tree/current/example

Expected behavior

Should be https://github.com/Fizzadar/pyinfra/tree/current/examples

Fizzadar commented 2 years ago

Thank you for spotting this @FullByte! Now updated :)

drennalls commented 2 years ago

@Fizzadar The link seems to be broken again.

FullByte commented 2 years ago

Seems like this is the case because branches where introduced (e.g. 2.x).

FYI: Correct link is now https://github.com/Fizzadar/pyinfra/tree/2.x/examples

Possibly more links referring to this repository are broken due to this?

Fizzadar commented 2 years ago

OK this is fixed again, all the website links go to documentation now which is stable and branch independant. I did a quick sweep of the docs too and they should all be OK!