* gnat_ugn.texi (Complexity Metrics Control): Update link to
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Apr 2011 19:55:32 +0000 (19:55 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Apr 2011 19:55:32 +0000 (19:55 +0000)
the Watson/McCabe paper.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172902 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/gnat_ugn.texi

index f6e705e..2ef97cb 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-23  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * gnat_ugn.texi (Complexity Metrics Control): Update link to
+       the Watson/McCabe paper.
+
 2011-04-23  Jim Meyering  <meyering@redhat.com>
 
        * gnat_ugn.texi (Examples of gnatxref Usage): Fix typo: s/it it/it is/
index 463662a..29923ee 100644 (file)
@@ -14362,7 +14362,7 @@ maximal loop nesting level
 
 @noindent
 The McCabe complexity metrics are defined
-in @url{http://www.mccabe.com/pdf/nist235r.pdf}
+in @url{http://www.mccabe.com/pdf/mccabe-nist235r.pdf}
 
 According to McCabe, both control statements and short-circuit control forms
 should be taken into account when computing cyclomatic complexity. For each