summaryrefslogtreecommitdiffstats
path: root/getinvolved.html
diff options
authorfche <fche>2007-09-21 18:24:44 +0000
committerfche <fche>2007-09-21 18:24:44 +0000
commit8bc86473ae75d7ff74f122c17a75f8268f664879 (patch)
treea5d9af0bcbb628237c6fc052813ea5a2d328c20e /getinvolved.html
parent* add a git url (diff)
another git link
Diffstat (limited to 'getinvolved.html')
-rw-r--r--getinvolved.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getinvolved.html b/getinvolved.html
index 116ff1aa..28909d0b 100644
--- a/getinvolved.html
+++ b/getinvolved.html
@@ -95,7 +95,7 @@ yum --enablerepo=core-debuginfo --enablerepo=updates-debuginfo \
95 <ul><li>CVSROOT <tt>:pserver:anoncvs@sources.redhat.com:/cvs/systemtap</tt>, module <tt>src</tt>.</li> 95 <ul><li>CVSROOT <tt>:pserver:anoncvs@sources.redhat.com:/cvs/systemtap</tt>, module <tt>src</tt>.</li>
96 <li>or <tt>git clone git://sources.redhat.com/git/systemtap.git</tt></li> 96 <li>or <tt>git clone git://sources.redhat.com/git/systemtap.git</tt></li>
97 <li>Weekly snapshots at <a href="ftp://sources.redhat.com/pub/systemtap/snapshots/"><tt>ftp://sources.redhat.com/pub/systemtap/snapshots/</tt></a>.</li> 97 <li>Weekly snapshots at <a href="ftp://sources.redhat.com/pub/systemtap/snapshots/"><tt>ftp://sources.redhat.com/pub/systemtap/snapshots/</tt></a>.</li>
98 <li>Browse the <a href="http://sources.redhat.com/cgi-bin/cvsweb.cgi/?cvsroot=systemtap">CVS repository</a>.</li> 98 <li>Browse the <a href="http://sources.redhat.com/cgi-bin/cvsweb.cgi/?cvsroot=systemtap">CVS repository</a> or the <a href="http://sources.redhat.com/git/gitweb.cgi?p=systemtap.git;a=summary">GIT mirror</a></li>
99 </ul> 99 </ul>
100 <p>Once installed, try these little scripts:</p> 100 <p>Once installed, try these little scripts:</p>
101<pre># stap -ve 'probe begin { log("hello world") exit () }' 101<pre># stap -ve 'probe begin { log("hello world") exit () }'