Skip to content

Commit

Permalink
Update entry-functions.md to remove Markdown extension from Dev Porta…
Browse files Browse the repository at this point in the history
…l links (MystenLabs#3529)

* Update entry-functions.md

* Update entry-functions.md
  • Loading branch information
Clay-Mysten authored Jul 26, 2022
1 parent 0e7eb4b commit 64c230a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/book/src/basics/entry-functions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Entry Functions

An [entry function](https://docs.sui.io/build/move/index.md#entry-functions) visibility modifier allows a function to be called directly (eg in transaction). It is combinable with other
An [entry function](https://docs.sui.io/build/move#entry-functions) visibility modifier allows a function to be called directly (eg in transaction). It is combinable with other
visibility modifiers, such as `public` which allows calling from other modules) and `public(friend)` for calling from *friend* modules.

```move
Expand Down

0 comments on commit 64c230a

Please sign in to comment.