From c1e2fe4b2207dd9e7e346f7c026f71fe14ddab88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Sat, 20 Jan 2024 10:14:59 -0300 Subject: [PATCH] Fix link broken --- content/program/rust/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/program/rust/_index.md b/content/program/rust/_index.md index bcfdfd6..9955b4b 100644 --- a/content/program/rust/_index.md +++ b/content/program/rust/_index.md @@ -25,4 +25,4 @@ to this schema. * Implementing interface Sample project providing the source code from this chapter can be found in -[examples directory of RGB smart contract compiler repository](https://github.com/RGB-WG/rgb-schemata/blob/master/examples/rgb20-token.rs). +[examples directory of RGB smart contract compiler repository](https://github.com/RGB-WG/rgb-schemata/blob/master/examples/rgb20.rs).