From db9cb47ee3f78cef89ff6d0d582de978293ae621 Mon Sep 17 00:00:00 2001 From: Ian Culp <57159226+icculp@users.noreply.github.com> Date: Wed, 6 Oct 2021 17:07:01 -0500 Subject: [PATCH] fixing link --- es/18_5_Accediendo_a_Bitcoind_con_Rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/18_5_Accediendo_a_Bitcoind_con_Rust.md b/es/18_5_Accediendo_a_Bitcoind_con_Rust.md index 580863f..fce44b8 100644 --- a/es/18_5_Accediendo_a_Bitcoind_con_Rust.md +++ b/es/18_5_Accediendo_a_Bitcoind_con_Rust.md @@ -43,7 +43,7 @@ $ cargo run Hello, world! ``` > :information_source: **NOTA:** si se encuentra con un error `linker Žcc' no encontrado`, tendrá que instalar un -Compilador C. Si está en Linux, adelante e instale las [herramientas de desarrollo] (https://www.ostechnix.com/install-development-tools-linux/). +Compilador C. Si está en Linux, adelante e instale las [herramientas de desarrollo](https://www.ostechnix.com/install-development-tools-linux/). Para acceder a la caja (biblioteca) de `bitcoincore-rpc`, debe añadirla a su `Cargo.toml` en la sección `dependencies`: ```rust