Skip to content

Commit

Permalink
Merge pull request goldbergyoni#1044 from goldbergyoni/migrate/update…
Browse files Browse the repository at this point in the history
…-commented-absolute-links
  • Loading branch information
rluvaton authored Jul 16, 2021
2 parents 98d2c0b + 34864cd commit c383778
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.brazilian-portuguese.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Leia em diferentes idiomas: [![CN](./assets/flags/CN.png)**CN**](./README.chines
A ausência dessas informações provavelmente complicariam a compreensão do fluxo que leva ao erro,
especialmente se a causa do comportamento anormal estiver dentro da função ausente

<!-- 🔗 [**Leia Mais: retornando promises**](/sections/errorhandling/returningpromises.brazilian-portuguese.md) -->
🔗 [**Leia Mais: retornando promises**](./sections/errorhandling/returningpromises.md)

<br/><br/><br/>

Expand Down Expand Up @@ -472,7 +472,7 @@ Todas as declarações acima false se feitas com `===`.

**Caso contrário:** Você não somente passará várias horas do dia para entender o código principal, mas agora também gastará várias horas no que deveria ter sido uma simples parte do dia (testando) esticando seu cérebro.

<!-- 🔗 [**Leia Mais: Estutura de testes padrão AAA**](/sections/testingandquality/aaa.brazilian-portuguese.md) -->
🔗 [**Leia Mais: Estutura de testes padrão AAA**](./sections/testingandquality/aaa.md)

<br/><br/>

Expand Down Expand Up @@ -560,7 +560,7 @@ Todas as declarações acima false se feitas com `===`.

**Caso contrário:** Um bug no 'middleware Express' === um bug em todas ou na maioria das solicitações

<!-- 🔗 [**Read More: Test middlewares in isolation**](/sections/testingandquality/test-middlewares.brazilian-portuguese.md) -->
🔗 [**Read More: Test middlewares in isolation**](./sections/testingandquality/test-middlewares.md)

<br/><br/><br/>

Expand Down Expand Up @@ -752,7 +752,7 @@ Todas as declarações acima false se feitas com `===`.

**Caso contrário:** o QA testará completamente o código e aprovará uma versão que se comportará de maneira diferente em produção. Pior ainda, diferentes servidores no mesmo cluster de produção podem executar códigos diferentes.

<!-- 🔗 [**Read More: Use npm ci**](/sections/production/installpackageswithnpmci.md) -->
🔗 [**Read More: Use npm ci**](./sections/production/installpackageswithnpmci.md)

<br/><br/><br/>

Expand Down
4 changes: 2 additions & 2 deletions sections/drafts/readme-general-toc-1.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!--- # Node.js Best Practices -->
<!--- ![Node.js Best Practices](assets/images/banner-2.jpg) -->
<!--- ![Node.js Best Practices](../../assets/images/banner-2.jpg) -->
<h1 align="center">
<img src="../../assets/images/banner-2.jpg" alt="Node.js Best Practices" />
</h1>

<img src="https://img.shields.io/badge/⚙%20Item%20count%20-%2053%20Best%20practices-blue.svg" alt="53 items"/> <img src="https://img.shields.io/badge/%F0%9F%93%85%20Last%20update%20-%206%20days%20ago-green.svg" alt="Last update: 7 days ago"/> <img src="https://img.shields.io/badge/%E2%9C%94%20Updated%20For%20Version%20-%20Node%208.4-brightgreen.svg" alt="Updated for Node v.8.4"/>

<!--- ![Node.js Best Practices](assets/images/banner-1.png) -->
<!--- ![Node.js Best Practices](../../assets/images/banner-1.png) -->

# Welcome to Node.js Best Practices

Expand Down
4 changes: 2 additions & 2 deletions sections/drafts/readme-general-toc-3.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!--- # Node.js Best Practices -->
<!--- ![Node.js Best Practices](assets/images/banner-2.jpg) -->
<!--- ![Node.js Best Practices](../../assets/images/banner-2.jpg) -->
<h1 align="center">
<img src="../../assets/images/banner-3.jpg" alt="Node.js Best Practices" />
</h1>

<img src="https://img.shields.io/badge/⚙%20Item%20count%20-%2053%20Best%20practices-blue.svg" alt="53 items"/> <img src="https://img.shields.io/badge/%F0%9F%93%85%20Last%20update%20-%206%20days%20ago-green.svg" alt="Last update: 7 days ago"/> <img src="https://img.shields.io/badge/%E2%9C%94%20Updated%20For%20Version%20-%20Node%208.4-brightgreen.svg" alt="Updated for Node v.8.4"/>

<!--- ![Node.js Best Practices](assets/images/banner-1.png) -->
<!--- ![Node.js Best Practices](../../assets/images/banner-1.png) -->

# Welcome to Node.js Best Practices

Expand Down
4 changes: 2 additions & 2 deletions sections/drafts/readme-general-toc-4.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!--- # Node.js Best Practices -->
<!--- ![Node.js Best Practices](assets/images/banner-2.jpg) -->
<!--- ![Node.js Best Practices](../../assets/images/banner-2.jpg) -->
<h1 align="center">
<img src="../../assets/images/banner-4.jpg" alt="Node.js Best Practices" />
</h1>

<img src="https://img.shields.io/badge/⚙%20Item%20count%20-%2053%20Best%20practices-blue.svg" alt="53 items"/> <img src="https://img.shields.io/badge/%F0%9F%93%85%20Last%20update%20-%206%20days%20ago-green.svg" alt="Last update: 7 days ago"/> <img src="https://img.shields.io/badge/%E2%9C%94%20Updated%20For%20Version%20-%20Node%208.4-brightgreen.svg" alt="Updated for Node v.8.4"/>

<!--- ![Node.js Best Practices](assets/images/banner-1.png) -->
<!--- ![Node.js Best Practices](../../assets/images/banner-1.png) -->

# Welcome to Node.js Best Practices

Expand Down

0 comments on commit c383778

Please sign in to comment.