From 7dcb72628f3a1f81cd3c69551786753bb9b0dfe2 Mon Sep 17 00:00:00 2001 From: Aroyan <43630681+aroyan@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:39:29 +0800 Subject: [PATCH] fix: remove broken link for error handling (#1358) * fix: remove broken link for error handling * fix: remove broken link * fix: remove broken link * fix: remove broken link * fix: remove broken link * fix: remove broken link * fix: remove broken link * fix: remove broken link * fix: remove broken link * fix: remove broken link * fix: remove broken link * fix: remove broken link * fix: remove broken link * fix: remove broken link * fix: remove broken link * fix: update error handling new url * fix: update error handling new url * fix: update error handling new url * fix: update error handling url * fix: update error handling url * fix: update error handling url * fix: update error handling url * fix: update error handling url * fix: update error handling url * fix: update error handling url * fix: update error handling url * fix: update error handling url * fix: update error handling url * fix: update error handling url * fix: update error handling url --- de/advanced/best-practice-performance.md | 2 +- en/advanced/best-practice-performance.md | 2 +- es/advanced/best-practice-performance.md | 2 +- fr/advanced/best-practice-performance.md | 2 +- it/advanced/best-practice-performance.md | 2 +- ja/advanced/best-practice-performance.md | 2 +- ko/advanced/best-practice-performance.md | 2 +- pt-br/advanced/best-practice-performance.md | 5 ++--- ru/advanced/best-practice-performance.md | 2 +- sk/advanced/best-practice-performance.md | 2 +- th/advanced/best-practice-performance.md | 2 +- tr/advanced/best-practice-performance.md | 2 +- uk/advanced/best-practice-performance.md | 2 +- zh-cn/advanced/best-practice-performance.md | 2 +- zh-tw/advanced/best-practice-performance.md | 2 +- 15 files changed, 16 insertions(+), 17 deletions(-) diff --git a/de/advanced/best-practice-performance.md b/de/advanced/best-practice-performance.md index de895d2025..b34148359b 100755 --- a/de/advanced/best-practice-performance.md +++ b/de/advanced/best-practice-performance.md @@ -84,7 +84,7 @@ Um näher auf diese Themen eingehen zu können, müssen Sie sich ein grundlegend Weitere Informationen zu den Grundlagen der Fehlerbehandlung siehe: -* [Fehlerbehandlung in Node.js](https://www.joyent.com/developers/node/design/errors) +* [Fehlerbehandlung in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) * [Aufbau leistungsfähiger Node-Anwendungen: Fehlerbehandlung](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop-Blog) #### Was Sie unterlassen sollten diff --git a/en/advanced/best-practice-performance.md b/en/advanced/best-practice-performance.md index d8522ea708..86f0ee02ca 100644 --- a/en/advanced/best-practice-performance.md +++ b/en/advanced/best-practice-performance.md @@ -82,7 +82,7 @@ Before diving into these topics, you should have a basic understanding of Node/E For more on the fundamentals of error handling, see: -* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors) +* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) * [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop blog) #### What not to do diff --git a/es/advanced/best-practice-performance.md b/es/advanced/best-practice-performance.md index 36c3955926..2a1c8df5c0 100755 --- a/es/advanced/best-practice-performance.md +++ b/es/advanced/best-practice-performance.md @@ -86,7 +86,7 @@ Antes de profundizar en estos temas, deberá tener unos conocimientos básicos d Para obtener más información sobre los aspectos básicos del manejo de errores, consulte: -- [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors) +- [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) - [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (blog StrongLoop) #### Qué no debe hacer diff --git a/fr/advanced/best-practice-performance.md b/fr/advanced/best-practice-performance.md index 08600f97df..be1e5e5c3a 100755 --- a/fr/advanced/best-practice-performance.md +++ b/fr/advanced/best-practice-performance.md @@ -84,7 +84,7 @@ Avant de s'immerger dans les rubriques qui suivent, il est conseillé de posséd Pour plus d'informations sur les bases du traitement des erreurs, voir : -* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors) +* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) * [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (blogue StrongLoop) #### A ne pas faire diff --git a/it/advanced/best-practice-performance.md b/it/advanced/best-practice-performance.md index efa3889f81..1543bd77f3 100755 --- a/it/advanced/best-practice-performance.md +++ b/it/advanced/best-practice-performance.md @@ -84,7 +84,7 @@ Prima di leggere questi argomenti, è necessario avere una conoscenza base della Per ulteriori informazioni sulle nozioni di base della gestione degli errori, consultare: -* [Gestione degli errori in Node.js](https://www.joyent.com/developers/node/design/errors) +* [Gestione degli errori in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) * [Come creare applicazioni Node solide: Gestione degli errori](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (blog di StrongLoop) #### Cosa non fare diff --git a/ja/advanced/best-practice-performance.md b/ja/advanced/best-practice-performance.md index ada9efe766..be3912da07 100755 --- a/ja/advanced/best-practice-performance.md +++ b/ja/advanced/best-practice-performance.md @@ -81,7 +81,7 @@ Node アプリケーションは、キャッチされていない例外が発生 エラー処理のその他の基礎については、下記を参照してください。 -* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors) +* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) * [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop ブログ) #### 実行してはならないこと diff --git a/ko/advanced/best-practice-performance.md b/ko/advanced/best-practice-performance.md index a9072edabc..e842494f8c 100755 --- a/ko/advanced/best-practice-performance.md +++ b/ko/advanced/best-practice-performance.md @@ -91,7 +91,7 @@ Node 앱은 처리되지 않은 예외가 발생할 때 충돌이 발생합니 오류 처리의 기본사항 대한 자세한 내용은 다음을 참조하십시오. -* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors) +* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) * [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/)(StrongLoop 블로그) #### 수행하지 않아야 하는 항목 diff --git a/pt-br/advanced/best-practice-performance.md b/pt-br/advanced/best-practice-performance.md index 6e0d56693c..edbe4dd6af 100755 --- a/pt-br/advanced/best-practice-performance.md +++ b/pt-br/advanced/best-practice-performance.md @@ -122,9 +122,8 @@ convenção de retorno de chamada erros-first para tratar o erro de forma signif Para obter mais informações sobre os fundamentos de manipulação de erros, consulte: -* [Manipulação de Erros no Node.js](https://www.joyent.com/developers/node/design/errors) -* [Construindo -Aplicativos Node Robustos: Manipulação de Erros](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (blog do StrongLoop) +* [Manipulação de Erros no Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) +* [Construindo Aplicativos Node Robustos: Manipulação de Erros](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (blog do StrongLoop) #### O que não fazer diff --git a/ru/advanced/best-practice-performance.md b/ru/advanced/best-practice-performance.md index 787b81f62a..0a26c21664 100755 --- a/ru/advanced/best-practice-performance.md +++ b/ru/advanced/best-practice-performance.md @@ -84,7 +84,7 @@ app.use(compression()) Более подробная информация об основных принципах обработки ошибок приведена в разделе: -* [Обработка ошибок в Node.js](https://www.joyent.com/developers/node/design/errors) +* [Обработка ошибок в Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) * [Разработка устойчивых к сбоям приложений Node: обработка ошибок](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (корпоративный блог StrongLoop) #### Чего не нужно делать diff --git a/sk/advanced/best-practice-performance.md b/sk/advanced/best-practice-performance.md index 20e15e09dc..2cbddef5ea 100644 --- a/sk/advanced/best-practice-performance.md +++ b/sk/advanced/best-practice-performance.md @@ -88,7 +88,7 @@ Predtým, ako sa hlbšie pustíme do týchto tém, mali by ste mať základné z Pre viac informácií ohľadom základov error handlingu sa pozrite na: -* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors) +* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) * [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop blog) #### Čo nerobiť diff --git a/th/advanced/best-practice-performance.md b/th/advanced/best-practice-performance.md index 946cdf8611..cd95ee74a1 100644 --- a/th/advanced/best-practice-performance.md +++ b/th/advanced/best-practice-performance.md @@ -81,7 +81,7 @@ Before diving into these topics, you should have a basic understanding of Node/E For more on the fundamentals of error handling, see: -* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors) +* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) * [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop blog) #### What not to do diff --git a/tr/advanced/best-practice-performance.md b/tr/advanced/best-practice-performance.md index 17d7f5a6e7..8ecf4c515c 100644 --- a/tr/advanced/best-practice-performance.md +++ b/tr/advanced/best-practice-performance.md @@ -83,7 +83,7 @@ Bu konulara girmeden önce Node/Express istisna işleme ile ilgili temel bir anl Hata işleme temelleri hakkında daha fazla bilgi için bakınız: -* [Node.js'te Hata İşleme](https://www.joyent.com/developers/node/design/errors) +* [Node.js'te Hata İşleme](https://www.tritondatacenter.com/node-js/production/design/errors) * [Güçlü Node Uygulamaları Yazmak: Hata İşleme](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop blogu) #### Ne yapmamalı diff --git a/uk/advanced/best-practice-performance.md b/uk/advanced/best-practice-performance.md index 658bf1f7e8..f513409119 100644 --- a/uk/advanced/best-practice-performance.md +++ b/uk/advanced/best-practice-performance.md @@ -84,7 +84,7 @@ Before diving into these topics, you should have a basic understanding of Node/E For more on the fundamentals of error handling, see: -* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors) +* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) * [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop blog) #### What not to do diff --git a/zh-cn/advanced/best-practice-performance.md b/zh-cn/advanced/best-practice-performance.md index 058ae0a24c..12773b38cf 100755 --- a/zh-cn/advanced/best-practice-performance.md +++ b/zh-cn/advanced/best-practice-performance.md @@ -76,7 +76,7 @@ Node 应用程序在遇到未捕获的异常时会崩溃。不处理异常并采 有关错误处理基本知识的更多信息,请参阅: -* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors) +* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) * [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/)(StrongLoop 博客) #### 请勿执行以下操作 diff --git a/zh-tw/advanced/best-practice-performance.md b/zh-tw/advanced/best-practice-performance.md index fed7d5299a..02a5e9ef93 100755 --- a/zh-tw/advanced/best-practice-performance.md +++ b/zh-tw/advanced/best-practice-performance.md @@ -85,7 +85,7 @@ Node 應用程式一旦遇到未捕捉到的異常狀況,就會當機。如果 如需進一步瞭解錯誤處理的基本概念,請參閱: -* [Error Handling in Node.js](https://www.joyent.com/developers/node/design/errors) +* [Error Handling in Node.js](https://www.tritondatacenter.com/node-js/production/design/errors) * [Building Robust Node Applications: Error Handling](https://strongloop.com/strongblog/robust-node-applications-error-handling/) (StrongLoop blog) #### 禁止事項