Skip to content

Commit

Permalink
fix: remove broken link for error handling (#1358)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
aroyan authored Mar 4, 2024
1 parent ff8107c commit 7dcb726
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion de/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion en/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion es/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fr/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion it/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ja/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ブログ)

#### 実行してはならないこと
Expand Down
2 changes: 1 addition & 1 deletion ko/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 블로그)

#### 수행하지 않아야 하는 항목
Expand Down
5 changes: 2 additions & 3 deletions pt-br/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ru/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

#### Чего не нужно делать
Expand Down
2 changes: 1 addition & 1 deletion sk/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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ť
Expand Down
2 changes: 1 addition & 1 deletion th/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tr/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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ı
Expand Down
2 changes: 1 addition & 1 deletion uk/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zh-cn/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 博客)

#### 请勿执行以下操作
Expand Down
2 changes: 1 addition & 1 deletion zh-tw/advanced/best-practice-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

#### 禁止事項
Expand Down

0 comments on commit 7dcb726

Please sign in to comment.