diff --git a/README.md b/README.md
index f4cb33df3039d1aa16fe954e428677a352c092ad..177ce849fca552a784023264eb1ee833105ec968 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ libcsdr
 *libcsdr* is a set of simple DSP routines for Software Defined Radio.  
 It is mostly useful for AM/FM/SSB demodulation and spectrum display.  
 Feel free to use it in your projects.  
-Most of the code is available under the permissive BSD license, with some optional parts under GPL. For additional details, see <a href="licensing">licensing</a>.
+Most of the code is available under the permissive BSD license, with some optional parts under GPL. For additional details, see <a href="#licensing">licensing</a>.
 
 - The package comes with a command-line tool `csdr`, which lets you build DSP processing chains by shell pipes.
 - The code of *libcsdr* was intended to be easy to follow.