Updated GoForCPPProgrammers (markdown)
diff --git a/GoForCPPProgrammers.md b/GoForCPPProgrammers.md
index dd8af5f..1838064 100644
--- a/GoForCPPProgrammers.md
+++ b/GoForCPPProgrammers.md
@@ -89,7 +89,7 @@
 ` const `, or ` type `.  Method declarations are a minor
 exception in that
 the receiver appears before the name of the object being declared; see
-the <a href='#Interfaces'>discussion of interfaces</a>.
+the <a href='#interfaces'>discussion of interfaces</a>.
 
 You can also use a keyword followed by a series of declarations in
 parentheses.