Skip to content

Commit

Permalink
[Developer Docs] Fix broken link.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind authored and aptos-bot committed Mar 18, 2022
1 parent f13785c commit 4389ee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ It is important to understand that executing a transaction is different from upd

When mempool receives a transaction from other validators via shared mempool or from the REST service, mempool invokes `VM::ValidateTransaction()` on the VM to validate the transaction.

For implementation details refer to the [Virtual Machine README](https://github.com/diem/move/tree/main/language/vm).
For implementation details refer to the [Virtual Machine README](https://github.com/diem/move/tree/main/language/move-vm).

## Mempool

Expand Down

0 comments on commit 4389ee4

Please sign in to comment.