fix: OctoPrint logo in README.md #423
Reference in New Issue
Block a user
Delete Branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've got an alt/dupe of this, but with the logo from the docs directory: https://github.com/dw-0/kiauh/pull/424
I wonder which solution would be better/more future-proof. Im not sure why the image disappeared, not sure what has changed on their side.
I think we will take this approach for now. So thank you for your (both) contributions!
I'm not exactly sure what the camo link is from, but shows as how it's linked on the readme in the repo. For direct link to github content I would probably use
https://github.com/OctoPrint/OctoPrint/blob/master/docs/images/octoprint-logo.png?raw=trueor direct from the website maybehttps://octoprint.org/assets/img/logo.pngHonestly im not sure why i decided for the camo link in the past 😅 maybe wasn't the best idea. If it breaks again, we should rather go for one of the other links.
You can find a solution implementing this in the PR I made. It doesn't use the raw parameter, but GitHub handles that gracefully. I obtained the nonraw link through GitHub's methods of obtaining the permalink.
I also think using this link is better, because it's less likely to get purged from GitHub's CDN servers. The camo links are CDN meta-links.
Thank you for the info @HumbleDeer, are you willing to reopen your PR, update it if necessary and we merge it afterwards?
Sure!