This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[FYI/www] Fix link to Internals Manual for master branch.


Hello,

This fixes a broken link since the manual was wikified.
We will need to do the same for the "current branch" and then
"release" pages once we cut the 7.7 branch and release 7.7 (resp).
But for now, the currently published info should be good.

ChangeLog:

        * documentation/index.html: Fix link to Internals Manual.

Checked in.

---
 documentation/index.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/documentation/index.html b/documentation/index.html
index cabbfe3..026763c 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -83,10 +83,8 @@ Sivachenko.
 </dd>
 
 <dt><a
-href="http://sourceware.org/gdb/current/onlinedocs/gdbint/";><b>GDB
-Internals Manual</b></a> (<a
-href="http://sourceware.org/gdb/current/onlinedocs/gdbint.pdf.gz";>gziped</a>
-PDF)</dt>
+href="https://sourceware.org/gdb/wiki/InternalsManual";><b>GDB
+Internals Manual</b></a> (wiki only)</dt>
 
 <dd>Technical details of the internals of GDB.</dd>
 
@@ -233,7 +231,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2013-08-29.</p>
+<p>Last modified 2013-11-26.</p>
 </address>
 
 </body>
-- 
1.8.1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]