From 9305257baffad0c212489b33616cdfd385d195b0 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 4 Apr 2018 15:06:21 -0400
Subject: [PATCH] docs:  update ltree URL for the DMOZ catalog

Reported-by: bbrincat@gmail.com

Discussion: https://postgr.es/m/152283596377.1441.11672249301622760943@wrigleys.postgresql.org

Author: Oleg Bartunov

Backpatch-through: 9.3
---
 doc/src/sgml/ltree.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/ltree.sgml b/doc/src/sgml/ltree.sgml
index cd8a061c943..938491d58a1 100644
--- a/doc/src/sgml/ltree.sgml
+++ b/doc/src/sgml/ltree.sgml
@@ -34,7 +34,7 @@
    length of a label path must be less than 65Kb, but keeping it under 2Kb is
    preferable.  In practice this is not a major limitation; for example,
    the longest label path in the DMOZ catalog (<ulink
-   url="http://www.dmoz.org"></ulink>) is about 240 bytes.
+   url="http://www.dmoztools.net"></ulink>) is about 271 bytes.
   </para>
 
   <para>
-- 
GitLab