fix broken link
junaga opened this issue · 2 comments
MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q
What specific section or headline is this issue about?
No response
What information was incorrect, unhelpful, or incomplete?
The link used in the example is not working. this new link is working: https://www.imdb.com/title/tt0062622/quotes/?item=qt0396921&ref_=ext_shr_lnk
What did you expect to see?
bump
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
MDN metadata
Page report details
- Folder:
en-us/web/html/element/q
- MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q
- GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/web/html/element/q/index.md
- Last commit: mdn/content@e04d8d2
- Document last modified: 2023-06-13T08:10:47.000Z
It looks like this is your first issue. Welcome! 👋 One of the project maintainers will be with you as soon as possible. We appreciate your patience. To safeguard the health of the project, please take a moment to read our code of conduct.
Hi,
I read the issue,so after reading the issue what I understood is that I have to change the cite
attribute i.e
<q cite="https://www.imdb.com/title/tt0062622/quotes/qt0396921"> I'm sorry, Dave. I'm afraid I can't do that.</q>
change this to
<q cite ="https://www.imdb.com/title/tt0062622/quotes/?item=qt0396921&ref_=ext_shr_lnk"> I'm sorry, Dave. I'm afraid I can't do that.</q>
is this the solution