Skip to content

Commit 9fccfa2

Browse files
authored
Merge pull request #12309 from ethereum/fix-extra-forward-slashes
fix: removes extra forward slashes
2 parents a109f3b + 7b9192a commit 9fccfa2

File tree

9 files changed

+9
-9
lines changed
  • public/content
    • developers/tutorials
      • waffle-dynamic-mocking-and-testing-calls
      • waffle-test-simple-smart-contract
    • translations
      • es/developers/tutorials
        • waffle-dynamic-mocking-and-testing-calls
        • waffle-test-simple-smart-contract
      • fr/developers/tutorials
        • waffle-dynamic-mocking-and-testing-calls
        • waffle-test-simple-smart-contract
      • ja/developers/tutorials/waffle-dynamic-mocking-and-testing-calls
      • pt-br/developers/tutorials/waffle-test-simple-smart-contract
      • ro/developers/tutorials/waffle-dynamic-mocking-and-testing-calls

9 files changed

+9
-9
lines changed

public/content/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,4 @@ Source code for this tutorial can be found [here](https://github.com/EthWorks/Wa
290290

291291
Tutorials you may also be interested in:
292292

293-
- [Testing smart contracts with Waffle](/developers/tutorials/waffle-test-simple-smart-contract//)
293+
- [Testing smart contracts with Waffle](/developers/tutorials/waffle-test-simple-smart-contract/)

public/content/developers/tutorials/waffle-test-simple-smart-contract/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ You've made your first big step towards testing smart contracts with Waffle! You
200200

201201
- [Testing ERC20 with Waffle](/developers/tutorials/testing-erc-20-tokens-with-waffle/)
202202
- [Waffle: Dynamic mocking and testing contract calls](/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/#gatsby-focus-wrapper)
203-
- [Waffle say hello world tutorial with hardhat and ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers//)
203+
- [Waffle say hello world tutorial with hardhat and ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers/)

public/content/translations/es/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,4 @@ El código fuente de este tutorial puedes econtrarlo [aquí](https://github.com/
295295

296296
Otros tutoriales que podrían interesarte:
297297

298-
- [Probar contratos inteligentes con Waffle](/developers/tutorials/waffle-test-simple-smart-contract//)
298+
- [Probar contratos inteligentes con Waffle](/developers/tutorials/waffle-test-simple-smart-contract/)

public/content/translations/es/developers/tutorials/waffle-test-simple-smart-contract/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ Si la prueba sale bien, nos garantizará que se ha revertido la transacción. Si
200200

201201
- [Probar ERC20 con Waffle](/developers/tutorials/testing-erc-20-tokens-with-waffle/)
202202
- [Waffle: Llamadas dinámicas de simulación y prueba de contratos](/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/#gatsby-focus-wrapper)
203-
- [Tutorial de Waffle "Hola, Mundo" con hardhat y ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers//)
203+
- [Tutorial de Waffle "Hola, Mundo" con hardhat y ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers/)

public/content/translations/fr/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,4 @@ Le code source de ce tutoriel est disponible [ici](https://github.com/EthWorks/W
295295

296296
Voici d'autres tutoriels qui pourraient vous intéresser :
297297

298-
- [Tester des contrats intelligents avec Waffle](/developers/tutorials/waffle-test-simple-smart-contract//)
298+
- [Tester des contrats intelligents avec Waffle](/developers/tutorials/waffle-test-simple-smart-contract/)

public/content/translations/fr/developers/tutorials/waffle-test-simple-smart-contract/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ Vous avez fait votre premier (grand) pas vers les tests des contrats intelligent
200200

201201
- [Tester ERC20 avec Waffle](/developers/tutorials/testing-erc-20-tokens-with-waffle/)
202202
- [Waffle : Bouchonnage dynamique et tests de contrats](/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/#gatsby-focus-wrapper)
203-
- [Tutoriel pour "dire bonjour au monde" avec hardhat et ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers//)
203+
- [Tutoriel pour "dire bonjour au monde" avec hardhat et ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers/)

public/content/translations/ja/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,4 @@ Waffle のドキュメンテーションは、[こちら](https://ethereum-waffl
295295

296296
さらに、以下のチュートリアルをおすすめします:
297297

298-
- [Waffle を使ってスマートコントラクトをテストする](/developers/tutorials/waffle-test-simple-smart-contract//)
298+
- [Waffle を使ってスマートコントラクトをテストする](/developers/tutorials/waffle-test-simple-smart-contract/)

public/content/translations/pt-br/developers/tutorials/waffle-test-simple-smart-contract/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ Você acabou de dar seu primeiro grande passo para testar contratos inteligentes
200200

201201
- [Testando ERC20 com Waffle](/developers/tutorials/testing-erc-20-tokens-with-waffle/)
202202
- [Waffle: simulações dinâmicas e testando chamadas de contrato](/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/#gatsby-focus-wrapper)
203-
- [Waffle diga olá mundo tutorial com capacete de segurança e ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers//)
203+
- [Waffle diga olá mundo tutorial com capacete de segurança e ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers/)

public/content/translations/ro/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,4 @@ Codul sursă pentru acest tutorial se află [aici](https://github.com/EthWorks/W
295295

296296
Alte tutoriale care vă pot interesa:
297297

298-
- [Testarea contractelor inteligente cu Waffle](/developers/tutorials/waffle-test-simple-smart-contract//)
298+
- [Testarea contractelor inteligente cu Waffle](/developers/tutorials/waffle-test-simple-smart-contract/)

0 commit comments

Comments
 (0)