Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed image links #23

Merged
merged 1 commit into from
Mar 7, 2017
Merged

Fixed image links #23

merged 1 commit into from
Mar 7, 2017

Conversation

kazarmy
Copy link
Contributor

@kazarmy kazarmy commented Mar 6, 2017

Radare blog posts that had images missing should get them back.

Command used to fix is:

sed -i -r "s%\(/images/[^)]*/([^)]*)\)%(/images/\1)%g" *.md

@kazarmy kazarmy mentioned this pull request Mar 6, 2017
@jvoisin
Copy link
Contributor

jvoisin commented Mar 6, 2017

Lets try it then :D

@kazarmy
Copy link
Contributor Author

kazarmy commented Mar 7, 2017

I have tested all of the changed posts, including any drafts, on a local Hugo installation and their images appear as expected. I have also shortened image URLs of a few posts on the live site using the Chrome Developer Tools and the URLs then work!

As to how I know about this, there are posts on the live site that have their images shown.

@jvoisin jvoisin merged commit 476b421 into radareorg:master Mar 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants