Skip to content

Fix pgmspace link #379

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

Closed
wants to merge 1 commit into from
Closed

Fix pgmspace link #379

wants to merge 1 commit into from

Conversation

per1234
Copy link
Collaborator

@per1234 per1234 commented Jun 23, 2018

Part of the URL was being interpreted as AsciiDoc markup, causing the link to point to:
http://www.nongnu.org/avr-libc/user-manual/group%3Cem%3Eavr%3C/em%3Epgmspace.html
instead of the correct URL:
https://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html
so it needed to be escaped.

Originally reported in #312

Part of the URL was being interpreted as AsciiDoc markup so it needed to be escaped.
@per1234
Copy link
Collaborator Author

per1234 commented Jun 23, 2018

Oops, duplicate of #360

@per1234 per1234 closed this Jun 23, 2018
@robsoncouto
Copy link
Contributor

Funny, I was having a look at this seconds ago while updating the Portuguese reference. I was going to do exactly what you did, but was just a little late xD

@per1234 per1234 deleted the fix-pgmspace-link branch February 3, 2019 02:32
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