diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml
index cb76b98dc36..85a8de2ece9 100644
--- a/doc/src/sgml/storage.sgml
+++ b/doc/src/sgml/storage.sgml
@@ -359,7 +359,7 @@ described in more detail below.
The compression technique used is a fairly simple and very fast member
of the LZ family of compression techniques. See
-src/backend/utils/adt/pg_lzcompress.c> for the details.
+src/common/pg_lzcompress.c> for the details.