mdn / translated-content

The source repository of all translated content for MDN Web Docs
https://developer.mozilla.org/en-US/docs/MDN/Community/Contributing/Translated_content
Other
1.69k stars 8.04k forks source link

FR: broken external links #7319

Open OnkarRuikar opened 2 years ago

OnkarRuikar commented 2 years ago

All external broken links in mdn/content have been fixed: https://github.com/mdn/content/pull/19085

While working on the PRs I've found following broken links in fr locale:

In the process we've removed all Source[ref] and Interwiki macros.


Tips:

SphinxKnight commented 2 years ago

@OnkarRuikar thanks a lot!

gregWDumont commented 2 years ago

The link to: "www.affirmationsforpositivethinking.com" is still in the source code here: "https://github.com/mdn/translated-content/blob/85e77d04070b5d8f37f8d191feec64000f8ca197/files/fr/learn/html/introduction_to_html/advanced_text_formatting/index.md" but not on the website anymore: "https://developer.mozilla.org/fr/docs/Learn/HTML/Introduction_to_HTML/Advanced_text_formatting" neither in the source code when I click on "Edit on Github". I do not understand the reason for this.

gregWDumont commented 2 years ago

"https://github.com/mdn/panner-node" has also been deleted from source code.

SphinxKnight commented 2 years ago

The link to: "www.affirmationsforpositivethinking.com" is still in the source code here: "https://github.com/mdn/translated-content/blob/85e77d04070b5d8f37f8d191feec64000f8ca197/files/fr/learn/html/introduction_to_html/advanced_text_formatting/index.md" but not on the website anymore: "https://developer.mozilla.org/fr/docs/Learn/HTML/Introduction_to_HTML/Advanced_text_formatting" neither in the source code when I click on "Edit on Github". I do not understand the reason for this.

It looks like https://github.com/mdn/translated-content/blob/main/files/fr/learn/html/introduction_to_html/advanced_text_formatting/index.md?plain=1#L302 gives image

gregWDumont commented 2 years ago

Based on the MDN article on Blob they are "object represents a blob, which is a file-like object of immutable, raw data; they can be read as text or binary data, or converted into a ReadableStream so its methods can be used for processing the data." I have to be honest that's the first time I see it. Could you show me the way to fix it, please? (fixed typo)

gregWDumont commented 2 years ago

It seems that all the links have been withdrawn from the source code but still appear in the Github search engine and in the Blob. I would like to help you further but I don't think I would know how to do it.