diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2009-10-31 12:00:44 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2009-10-31 12:00:44 +0000 |
commit | 2c42b339140e308bb125f5d905c3855dca29c45a (patch) | |
tree | 6b2bb3409d359414f4904feb29387e2b643e8b42 | |
parent | ee817a8bd2a8f64ff22220c3ce72023f83e97e0b (diff) | |
download | gcc-2c42b339140e308bb125f5d905c3855dca29c45a.zip gcc-2c42b339140e308bb125f5d905c3855dca29c45a.tar.gz gcc-2c42b339140e308bb125f5d905c3855dca29c45a.tar.bz2 |
intro.xml: Refer to our bugs page instead of Bugzilla directly.
* doc/xml/manual/intro.xml: Refer to our bugs page instead of
Bugzilla directly.
From-SVN: r153775
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/intro.xml | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f0303c1..c97e46b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2009-10-31 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/intro.xml: Refer to our bugs page instead of + Bugzilla directly. + 2009-10-30 Jerry Quinn <jlquinn@optonline.net> * libsupc++/tinfo.cc (operator=(const type_info&)): Reapply 153734. diff --git a/libstdc++-v3/doc/xml/manual/intro.xml b/libstdc++-v3/doc/xml/manual/intro.xml index 7782498..33bacae 100644 --- a/libstdc++-v3/doc/xml/manual/intro.xml +++ b/libstdc++-v3/doc/xml/manual/intro.xml @@ -195,10 +195,9 @@ requirements of the license of GCC. <title>Implementation Bugs</title> <para> Information on known bugs, details on efforts to fix them, and - fixed bugs are all available as part of the GCC bug tracking - system, <ulink - url="http://gcc.gnu.org/bugzilla">bugzilla</ulink>, with the - category set to <literal>libstdc++</literal>. + fixed bugs are all available as part of the <ulink + url="http://gcc.gnu.org/bugs/">GCC bug tracking system</ulink>, + with the category set to <literal>libstdc++</literal>. </para> </sect2> |