From 472540722fe2c8aacbecaaae72001fdc2d522985 Mon Sep 17 00:00:00 2001 From: Stu Black Date: Thu, 28 Jul 2016 23:36:43 -0400 Subject: [PATCH] Fix broken link in indexing docs. --- src/indexing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indexing.rs b/src/indexing.rs index 8a3bae4..421ba2d 100644 --- a/src/indexing.rs +++ b/src/indexing.rs @@ -2,7 +2,7 @@ //! //! It is anticipated that most uses cases will be covered by //! [HashIndexing](struct.HashIndexing.html), which owns a -//! [../struct.Table.html](Table) and provides bidirectional mappings between +//! [Table](../struct.Table.html) and provides bidirectional mappings between //! data values and their symbols. //! //! The [Indexing](trait.Indexing.html) trait is provided in case another lookup