Skip to content

Commit

Permalink
change an absolute URL to a relative one (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend authored Feb 20, 2025
1 parent 8e2d4e4 commit 7ec681c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/guides/conventions/workspace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl ContractAdd {

:::tip

In this tutorial we use workspaces to import contract client. However, it's also possible to use contract's compiled code instead (for example, if you don't have a source code for it). See [making cross-contract calls](/docs/build/guides/conventions/cross-contract.mdx) guide for more info
In this tutorial we use workspaces to import contract client. However, it's also possible to use contract's compiled code instead (for example, if you don't have a source code for it). See [making cross-contract calls](./cross-contract.mdx) guide for more info

:::

Expand Down

0 comments on commit 7ec681c

Please sign in to comment.