Skip to content

Commit

Permalink
Fix broken links in docs (#2561)
Browse files Browse the repository at this point in the history
* Fix broken links in docs

* Fixing incorrect fixes.

Thanks for submitting this PR, I made a slight fix to your fix, so now it works.

Co-authored-by: Raj Karamchedu <[email protected]>
  • Loading branch information
0xbe1 and Raj Karamchedu authored Aug 5, 2022
1 parent 0fb56b3 commit 8f97996
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -680,11 +680,11 @@ SUCCESS proving 1 modules from package `hello_prover` in 1.649s
### Debug and Print Stacktrace
In this example, we will use `DebugDemo` in [debug-move-example](https://github.com/aptos-labs/aptos-core/tree/main/crates/aptos/debug-move-example)
In this example, we will use `DebugDemo` in [debug-move-example](https://github.com/aptos-labs/aptos-core/tree/main/crates/aptos/debug-move-example).
First, you need to include Move nursery in your Move.toml file [toml file](debug-move-example/Move.toml)
First, you need to include Move nursery in your Move [toml file](https://github.com/aptos-labs/aptos-core/tree/main/crates/aptos/debug-move-example/Move.toml).
Now, you can use `Debug::print` and `Debug::print_stack_trace` in your [move file](debug-move-example/sources/DebugDemo.move)
Now, you can use `Debug::print` and `Debug::print_stack_trace` in your [DebugDemo Move file](https://github.com/aptos-labs/aptos-core/tree/main/crates/aptos/debug-move-example/sources/DebugDemo.move).
You can run the following command:
```bash
Expand Down

0 comments on commit 8f97996

Please sign in to comment.