Skip to content

Commit 4ab5d39

Browse files
authored
Merge pull request #7172 from ethereum/fixMarkdownProblems
Fix markdown issues
2 parents cc84a77 + 4da463f commit 4ab5d39

File tree

187 files changed

+289
-1150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+289
-1150
lines changed

src/content/desci/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ Explore projects and join the DeSci community.
118118

119119
### Videos {#videos}
120120

121-
- [What's Decentralized Science? ](https://www.youtube.com/watch?v=-DeMklVWNdA)
121+
- [What's Decentralized Science?](https://www.youtube.com/watch?v=-DeMklVWNdA)
122122
- [Conversation between Vitalik Buterin and the scientist Aubrey de Grey about the intersection of longevity research and crypto](https://www.youtube.com/watch?v=x9TSJK1widA)
123123
- [Scientific Publishing Is Broken. Can Web3 Fix It?](https://www.youtube.com/watch?v=WkvzYgCvWj8)

src/content/developers/docs/consensus-mechanisms/pow/mining-algorithms/dagger-hashamoto/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The algorithm used to generate the set of DAGs used to compute the work for a bl
143143
```python
144144
def get_prevhash(n):
145145
from pyethereum.blocks import GENESIS_PREVHASH
146-
from pyethreum import chain_manager
146+
from pyethereum import chain_manager
147147
if num <= 0:
148148
return hash_to_int(GENESIS_PREVHASH)
149149
else:

src/content/developers/docs/intro-to-ethereum/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ _Know of a community resource that helped you? Edit this page and add it!_
119119

120120
## Related tutorials {#related-tutorials}
121121

122-
- [A developer's guide to Ethereum, part 1 ](/developers/tutorials/a-developers-guide-to-ethereum-part-one/) _– A very beginner-friendly exploration of Ethereum using Python and web3.py_
122+
- [A developer's guide to Ethereum, part 1](/developers/tutorials/a-developers-guide-to-ethereum-part-one/) _– A very beginner-friendly exploration of Ethereum using Python and web3.py_

src/content/developers/docs/programming-languages/rust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Need a more basic primer first? Check out [ethereum.org/learn](/learn/) or [ethe
3939

4040
- [pwasm_ethereum externs library to interact with Ethereum-like network](https://github.com/openethereum/pwasm-ethereum)
4141
- [Build A Decentralized Chat Using JavaScript and Rust](https://medium.com/perlin-network/build-a-decentralized-chat-using-javascript-rust-webassembly-c775f8484b52)
42-
- [Build a Decentralized Todo App Using Vue.js & Rust ](https://medium.com/@jjmace01/build-a-decentralized-todo-app-using-vue-js-rust-webassembly-5381a1895beb)
42+
- [Build a Decentralized Todo App Using Vue.js & Rust](https://medium.com/@jjmace01/build-a-decentralized-todo-app-using-vue-js-rust-webassembly-5381a1895beb)
4343
- [Getting Started with Enigma - In Rust Programming Language](https://blog.enigma.co/getting-started-with-discovery-the-rust-programming-language-4d1e0b06de15)
4444
- [An Intro to Secret Contracts](https://blog.enigma.co/getting-started-with-enigma-an-intro-to-secret-contracts-cdba4fe501c2)
4545
- [Deploying Solidity Contracts on Oasis (Compound)](https://docs.oasis.dev/tutorials/deploy-solidity.html#deploy-using-truffle)

src/content/developers/tutorials/how-to-mint-an-nft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ First, let’s define a function named `mintNFT(tokenData)` and create our trans
156156

157157
- `'data': nftContract.methods.mintNFT(PUBLIC_KEY, md).encodeABI()` — The computation we wish to perform in this transaction — which in this case is minting a NFT
158158

159-
Your <code>mint-nft.js</code> file should look like this now:
159+
Your `mint-nft.js` file should look like this now:
160160

161161
```js
162162
require('dotenv').config();

src/content/developers/tutorials/how-to-write-and-deploy-an-nft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ The From address should match your MetaMask account address and the To address w
340340

341341
Yasssss! You just deployed your NFT smart contract to the Ethereum chain!
342342

343-
To understand what’s going on under the hood, let’s navigate to the Explorer tab in our [Alchemy dashboard ](https://dashboard.alchemyapi.io/explorer). If you have multiple Alchemy apps make sure to filter by app and select “MyNFT”.
343+
To understand what’s going on under the hood, let’s navigate to the Explorer tab in our [Alchemy dashboard](https://dashboard.alchemyapi.io/explorer). If you have multiple Alchemy apps make sure to filter by app and select “MyNFT”.
344344

345345
![View calls made “under the hood” with Alchemy’s Explorer Dashboard](./alchemy-explorer.png)
346346

src/content/translations/ar/rust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sidebar: true
4040

4141
- [مكتبة pwasm_ethereum الخارجية للتفاعل مع شبكة تشبه إثيريوم](https://github.com/openethereum/pwasm-ethereum)
4242
- [إنشاء دردشة لامركزية باستخدام JavaScript وRust](https://medium.com/perlin-network/build-a-decentralized-chat-using-javascript-rust-webassembly-c775f8484b52)
43-
- [إنشاء تطبيق Todo لامركزي باستخدام Vue.js & Rust ](https://medium.com/@jjmace01/build-a-decentralized-todo-app-using-vue-js-rust-webassembly-5381a1895beb)
43+
- [إنشاء تطبيق Todo لامركزي باستخدام Vue.js & Rust](https://medium.com/@jjmace01/build-a-decentralized-todo-app-using-vue-js-rust-webassembly-5381a1895beb)
4444
- [البدء بـEnigma - في لغة برمجة Rust](https://blog.enigma.co/getting-started-with-discovery-the-rust-programming-language-4d1e0b06de15)
4545
- [مقدمة إلى العقود السرية](https://blog.enigma.co/getting-started-with-enigma-an-intro-to-secret-contracts-cdba4fe501c2)
4646
- [نشر عقود Solidity على Oasis (مركبة)](https://docs.oasis.dev/tutorials/deploy-solidity.html#deploy-using-truffle)

src/content/translations/bg/upgrades/beacon-chain/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ summaryPoint4: Това може да ви познато като „Фаза 0
1717

1818
## Какво прави Сигналната верига? {#what-does-the-beacon-chain-do}
1919

20-
Сигналната верига ще ръководи или координира разширената мрежа на [фрагменти](/upgrades/sharding/) и [залагащи](/staking/). Но това няма да бъде същото като [основната мрежа на Етереум ](/glossary/#mainnet) към днешна дата. Тя не може да се справя с акаунтите и умните договори.
20+
Сигналната верига ще ръководи или координира разширената мрежа на [фрагменти](/upgrades/sharding/) и [залагащи](/staking/). Но това няма да бъде същото като [основната мрежа на Етереум](/glossary/#mainnet) към днешна дата. Тя не може да се справя с акаунтите и умните договори.
2121

2222
Ролята на Сигналната верига ще се променя с времето, но тя е основна част на [сигурния, устойчив и разширяващ се Етереум, върху който работим](/upgrades/vision/).
2323

src/content/translations/bg/upgrades/merge/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ summaryPoint4: По-рано наричахме това „прикрепван
5353

5454
### Сливането и веригите от компоненти {#docking-and-shard-chains}
5555

56-
Първоначално планът е бил да се работи върху веригите от компоненти преди сливането - с цел решаване на въпроса с разширяването. Но с бума на [ решенията за разширяване на ниво 2 ](/developers/docs/scaling/#layer-2-scaling) приоритетът се прехвърля върху заместването на доказателство-за-работа с доказателство-за-залог чрез сливането.
56+
Първоначално планът е бил да се работи върху веригите от компоненти преди сливането - с цел решаване на въпроса с разширяването. Но с бума на [решенията за разширяване на ниво 2](/developers/docs/scaling/#layer-2-scaling) приоритетът се прехвърля върху заместването на доказателство-за-работа с доказателство-за-залог чрез сливането.
5757

5858
Това ще бъде една дълготрайна задача пред общността, имайки предвид нуждата от потенциално многократни повторения на веригите от компоненти с цел едно безкрайно разширяване.
5959

src/content/translations/bn/golang/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sidebar: true
3232
- [ইথেরিয়ামের সঙ্গে সংযুক্ত করার জন্য Golang ব্যবহার করা](https://www.youtube.com/watch?v=-7uChuO_VzM)
3333
- [Golang ব্যবহার করে ইথেরিয়াম স্মার্ট কন্ট্র্যাক্টস ডেপ্লয় করা](https://www.youtube.com/watch?v=pytGqQmDslE)
3434
- [গো-তে ইথেরিয়াম স্মার্ট কন্ট্র্যাক্টস টেস্ট ও ডেপ্লয় করার জন্য একটি ধাপে ধাপে নির্দেশিকা](https://hackernoon.com/a-step-by-step-guide-to-testing-and-deploying-ethereum-smart-contracts-in-go-9fc34b178d78)
35-
- [ইবুক: গো-এর সঙ্গে ইথেরিয়াম অ্যাপ্লিকেশন](https://goethereumbook.org/) - _ তৈরি করার জন্য গো-এর সঙ্গে ইথেরিয়াম ডেভেলপমেন্ট_
35+
- [ইবুক: গো-এর সঙ্গে ইথেরিয়াম অ্যাপ্লিকেশন](https://goethereumbook.org/) - _তৈরি করার জন্য গো-এর সঙ্গে ইথেরিয়াম ডেভেলপমেন্ট_
3636

3737
## মধ্যবর্তী প্রবন্ধ ও নথিপত্র {#intermediate-articles-and-docs}
3838

0 commit comments

Comments
 (0)