From fda4523cbf43f98299e6b0c5352e18b7c70ce51c Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 22 Aug 2018 10:42:28 -0600 Subject: [PATCH] Fix broken doc --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 0384edb73c..fe7bb03aaa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ //! The `solana` library implements the Solana high-performance blockchain architecture. //! It includes a full Rust implementation of the architecture (see -//! [Server](server/struct.Server.html)) as well as hooks to GPU implementations of its most +//! [Fullnode](server/struct.Fullnode.html)) as well as hooks to GPU implementations of its most //! paralellizable components (i.e. [SigVerify](sigverify/index.html)). It also includes //! command-line tools to spin up fullnodes and a Rust library //! (see [ThinClient](thin_client/struct.ThinClient.html)) to interact with them.