Browse Source

chore: updated land fixed links on Clarinet page

fix/microblocks-feedback
Patrick Gray 4 years ago
committed by Patrick Gray
parent
commit
9095839792
  1. 8
      src/pages/write-smart-contracts/clarinet.md

8
src/pages/write-smart-contracts/clarinet.md

@ -184,8 +184,8 @@ Clarinet.test({
}); });
``` ```
For more information on assertions, review [asserts][] in the Deno standard library. For more information on the available For more information on assertions, review [asserts][] in the Deno standard library. For more information on the
Clarity calls in Deno, review the [Deno Clarity library][]. available Clarity calls in Deno, review the [Deno Clarinet library][].
## Additional reading ## Additional reading
@ -194,6 +194,6 @@ Clarity calls in Deno, review the [Deno Clarity library][].
[clarinet]: https://github.com/hirosystems/clarinet [clarinet]: https://github.com/hirosystems/clarinet
[console]: #testing-with-the-console [console]: #testing-with-the-console
[test harness]: #testing-with-the-test-harness [test harness]: #testing-with-the-test-harness
[clarity language reference]: http://localhost:3000/references/language-functions [clarity language reference]: /references/language-functions
[asserts]: https://deno.land/std@0.90.0/testing/asserts.ts [asserts]: https://deno.land/std@0.90.0/testing/asserts.ts
[deno clarity library]: https://deno.land/x/clarinet@v0.6.0/index.ts [deno clarinet library]: https://github.com/hirosystems/clarinet/blob/master/deno/index.ts

Loading…
Cancel
Save