diff options
author | julieng <julien.gattelier@gmail.com> | 2021-04-12 07:41:48 +0200 |
---|---|---|
committer | julieng <julien.gattelier@gmail.com> | 2021-04-12 07:41:48 +0200 |
commit | c0c29873129622b08cce7c367f855698765f6687 (patch) | |
tree | f7665322c0741d776239620d95c4ef99df394433 /files/ja | |
parent | 25debec66a35fc20db84bf5aca690489b5bec306 (diff) | |
download | translated-content-c0c29873129622b08cce7c367f855698765f6687.tar.gz translated-content-c0c29873129622b08cce7c367f855698765f6687.tar.bz2 translated-content-c0c29873129622b08cce7c367f855698765f6687.zip |
fixing redirects with yarn content
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/_redirects.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 8e4caba570..8e454ee1ea 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -1,3 +1,8 @@ +# DO NOT EDIT THIS FILE MANUALLY. +# Use the CLI instead: +# +# yarn content add-redirect <fromURL> <toURL> +# # FROM-URL TO-URL /ja/docs/AJAX /ja/docs/Web/Guide/AJAX /ja/docs/AJAX/Community /ja/docs/Web/Guide/AJAX/Community @@ -2578,7 +2583,6 @@ /ja/docs/HTML/Supported_media_formats /ja/docs/Web/Media/Formats /ja/docs/HTML/Tips_for_authoring_fast-loading_HTML_pages /ja/docs/conflicting/Learn/HTML/Howto/Author_fast-loading_HTML_pages /ja/docs/HTML/Using_HTML5_audio_and_video /ja/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content -/ja/docs/HTML/Using_the_application_cache /ja/docs/Web/HTML/Using_the_application_cache /ja/docs/HTML/属性 /ja/docs/Web/HTML/Attributes /ja/docs/HTML:Block-level_elements /ja/docs/Web/HTML/Block-level_elements /ja/docs/HTML:Canvas /ja/docs/Web/API/Canvas_API @@ -3439,7 +3443,6 @@ /ja/docs/Notification_object/tag /ja/docs/Web/API/Notification/tag /ja/docs/Notification_object/title /ja/docs/Web/API/Notification/title /ja/docs/NsIDOMHTMLMediaElement /ja/docs/orphaned/NsIDOMHTMLMediaElement -/ja/docs/Offline_resources_in_Firefox /ja/docs/Web/HTML/Using_the_application_cache /ja/docs/Offline_resources_in_Firefox/Using_audio_and_video_in_Firefox /ja/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content /ja/docs/Online_and_offline_events /ja/docs/Web/API/NavigatorOnLine/Online_and_offline_events /ja/docs/Other_JavaScript_tools /ja/docs/Tools @@ -3643,7 +3646,6 @@ /ja/docs/Updating_extensions_for_Firefox_3.1 /ja/docs/Mozilla/Firefox/Releases/3.5/Updating_extensions /ja/docs/Updating_web_applications_for_Firefox_3 /ja/docs/Mozilla/Firefox/Releases/3/Updating_web_applications /ja/docs/User_Agent_Strings_Reference /ja/docs/conflicting/Web/HTTP/Headers/User-Agent/Firefox -/ja/docs/Using_Application_Cache /ja/docs/Web/HTML/Using_the_application_cache /ja/docs/Using_Breakpoints_in_Venkman-redirect-1 /ja/docs/Using_Breakpoints_in_Venkman /ja/docs/Using_Firefox_1.5_caching /ja/docs/Mozilla/Firefox/Releases/1.5/Using_Firefox_1.5_caching /ja/docs/Using_HTML5_audio_and_video /ja/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content |