From dedc2db742ee3e8832b7bdfa0c1fef1ecebe1161 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 21 Jun 2023 18:30:15 +0000 Subject: [PATCH] [#2833] Fixed broken link --- doc/devel/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/devel/Doxyfile b/doc/devel/Doxyfile index 86d0ffc231..91d4ff735e 100644 --- a/doc/devel/Doxyfile +++ b/doc/devel/Doxyfile @@ -1337,8 +1337,8 @@ HTML_INDEX_NUM_ENTRIES = 100 # output directory. Running make will produce the docset in that directory and # running make install will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at -# startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy -# genXcode/_index.html for more information. +# startup. See https://developer.apple.com/library/archive/featuredarticles/DoxygenXcode/_index.html +# for more information. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -- 2.47.2