diff options
| -rw-r--r-- | documentation.html | 4 | ||||
| -rw-r--r-- | getinvolved.html | 28 | ||||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | kprobes-status.html | 2 | ||||
| -rw-r--r-- | links.html | 2 |
5 files changed, 19 insertions, 19 deletions
diff --git a/documentation.html b/documentation.html index adc238af..340f3c6c 100644 --- a/documentation.html +++ b/documentation.html | |||
| @@ -75,7 +75,7 @@ | |||
| 75 | </ul> | 75 | </ul> |
| 76 | <h2>Tapset Development</h2> | 76 | <h2>Tapset Development</h2> |
| 77 | <ul> | 77 | <ul> |
| 78 | <li><a href="http://sources.redhat.com/git/?p=systemtap.git;a=blob_plain;f=tapset/DEVGUIDE;hb=HEAD">Tapset Developer's Guide</a></li> | 78 | <li><a href="http://sourceware.org/git/?p=systemtap.git;a=blob_plain;f=tapset/DEVGUIDE;hb=HEAD">Tapset Developer's Guide</a></li> |
| 79 | </ul> | 79 | </ul> |
| 80 | <h2>Older Stuff</h2> | 80 | <h2>Older Stuff</h2> |
| 81 | <p>May be a bit out-of-date.</p> | 81 | <p>May be a bit out-of-date.</p> |
| @@ -101,7 +101,7 @@ | |||
| 101 | <table cellspacing="2" cellpadding="2" border="0" width="100%"> | 101 | <table cellspacing="2" cellpadding="2" border="0" width="100%"> |
| 102 | <tr> | 102 | <tr> |
| 103 | <td align="center" class="footer"><a href= | 103 | <td align="center" class="footer"><a href= |
| 104 | "http://sources.redhat.com/systemtap">SystemTap</a></td> | 104 | "http://sourceware.org/systemtap">SystemTap</a></td> |
| 105 | </tr> | 105 | </tr> |
| 106 | </table> | 106 | </table> |
| 107 | </body> | 107 | </body> |
diff --git a/getinvolved.html b/getinvolved.html index b98960c3..4ef1eb1b 100644 --- a/getinvolved.html +++ b/getinvolved.html | |||
| @@ -37,11 +37,11 @@ | |||
| 37 | 37 | ||
| 38 | <h2>Communicate</h2> | 38 | <h2>Communicate</h2> |
| 39 | 39 | ||
| 40 | <p>Sign up for the <a href="mailto:systemtap@sources.redhat.com"><tt>systemtap@sources.redhat.com</tt></a> mailing list here.</p> | 40 | <p>Sign up for the <a href="mailto:systemtap@sourceware.org"><tt>systemtap@sourceware.org</tt></a> mailing list here.</p> |
| 41 | 41 | ||
| 42 | <blockquote> | 42 | <blockquote> |
| 43 | <form method="get" action= | 43 | <form method="get" action= |
| 44 | "http://sources.redhat.com/cgi-bin/ml-request"> | 44 | "http://sourceware.org/cgi-bin/ml-request"> |
| 45 | <select name="listname"> | 45 | <select name="listname"> |
| 46 | <option value="systemtap"> | 46 | <option value="systemtap"> |
| 47 | systemtap | 47 | systemtap |
| @@ -66,13 +66,13 @@ | |||
| 66 | 66 | ||
| 67 | <ul> | 67 | <ul> |
| 68 | <li>mailing list: <a href= | 68 | <li>mailing list: <a href= |
| 69 | "http://sources.redhat.com/ml/systemtap/">web archive</a> | 69 | "http://sourceware.org/ml/systemtap/">web archive</a> |
| 70 | or <a href="news://news.gmane.org/gmane.linux.systemtap">gmane newsgroup</a> | 70 | or <a href="news://news.gmane.org/gmane.linux.systemtap">gmane newsgroup</a> |
| 71 | or <a href="http://rss.gmane.org/messages/complete/gmane.linux.systemtap">RSS</a></li> | 71 | or <a href="http://rss.gmane.org/messages/complete/gmane.linux.systemtap">RSS</a></li> |
| 72 | 72 | ||
| 73 | <li>code changes: | 73 | <li>code changes: |
| 74 | <a href="http://sources.redhat.com/git/gitweb.cgi?p=systemtap.git;a=summary">gitweb</a> | 74 | <a href="http://sourceware.org/git/gitweb.cgi?p=systemtap.git;a=summary">gitweb</a> |
| 75 | or <a href="http://sources.redhat.com/git/gitweb.cgi?p=systemtap.git;a=rss">RSS</a> | 75 | or <a href="http://sourceware.org/git/gitweb.cgi?p=systemtap.git;a=rss">RSS</a> |
| 76 | </li> | 76 | </li> |
| 77 | </ul> | 77 | </ul> |
| 78 | 78 | ||
| @@ -89,12 +89,12 @@ debuginfo-install kernel | |||
| 89 | </pre> | 89 | </pre> |
| 90 | 90 | ||
| 91 | <p>To build and install the latest sources, follow the | 91 | <p>To build and install the latest sources, follow the |
| 92 | <a href="http://sources.redhat.com/git/?p=systemtap.git;a=blob_plain;f=README;hb=HEAD">these directions</a>. Your choice of sources:</p> | 92 | <a href="http://sourceware.org/git/?p=systemtap.git;a=blob_plain;f=README;hb=HEAD">these directions</a>. Your choice of sources:</p> |
| 93 | <ul> | 93 | <ul> |
| 94 | <li>Recent releases <a href="/systemtap/ftp/releases">here</a>.</li> | 94 | <li>Recent releases <a href="/systemtap/ftp/releases">here</a>.</li> |
| 95 | <li><tt>git clone git://sources.redhat.com/git/systemtap.git</tt></li> | 95 | <li><tt>git clone git://sourceware.org/git/systemtap.git</tt></li> |
| 96 | <li>Weekly automated snapshots via <a href="ftp://sources.redhat.com/pub/systemtap/snapshots/">FTP</a> or <a href="http://sources.redhat.com/systemtap/ftp/snapshots/">HTTP</a>.</li> | 96 | <li>Weekly automated snapshots via <a href="ftp://sourceware.org/pub/systemtap/snapshots/">FTP</a> or <a href="http://sourceware.org/systemtap/ftp/snapshots/">HTTP</a>.</li> |
| 97 | <li>Browse the <a href="http://sources.redhat.com/git/gitweb.cgi?p=systemtap.git;a=summary">gitweb viewer</a></li> | 97 | <li>Browse the <a href="http://sourceware.org/git/gitweb.cgi?p=systemtap.git;a=summary">gitweb viewer</a></li> |
| 98 | </ul> | 98 | </ul> |
| 99 | 99 | ||
| 100 | <p>Once installed, try these little scripts:</p> | 100 | <p>Once installed, try these little scripts:</p> |
| @@ -109,16 +109,16 @@ debuginfo-install kernel | |||
| 109 | systemtap. We try to make it easy with minimal legal | 109 | systemtap. We try to make it easy with minimal legal |
| 110 | bureaucracy or process constriction; one should | 110 | bureaucracy or process constriction; one should |
| 111 | read the | 111 | read the |
| 112 | <a href="http://sources.redhat.com/git/?p=systemtap.git;a=blob_plain;f=HACKING;hb=HEAD">HACKING</a> | 112 | <a href="http://sourceware.org/git/?p=systemtap.git;a=blob_plain;f=HACKING;hb=HEAD">HACKING</a> |
| 113 | file for details on contributing to systemtap. | 113 | file for details on contributing to systemtap. |
| 114 | Regular contributors may earn <a | 114 | Regular contributors may earn <a |
| 115 | href="http://sources.redhat.com/cgi-bin/pdw/ps_form.cgi">GIT | 115 | href="http://sourceware.org/cgi-bin/pdw/ps_form.cgi">GIT |
| 116 | write accounts</a> to directly commit their code. | 116 | write accounts</a> to directly commit their code. |
| 117 | Here is our list of <a href= | 117 | Here is our list of <a href= |
| 118 | "http://sources.redhat.com/bugzilla/buglist.cgi?query_format=&short_desc_type=allwordssubstr&short_desc=&product=systemtap&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0="> | 118 | "http://sourceware.org/bugzilla/buglist.cgi?query_format=&short_desc_type=allwordssubstr&short_desc=&product=systemtap&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0="> |
| 119 | current bugs/pending features</a>. You may need to create a | 119 | current bugs/pending features</a>. You may need to create a |
| 120 | <a href= | 120 | <a href= |
| 121 | "http://sources.redhat.com/bugzilla/createaccount.cgi">new | 121 | "http://sourceware.org/bugzilla/createaccount.cgi">new |
| 122 | bugzilla account</a> to fully participate.</p> | 122 | bugzilla account</a> to fully participate.</p> |
| 123 | <!-- disabled on 2008-04; ohloh has been failing with pulling data updates | 123 | <!-- disabled on 2008-04; ohloh has been failing with pulling data updates |
| 124 | <SCRIPT type='text/javascript' language='JavaScript' src='http://www.ohloh.net/projects/4248;badge_js'></SCRIPT> | 124 | <SCRIPT type='text/javascript' language='JavaScript' src='http://www.ohloh.net/projects/4248;badge_js'></SCRIPT> |
| @@ -128,7 +128,7 @@ debuginfo-install kernel | |||
| 128 | <table cellspacing="2" cellpadding="2" border="0" width="100%"> | 128 | <table cellspacing="2" cellpadding="2" border="0" width="100%"> |
| 129 | <tr> | 129 | <tr> |
| 130 | <td align="center" class="footer"><a href= | 130 | <td align="center" class="footer"><a href= |
| 131 | "http://sources.redhat.com/systemtap">SystemTap</a></td> | 131 | "http://sourceware.org/systemtap">SystemTap</a></td> |
| 132 | </tr> | 132 | </tr> |
| 133 | </table> | 133 | </table> |
| 134 | </body> | 134 | </body> |
| @@ -63,7 +63,7 @@ | |||
| 63 | <table cellspacing="2" cellpadding="2" border="0" width="100%"> | 63 | <table cellspacing="2" cellpadding="2" border="0" width="100%"> |
| 64 | <tr> | 64 | <tr> |
| 65 | <td align="center" class="footer"><a href= | 65 | <td align="center" class="footer"><a href= |
| 66 | "http://sources.redhat.com/systemtap">SystemTap</a></td> | 66 | "http://sourceware.org/systemtap">SystemTap</a></td> |
| 67 | </tr> | 67 | </tr> |
| 68 | </table> | 68 | </table> |
| 69 | </body> | 69 | </body> |
diff --git a/kprobes-status.html b/kprobes-status.html index 2ad56f17..655ffb60 100644 --- a/kprobes-status.html +++ b/kprobes-status.html | |||
| @@ -286,7 +286,7 @@ If there is no known work happening for the feature, then use | |||
| 286 | <table cellspacing="2" cellpadding="2" border="0" width="100%"> | 286 | <table cellspacing="2" cellpadding="2" border="0" width="100%"> |
| 287 | <tr> | 287 | <tr> |
| 288 | <td align="center" class="footer"><a href= | 288 | <td align="center" class="footer"><a href= |
| 289 | "http://sources.redhat.com/systemtap">SystemTap</a></td> | 289 | "http://sourceware.org/systemtap">SystemTap</a></td> |
| 290 | </tr> | 290 | </tr> |
| 291 | </table> | 291 | </table> |
| 292 | </body> | 292 | </body> |
| @@ -58,7 +58,7 @@ | |||
| 58 | <table cellspacing="2" cellpadding="2" border="0" width="100%"> | 58 | <table cellspacing="2" cellpadding="2" border="0" width="100%"> |
| 59 | <tr> | 59 | <tr> |
| 60 | <td align="center" class="footer"><a href= | 60 | <td align="center" class="footer"><a href= |
| 61 | "http://sources.redhat.com/systemtap">SystemTap</a></td> | 61 | "http://sourceware.org/systemtap">SystemTap</a></td> |
| 62 | </tr> | 62 | </tr> |
| 63 | </table> | 63 | </table> |
| 64 | </body> | 64 | </body> |
