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/it | |
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/it')
-rw-r--r-- | files/it/_redirects.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/files/it/_redirects.txt b/files/it/_redirects.txt index 8845650b84..fb151fd05a 100644 --- a/files/it/_redirects.txt +++ b/files/it/_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 /it/docs/AJAX /it/docs/Web/Guide/AJAX /it/docs/AJAX/Iniziare /it/docs/Web/Guide/AJAX/Getting_Started @@ -388,7 +393,6 @@ /it/docs/HTML/HTML5/Introduction_to_HTML5 /it/docs/Web/Guide/HTML/HTML5/Introduction_to_HTML5 /it/docs/HTML/Introduzione /it/docs/Learn/HTML/Introduction_to_HTML /it/docs/HTML/Sections_and_Outlines_of_an_HTML5_document /it/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines -/it/docs/HTML/utilizzare_application_cache /it/docs/Web/HTML/Using_the_application_cache /it/docs/Il_DOM_e_JavaScript /it/docs/Web/JavaScript/JavaScript_technologies_overview /it/docs/Importare_applicazioni_da_Internet_Explorer_a_Mozilla /it/docs/Migrare_applicazioni_da_Internet_Explorer_a_Mozilla /it/docs/Indentazione_corretta_delle_liste /it/docs/Web/CSS/CSS_Lists_and_Counters/Consistent_list_indentation @@ -559,7 +563,6 @@ /it/docs/Web/HTML/HTML5/Introduction_to_HTML5 /it/docs/Web/Guide/HTML/HTML5/Introduction_to_HTML5 /it/docs/Web/HTML/Riferimento /it/docs/Web/HTML/Reference /it/docs/Web/HTML/Sections_and_Outlines_of_an_HTML5_document /it/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines -/it/docs/Web/HTML/utilizzare_application_cache /it/docs/Web/HTML/Using_the_application_cache /it/docs/Web/HTTP/Basi_HTTP /it/docs/Web/HTTP/Basics_of_HTTP /it/docs/Web/HTTP/Compressione /it/docs/Web/HTTP/Compression /it/docs/Web/HTTP/Panoramica /it/docs/Web/HTTP/Overview |