Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove broken link for error handling #1358

Merged
merged 30 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0138dd4
fix: remove broken link for error handling
aroyan Aug 7, 2022
1b529c8
fix: remove broken link
aroyan Aug 7, 2022
ca7b8cc
fix: remove broken link
aroyan Aug 7, 2022
d2cc1ce
fix: remove broken link
aroyan Aug 7, 2022
ef9aa95
fix: remove broken link
aroyan Aug 7, 2022
bc3441d
fix: remove broken link
aroyan Aug 7, 2022
2aec8be
fix: remove broken link
aroyan Aug 7, 2022
1c173bc
fix: remove broken link
aroyan Aug 7, 2022
3e7a409
fix: remove broken link
aroyan Aug 7, 2022
0e369ef
fix: remove broken link
aroyan Aug 7, 2022
24fba65
fix: remove broken link
aroyan Aug 7, 2022
a9bd4a6
fix: remove broken link
aroyan Aug 7, 2022
4861063
fix: remove broken link
aroyan Aug 7, 2022
486ad9c
fix: remove broken link
aroyan Aug 7, 2022
1ecc544
fix: remove broken link
aroyan Aug 7, 2022
9f386b5
fix: update error handling new url
aroyan Aug 7, 2022
0d8d89f
fix: update error handling new url
aroyan Aug 7, 2022
8ca56b4
fix: update error handling new url
aroyan Aug 7, 2022
7014990
fix: update error handling url
aroyan Aug 7, 2022
b7154d3
fix: update error handling url
aroyan Aug 7, 2022
c265359
fix: update error handling url
aroyan Aug 7, 2022
a61f5df
fix: update error handling url
aroyan Aug 7, 2022
c9386ae
fix: update error handling url
aroyan Aug 7, 2022
496f83a
fix: update error handling url
aroyan Aug 7, 2022
edddf7d
fix: update error handling url
aroyan Aug 7, 2022
91a6c29
fix: update error handling url
aroyan Aug 7, 2022
98af7b4
fix: update error handling url
aroyan Aug 7, 2022
e9ec8f1
fix: update error handling url
aroyan Aug 7, 2022
4721d40
fix: update error handling url
aroyan Aug 7, 2022
ca4f1e0
fix: update error handling url
aroyan Aug 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading