[tor-commits] [stem/master] Fix changelog spec link
    atagar at torproject.org 
    atagar at torproject.org
       
    Sun Jan  1 23:27:37 UTC 2017
    
    
  
commit 50f154a38b8e7bc16eb59bbc14136df51936be45
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Jan 1 15:34:00 2017 -0800
    Fix changelog spec link
    
    Our site compilation validates that spec roles are seven hex characters but
    this one had eight, causing it to not make a link.
---
 docs/change_log.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/change_log.rst b/docs/change_log.rst
index 713ef51..a93b275 100644
--- a/docs/change_log.rst
+++ b/docs/change_log.rst
@@ -45,7 +45,7 @@ The following are only available within Stem's `git repository
 
  * **Descriptors**
 
-  * Support for protocol descriptor fields (:spec:`eb4fb3c5`)
+  * Support for protocol descriptor fields (:spec:`eb4fb3c`)
 
 .. _version_1.5:
 
    
    
More information about the tor-commits
mailing list