Skip to content

Commit 62b704a

Browse files
authored
Update cppcheck branch to 'main' on the devinfo page (#22)
Additionally, remove svn links that no longer work.
1 parent 9a5e79a commit 62b704a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

devinfo/index.php

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Orbitron&amp;text=Cppcheck" />
77
<link rel="stylesheet" type="text/css" href="/site/css/pack.css" />
88
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
9-
<link rel="alternate" type="application/atom+xml" title="Recent Commits to cppcheck:master"
10-
href="https://github.com/danmar/cppcheck/commits/master.atom" />
9+
<link rel="alternate" type="application/atom+xml" title="Recent Commits to cppcheck:main"
10+
href="https://github.com/danmar/cppcheck/commits/main.atom" />
1111
<link rel="alternate" type="application/atom+xml" title="Trac Timeline"
1212
href="http://trac.cppcheck.net/timeline?changeset=on&amp;ticket=on&amp;milestone=on&amp;wiki=on&amp;max=50&amp;daysback=90&amp;format=rss" />
1313
<link rel="alternate" type="application/atom+xml" title="Latest Forum Posts"
@@ -21,7 +21,7 @@
2121
<script src="/site/js/pack.js" type="text/javascript"></script>
2222
<script type="text/javascript">
2323
$(function() {
24-
$("#github-commits").listCommits("danmar", "cppcheck", "master");
24+
$("#github-commits").listCommits("danmar", "cppcheck", "main");
2525
});
2626
</script>
2727
</head>
@@ -63,16 +63,14 @@
6363
<p>Latest version can be found in the <a href="https://github.com/danmar/cppcheck/">
6464
cppcheck git repository</a>.</p>
6565
<p>To get the source code using git:</p>
66-
<pre class="cmd">git clone git://github.com/danmar/cppcheck.git</pre>
67-
<p>To get the source code using subversion:</p>
68-
<pre class="cmd">svn checkout https://github.com/danmar/cppcheck/trunk</pre>
66+
<pre class="cmd">git clone https://github.com/danmar/cppcheck.git</pre>
6967
<p>You can also <a href="https://github.com/danmar/cppcheck/releases">download
7068
the latest sources in a zip or tgz archive</a> from the github website.</p>
7169
<h3>Formatting</h3>
7270
<p>We use <a href="https://github.com/uncrustify/uncrustify/releases/tag/uncrustify-0.72.0">uncrustify-0.72</a> to format Cppcheck source code.</p>
7371
<h3>Recent Commits</h3>
74-
<div id="github-commits"><a href="https://github.com/danmar/cppcheck/commits/master">View recent commits&hellip;</a></div>
75-
<p><a href="https://github.com/danmar/cppcheck/commits/master">View all commits&hellip;</a></p>
72+
<div id="github-commits"><a href="https://github.com/danmar/cppcheck/commits/main">View recent commits&hellip;</a></div>
73+
<p><a href="https://github.com/danmar/cppcheck/commits/main">View all commits&hellip;</a></p>
7674
<h2 id="latest-forum-posts">Latest Forum Posts</h2>
7775
<?php
7876
require '../site/simplepie/simplepie.php';

0 commit comments

Comments
 (0)