Skip to content

Commit 143fcd1

Browse files
committed
fix markdown
1 parent fe3d9e9 commit 143fcd1

File tree

1 file changed

+2
-2
lines changed
  • public/content/translations/pcm/developers/docs/smart-contracts/languages

1 file changed

+2
-2
lines changed

public/content/translations/pcm/developers/docs/smart-contracts/languages/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ contract Coin {
8383
}
8484
```
8585

86-
Dis eksampol suppose give yu one sense of wetin Solidity kontract syntax bi laik. For more detailed diskripshon of di funshons and variabols, </a>see di docs</0>.
86+
Dis eksampol suppose give yu one sense of wetin Solidity kontract syntax bi laik. For more detailed diskripshon of di funshons and variabols, [see di docs]((https://docs.soliditylang.org/en/latest/contracts.html)).
8787

8888
## Vyper {#vyper}
8989

@@ -205,7 +205,7 @@ def endAuction():
205205
send(self.beneficiary, self.highestBid)
206206
```
207207

208-
Dis eksampol suppose give yu one sense of wetin Vyper kontract syntax bi laik. For more full diskripshon of di funshons and variabols, </a>see di docs</0>.
208+
Dis eksampol suppose give yu one sense of wetin Vyper kontract syntax bi laik. For more full diskripshon of di funshons and variabols, [see di docs](https://vyper.readthedocs.io/en/latest/vyper-by-example.html#simple-open-auction).
209209

210210
## Yul and Yul+ {#yul}
211211

0 commit comments

Comments
 (0)