diff --git a/files/pt-br/_redirects.txt b/files/pt-br/_redirects.txt index 61c3982a9438a8..fe8690bdb4140c 100644 --- a/files/pt-br/_redirects.txt +++ b/files/pt-br/_redirects.txt @@ -538,7 +538,7 @@ /pt-BR/docs/Web/API/BatteryManager/ondischargintimechange /pt-BR/docs/Web/API/BatteryManager/dischargingtimechange_event /pt-BR/docs/Web/API/BatteryManager/onlevelchange /pt-BR/docs/Web/API/BatteryManager/levelchange_event /pt-BR/docs/Web/API/Canvas_API/Tutorial/Compositing/Example /pt-BR/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation -/pt-BR/docs/Web/API/Console.timeEnd /pt-BR/docs/Web/API/console/timeend_static +/pt-BR/docs/Web/API/Console.timeEnd /pt-BR/docs/Web/API/console/timeEnd_static /pt-BR/docs/Web/API/Coordinates /pt-BR/docs/Web/API/GeolocationCoordinates /pt-BR/docs/Web/API/Coordinates/altitude /pt-BR/docs/Web/API/GeolocationCoordinates/altitude /pt-BR/docs/Web/API/DOMString /pt-BR/docs/conflicting/Web/JavaScript/Reference/Global_Objects/String @@ -657,8 +657,8 @@ /pt-BR/docs/Web/API/console/log /pt-BR/docs/Web/API/console/log_static /pt-BR/docs/Web/API/console/table /pt-BR/docs/Web/API/console/table_static /pt-BR/docs/Web/API/console/time /pt-BR/docs/Web/API/console/time_static -/pt-BR/docs/Web/API/console/timeEnd /pt-BR/docs/Web/API/console/timeend_static -/pt-BR/docs/Web/API/console/timeStamp /pt-BR/docs/Web/API/console/timestamp_static +/pt-BR/docs/Web/API/console/timeEnd /pt-BR/docs/Web/API/console/timeEnd_static +/pt-BR/docs/Web/API/console/timeStamp /pt-BR/docs/Web/API/console/timeStamp_static /pt-BR/docs/Web/API/console/warn /pt-BR/docs/Web/API/console/warn_static /pt-BR/docs/Web/API/crypto_property /pt-BR/docs/Web/API/Window/crypto /pt-BR/docs/Web/API/document.getElementById /pt-BR/docs/Web/API/Document/getElementById @@ -815,9 +815,10 @@ /pt-BR/docs/Web/HTML/formatos_midia_suportados /pt-BR/docs/Web/Media/Formats /pt-BR/docs/Web/HTML/microformatos /pt-BR/docs/Web/HTML/microformats /pt-BR/docs/Web/HTTP/Basico_sobre_HTTP /pt-BR/docs/Web/HTTP/Basics_of_HTTP -/pt-BR/docs/Web/HTTP/Basico_sobre_HTTP/Identifying_resources_on_the_Web /pt-BR/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web +/pt-BR/docs/Web/HTTP/Basico_sobre_HTTP/Identifying_resources_on_the_Web /pt-BR/docs/orphaned/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web /pt-BR/docs/Web/HTTP/Basico_sobre_HTTP/MIME_types /pt-BR/docs/Web/HTTP/Basics_of_HTTP/MIME_types /pt-BR/docs/Web/HTTP/Basico_sobre_HTTP/MIME_types/Complete_list_of_MIME_types /pt-BR/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types +/pt-BR/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web /pt-BR/docs/orphaned/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web /pt-BR/docs/Web/HTTP/Cabecalhos_HTTP /pt-BR/docs/Web/HTTP/Headers /pt-BR/docs/Web/HTTP/Compressão /pt-BR/docs/Web/HTTP/Compression /pt-BR/docs/Web/HTTP/Controle_Acesso_CORS /pt-BR/docs/Web/HTTP/CORS diff --git a/files/pt-br/_wikihistory.json b/files/pt-br/_wikihistory.json index 2a02ae522cd680..f6a8bc497c8211 100644 --- a/files/pt-br/_wikihistory.json +++ b/files/pt-br/_wikihistory.json @@ -4221,18 +4221,18 @@ "modified": "2020-10-15T22:16:14.686Z", "contributors": ["elielsonbatista"] }, - "Web/API/console/time_static": { - "modified": "2019-10-03T22:24:48.908Z", - "contributors": ["gcacars"] - }, - "Web/API/console/timeend_static": { + "Web/API/console/timeEnd_static": { "modified": "2019-03-23T23:04:24.266Z", "contributors": ["teoli", "perrucho"] }, - "Web/API/console/timestamp_static": { + "Web/API/console/timeStamp_static": { "modified": "2019-10-03T22:25:43.901Z", "contributors": ["gcacars"] }, + "Web/API/console/time_static": { + "modified": "2019-10-03T22:24:48.908Z", + "contributors": ["gcacars"] + }, "Web/API/console/warn_static": { "modified": "2019-03-18T21:45:25.881Z", "contributors": ["raduq"] @@ -6191,10 +6191,6 @@ "modified": "2019-03-18T20:54:14.334Z", "contributors": ["mauromattos00", "wdot789"] }, - "Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web": { - "modified": "2019-03-23T22:04:02.281Z", - "contributors": ["krisfertig", "rbertoche", "marciioluucas"] - }, "Web/HTTP/Basics_of_HTTP/MIME_types": { "modified": "2019-12-16T17:35:45.160Z", "contributors": ["JpOnline", "hugojunior", "marcusedu"] @@ -11330,6 +11326,10 @@ "modified": "2019-05-05T00:27:21.844Z", "contributors": ["willianpascoal"] }, + "orphaned/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web": { + "modified": "2019-03-23T22:04:02.281Z", + "contributors": ["krisfertig", "rbertoche", "marciioluucas"] + }, "orphaned/Web/HTTP/Feature_Policy/Using_Feature_Policy": { "modified": "2020-07-20T20:48:22.250Z", "contributors": ["FernandoKGA"] diff --git a/files/pt-br/web/http/basics_of_http/identifying_resources_on_the_web/index.md b/files/pt-br/orphaned/web/http/basics_of_http/identifying_resources_on_the_web/index.md similarity index 98% rename from files/pt-br/web/http/basics_of_http/identifying_resources_on_the_web/index.md rename to files/pt-br/orphaned/web/http/basics_of_http/identifying_resources_on_the_web/index.md index da64ffe5da3a98..057374242ce767 100644 --- a/files/pt-br/web/http/basics_of_http/identifying_resources_on_the_web/index.md +++ b/files/pt-br/orphaned/web/http/basics_of_http/identifying_resources_on_the_web/index.md @@ -1,6 +1,7 @@ --- title: Identificando recursos na web -slug: Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web +slug: orphaned/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web +original_slug: Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web --- {{HTTPSidebar}} diff --git a/files/pt-br/web/api/console/timeend_static/index.md b/files/pt-br/web/api/console/timeend_static/index.md index 6b204d690932ca..38e5430407b4cd 100644 --- a/files/pt-br/web/api/console/timeend_static/index.md +++ b/files/pt-br/web/api/console/timeend_static/index.md @@ -1,6 +1,6 @@ --- title: Console.timeEnd() -slug: Web/API/console/timeend_static +slug: Web/API/console/timeEnd_static --- {{APIRef("Console API")}}{{Non-standard_header}} diff --git a/files/pt-br/web/api/console/timestamp_static/index.md b/files/pt-br/web/api/console/timestamp_static/index.md index 2f414bc57cb1f3..940f94b5bff474 100644 --- a/files/pt-br/web/api/console/timestamp_static/index.md +++ b/files/pt-br/web/api/console/timestamp_static/index.md @@ -1,6 +1,6 @@ --- title: Console.timeStamp() -slug: Web/API/console/timestamp_static +slug: Web/API/console/timeStamp_static --- {{ APIRef("Console API") }}{{Non-standard_header}}