Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the expired Discord invite link #194

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/labs/capsule-dynamic-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Starting from the `v0.6` version, `ckb-std` introduces the [dynamic loading modu

In this tutorial, we build an example shared library in C, and try to dynamically load the shared library from a contract written in Rust.

If you run into an issue on this tutorial you can [create a new issue](https://github.com/nervosnetwork/capsule) or contact us on [Nervos talk](https://talk.nervos.org/) or [Discord](https://discord.gg/n6tx7uC).
If you run into an issue on this tutorial you can [create a new issue](https://github.com/nervosnetwork/capsule) or contact us on [Nervos talk](https://talk.nervos.org/) or [Discord](https://discord.gg/MWjqYpVbQR).

## Setup the develop environment

Expand Down
2 changes: 1 addition & 1 deletion website/docs/labs/sudtbycapsule.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We expect that:
* You are generally familiar with Nervos CKB and have completed the [How to use a development blockchain](basics/guides/devchain.md)
* You are open to learning about the bleeding edge of blockchain development

If you run into an issue on this tutorial you can [create a new issue](https://github.com/nervosnetwork/capsule) or contact us on [Nervos talk](https://talk.nervos.org/) or [Discord](https://discord.gg/n6tx7uC).
If you run into an issue on this tutorial you can [create a new issue](https://github.com/nervosnetwork/capsule) or contact us on [Nervos talk](https://talk.nervos.org/) or [Discord](https://discord.gg/MWjqYpVbQR).

What you will be doing:

Expand Down
Loading