Skip to content

Commit 8251ce0

Browse files
aymen94Maledong
authored and
Maledong
committed
docs: fix links (nodejs#2138)
1. url not found 'https://developers.google.com/v8/profiler_example', changed to 'https://v8.dev/docs/profile'. 2. updated link 'https://v8.dev' for 'Chrome V8'.
1 parent 0b68221 commit 8251ce0

File tree

28 files changed

+31
-31
lines changed

28 files changed

+31
-31
lines changed

locale/ar/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ labels:
2020
newsletter-postfix: " , الرسالة الإخبارية الشّهريّة عن Node.js "
2121
---
2222

23-
Node.js® هو اطار عمل مبني على محرك [Chrome V8](https://developers.google.com/v8/).
23+
Node.js® هو اطار عمل مبني على محرك [Chrome V8](https://v8.dev/).

locale/ca/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ labels:
1717
version-schedule-prompt-link-text: Agenda de LTS.
1818
---
1919

20-
Node.js® és un entorn d'execució per a JavaScript construït amb el [motor de JavaScript V8 de Chrome](https://developers.google.com/v8/).
20+
Node.js® és un entorn d'execució per a JavaScript construït amb el [motor de JavaScript V8 de Chrome](https://v8.dev/).

locale/de/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ labels:
1717
version-schedule-prompt-link-text: LTS Release Plan.
1818
---
1919

20-
Node.js® ist eine JavaScript-Laufzeitumgebung, die auf [Chromes V8 JavaScript-Engine](https://developers.google.com/v8/) basiert.
20+
Node.js® ist eine JavaScript-Laufzeitumgebung, die auf [Chromes V8 JavaScript-Engine](https://v8.dev/) basiert.

locale/en/docs/es6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: docs.hbs
44
---
55
# ECMAScript 2015 (ES6) and beyond
66

7-
Node.js is built against modern versions of [V8](https://developers.google.com/v8/). By keeping up-to-date with the latest releases of this engine, we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to Node.js developers in a timely manner, as well as continued performance and stability improvements.
7+
Node.js is built against modern versions of [V8](https://v8.dev/). By keeping up-to-date with the latest releases of this engine, we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to Node.js developers in a timely manner, as well as continued performance and stability improvements.
88

99
All ECMAScript 2015 (ES6) features are split into three groups for **shipping**, **staged**, and **in progress** features:
1010

locale/en/docs/guides/simple-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,5 @@ Hopefully, through the performance investigation of this (admittedly contrived)
276276
example, you've seen how the V8 tick processor can help you gain a better
277277
understanding of the performance of your Node.js applications.
278278

279-
[profiler inside V8]: https://developers.google.com/v8/profiler_example
279+
[profiler inside V8]: https://v8.dev/docs/profile
280280
[benefits of asynchronous programming]: https://nodesource.com/blog/why-asynchronous

locale/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ labels:
2020
newsletter-postfix: ", the official Node.js Monthly Newsletter."
2121
---
2222

23-
Node.js® is a JavaScript runtime built on [Chrome's V8 JavaScript engine](https://developers.google.com/v8/).
23+
Node.js® is a JavaScript runtime built on [Chrome's V8 JavaScript engine](https://v8.dev/).

locale/es/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ labels:
1717
version-schedule-prompt-link-text: Agenda de LTS.
1818
---
1919

20-
Node.js® es un entorno de ejecución para JavaScript construido con el [motor de JavaScript V8 de Chrome](https://developers.google.com/v8/).
20+
Node.js® es un entorno de ejecución para JavaScript construido con el [motor de JavaScript V8 de Chrome](https://v8.dev/).

locale/fa/docs/es6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: docs.hbs
44
---
55
# ECMAScript 2015 (ES6) and beyond
66

7-
Node.js is built against modern versions of [V8](https://developers.google.com/v8/). By keeping up-to-date with the latest releases of this engine, we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to Node.js developers in a timely manner, as well as continued performance and stability improvements.
7+
Node.js is built against modern versions of [V8](https://v8.dev/). By keeping up-to-date with the latest releases of this engine, we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to Node.js developers in a timely manner, as well as continued performance and stability improvements.
88

99
All ECMAScript 2015 (ES6) features are split into three groups for **shipping**, **staged**, and **in progress** features:
1010

locale/fa/docs/guides/simple-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,5 @@ Hopefully, through the performance investigation of this (admittedly contrived)
276276
example, you've seen how the V8 tick processor can help you gain a better
277277
understanding of the performance of your Node.js applications.
278278

279-
[profiler inside V8]: https://developers.google.com/v8/profiler_example
279+
[profiler inside V8]: https://v8.dev/docs/profile
280280
[benefits of asynchronous programming]: https://nodesource.com/blog/why-asynchronous

locale/fa/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ labels:
2020
newsletter-postfix: "، خبرنامهٔ رسمی NodeJs.org"
2121
---
2222

23-
Node.js® چارچوبی است برای اجرای جاوااسکریپت ساخته شده بر روی [موتور جاوااسکریپت کروم](https://developers.google.com/v8/).
23+
Node.js® چارچوبی است برای اجرای جاوااسکریپت ساخته شده بر روی [موتور جاوااسکریپت کروم](https://v8.dev/).

locale/fr/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ labels:
1717
version-schedule-prompt-link-text: Planning LTS.
1818
---
1919

20-
Node.js® est un environnement d’exécution JavaScript construit sur le [moteur JavaScript V8 de Chrome](https://developers.google.com/v8/).
20+
Node.js® est un environnement d’exécution JavaScript construit sur le [moteur JavaScript V8 de Chrome](https://v8.dev/).

locale/gl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ labels:
1717
version-schedule-prompt-link-text: Axenda de LTS.
1818
---
1919

20-
Node.js® é un entorno de execución para JavaScript construído co [motor de JavaScript V8 de Chrome](https://developers.google.com/v8/).
20+
Node.js® é un entorno de execución para JavaScript construído co [motor de JavaScript V8 de Chrome](https://v8.dev/).

locale/it/docs/es6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: docs.hbs
44
---
55
# ECMAScript 2015 (ES6) and beyond
66

7-
Node.js is built against modern versions of [V8](https://developers.google.com/v8/). By keeping up-to-date with the latest releases of this engine, we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to Node.js developers in a timely manner, as well as continued performance and stability improvements.
7+
Node.js is built against modern versions of [V8](https://v8.dev/). By keeping up-to-date with the latest releases of this engine, we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to Node.js developers in a timely manner, as well as continued performance and stability improvements.
88

99
All ECMAScript 2015 (ES6) features are split into three groups for **shipping**, **staged**, and **in progress** features:
1010

locale/it/docs/guides/simple-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,5 +275,5 @@ Hopefully, through the performance investigation of this (admittedly contrived)
275275
example, you've seen how the V8 tick processor can help you gain a better
276276
understanding of the performance of your Node.js applications.
277277

278-
[profiler inside V8]: https://developers.google.com/v8/profiler_example
278+
[profiler inside V8]: https://v8.dev/docs/profile
279279
[benefits of asynchronous programming]: https://nodesource.com/blog/why-asynchronous

locale/it/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ labels:
2020
newsletter-postfix: ", la newsletter mensile di Node.js"
2121
---
2222

23-
Node.js® è un runtime JavaScript costruito sul [motore JavaScript V8 di Chrome](https://developers.google.com/v8/).
23+
Node.js® è un runtime JavaScript costruito sul [motore JavaScript V8 di Chrome](https://v8.dev/).

locale/ja/docs/es6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ layout: docs.hbs
55
<!-- # ECMAScript 2015 (ES6) and beyond -->
66
# ECMAScript 2015 (ES6) とそれ以降のバージョン
77

8-
<!-- Node.js is built against modern versions of [V8](https://developers.google.com/v8/). By keeping up-to-date with the latest releases of this engine, we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) which are brought to Node.js developers in a timely manner, as well as continued performance and stability improvements. -->
8+
<!-- Node.js is built against modern versions of [V8](https://v8.dev/). By keeping up-to-date with the latest releases of this engine, we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) which are brought to Node.js developers in a timely manner, as well as continued performance and stability improvements. -->
99

10-
Node.js は [V8](https://developers.google.com/v8/) のモダンなバージョンに対して作られています。V8 を最新の状態に保つことで [JavaScript ECMA-262](http://www.ecma-international.org/publications/standards/Ecma-262.htm) の新機能を開発者にすみやかに提供し、継続的なパフォーマンスと安定性の向上を保証しています。
10+
Node.js は [V8](https://v8.dev/) のモダンなバージョンに対して作られています。V8 を最新の状態に保つことで [JavaScript ECMA-262](http://www.ecma-international.org/publications/standards/Ecma-262.htm) の新機能を開発者にすみやかに提供し、継続的なパフォーマンスと安定性の向上を保証しています。
1111

1212
<!-- All ECMAScript 2015 (ES6) features are split into three groups for **shipping**, **staged**, and **in progress** features: -->
1313
すべての ECMAScript 2015 (ES6) の機能は **shipping(リリース済み)****staged(ステージング)****in progress(開発中)**の3つに分けられています:

locale/ja/docs/guides/simple-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,5 @@ Hopefully, through the performance investigation of this (admittedly contrived)
276276
example, you've seen how the V8 tick processor can help you gain a better
277277
understanding of the performance of your Node.js applications.
278278

279-
[profiler inside V8]: https://developers.google.com/v8/profiler_example
279+
[profiler inside V8]: https://v8.dev/docs/profile
280280
[benefits of asynchronous programming]: https://nodesource.com/blog/why-asynchronous

locale/ja/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ labels:
2020
newsletter-postfix: "を購読しましょう。"
2121
---
2222

23-
Node.js® は、[Chrome の V8 JavaScript エンジン](https://developers.google.com/v8/) で動作する JavaScript 環境です。
23+
Node.js® は、[Chrome の V8 JavaScript エンジン](https://v8.dev/) で動作する JavaScript 環境です。

locale/ko/docs/es6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: docs.hbs
66
<!--
77
# ECMAScript 2015 (ES6) and beyond
88
9-
Node.js is built against modern versions of [V8](https://developers.google.com/v8/). By keeping up-to-date with the latest releases of this engine, we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to Node.js developers in a timely manner, as well as continued performance and stability improvements.
9+
Node.js is built against modern versions of [V8](https://v8.dev/). By keeping up-to-date with the latest releases of this engine, we ensure new features from the [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) are brought to Node.js developers in a timely manner, as well as continued performance and stability improvements.
1010
1111
All ECMAScript 2015 (ES6) features are split into three groups for **shipping**, **staged**, and **in progress** features:
1212
@@ -17,7 +17,7 @@ All ECMAScript 2015 (ES6) features are split into three groups for **shipping**,
1717

1818
# ECMAScript 2015(ES6)와 그 다음
1919

20-
Node.js는 [V8](https://developers.google.com/v8/)의 최신 버전으로 만들었습니다.
20+
Node.js는 [V8](https://v8.dev/)의 최신 버전으로 만들었습니다.
2121
V8을 최신 릴리스로 유지하기 때문에 Node.js 개발자에게
2222
[JavaScript ECMA-262 명세](http://www.ecma-international.org/publications/standards/Ecma-262.htm)
2323
새로운 기능을 제때에 지원하면서 성능과 안정성 개선도 할 수 있습니다.

locale/ko/docs/guides/simple-profiling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ Hopefully, through the performance investigation of this (admittedly contrived)
546546
example, you've seen how the V8 tick processor can help you gain a better
547547
understanding of the performance of your Node.js applications.
548548
549-
[profiler inside V8]: https://developers.google.com/v8/profiler_example
549+
[profiler inside V8]: https://v8.dev/docs/profile
550550
[benefits of asynchronous programming]: https://nodesource.com/blog/why-asynchronous
551551
-->
552552

@@ -556,5 +556,5 @@ understanding of the performance of your Node.js applications.
556556
이 예시의 성능 분석을 통해 V8 tick 프로세서가 Node.js 애플리케이션 성능을 이해하는데
557557
어떻게 도움이 되는지 알기 바랍니다.
558558

559-
[V8 내의 프로파일러]: https://developers.google.com/v8/profiler_example
559+
[V8 내의 프로파일러]: https://v8.dev/docs/profile
560560
[비동기 프로그래밍의 장점]: https://nodesource.com/blog/why-asynchronous

locale/ko/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ labels:
1717
version-schedule-prompt-link-text: 여기서 확인하세요.
1818
---
1919

20-
Node.js®는 [Chrome V8 JavaScript 엔진](https://developers.google.com/v8/)으로 빌드된 JavaScript 런타임입니다.
20+
Node.js®는 [Chrome V8 JavaScript 엔진](https://v8.dev/)으로 빌드된 JavaScript 런타임입니다.

locale/pt-br/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ labels:
2020
newsletter-postfix: ", o boletim oficial de atualizações do Node.js."
2121
---
2222

23-
Node.js® é um runtime JavaScript desenvolvido com o [Chrome's V8 JavaScript engine](https://developers.google.com/v8/).
23+
Node.js® é um runtime JavaScript desenvolvido com o [Chrome's V8 JavaScript engine](https://v8.dev/).

locale/uk/docs/es6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: docs.hbs
44
---
55
# ECMAScript 2015 (ES6) та вище
66

7-
Node.js побудований на сучасних версіях [V8](https://developers.google.com/v8/). Ми певні в тому, що новий функціонал зі [специфікації JavaScript ECMA-262 ](http://www.ecma-international.org/publications/standards/Ecma-262.htm) постачається Node.js–розробникам поступово, для подальшого підвищення швидкодії та стабільності, оскільки використовуємо найсвіжіші релізи цього рушія.
7+
Node.js побудований на сучасних версіях [V8](https://v8.dev/). Ми певні в тому, що новий функціонал зі [специфікації JavaScript ECMA-262 ](http://www.ecma-international.org/publications/standards/Ecma-262.htm) постачається Node.js–розробникам поступово, для подальшого підвищення швидкодії та стабільності, оскільки використовуємо найсвіжіші релізи цього рушія.
88

99
Весь ECMAScript 2015 (ES6) функціонал поділяється на три групи: **доставлені**, **підготовлені** та **у процесі**:
1010

locale/uk/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ labels:
1717
version-schedule-prompt-link-text: графік LTS.
1818
---
1919

20-
Node.js® — це JavaScript–оточення побудоване на JavaScript–рушієві [Chrome V8](https://developers.google.com/v8/).
20+
Node.js® — це JavaScript–оточення побудоване на JavaScript–рушієві [Chrome V8](https://v8.dev/).

locale/zh-cn/docs/es6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: docs.hbs
44
---
55
# ECMAScript 2015 (ES6) 以及未来展望
66

7-
Node.js 不是为 [V8](https://developers.google.com/v8/) 引擎构建的。为了与此引擎保持实时更新,我们确保来源于 [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) 的新功将被及时地给予 Node.js 开发者们,同时继续包含性能以及稳定性上的更新。
7+
Node.js 不是为 [V8](https://v8.dev/) 引擎构建的。为了与此引擎保持实时更新,我们确保来源于 [JavaScript ECMA-262 specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) 的新功将被及时地给予 Node.js 开发者们,同时继续包含性能以及稳定性上的更新。
88

99
所有的 ECMAScript 2015 (ES6) 功能将被分为三个部分 **shipping****staged****in progress**
1010

locale/zh-cn/docs/guides/simple-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,5 @@ Percentage of the requests served within a certain time (ms)
217217

218218
希望通过对此(诚然是做作的)示例的性能调查,您已经看到了 V8 刻度处理器如何帮助您更好地了解 Node.js 应用程序的性能。
219219

220-
[V8 内探测器]: https://developers.google.com/v8/profiler_example
220+
[V8 内探测器]: https://v8.dev/docs/profile
221221
[异步编程的好处]: https://nodesource.com/blog/why-asynchronous

locale/zh-cn/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ labels:
2020
newsletter-postfix: ,Node.js 官方的新闻月报。
2121
---
2222

23-
Node.js® 是一个基于 [Chrome V8 引擎](https://developers.google.com/v8/) 的 JavaScript 运行时。
23+
Node.js® 是一个基于 [Chrome V8 引擎](https://v8.dev/) 的 JavaScript 运行时。

locale/zh-tw/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ labels:
2020
newsletter-postfix: ":Node.js 官方的新聞月報。"
2121
---
2222

23-
Node.js® 是款基於 [Chrome V8 引擎](https://developers.google.com/v8/)的 JavaScript 執行環境。
23+
Node.js® 是款基於 [Chrome V8 引擎](https://v8.dev/)的 JavaScript 執行環境。

0 commit comments

Comments
 (0)