|
7 | 7 | <link rel="stylesheet" type="text/css" href="/site/css/pack.css" /> |
8 | 8 | <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> |
9 | 9 | <link rel="alternate" type="application/atom+xml" title="Recent Commits to cppcheck:main" |
10 | | - href="https://github.com/danmar/cppcheck/commits/main.atom" /> |
| 10 | + href="https://github.com/cppcheck-opensource/cppcheck/commits/main.atom" /> |
11 | 11 | <link rel="alternate" type="application/atom+xml" title="Trac Timeline" |
12 | 12 | href="https://trac.cppcheck.net/timeline?changeset=on&ticket=on&milestone=on&wiki=on&max=50&daysback=90&format=rss" /> |
13 | 13 | <link rel="alternate" type="application/atom+xml" title="Latest Forum Posts" |
|
21 | 21 | <script src="/site/js/pack.js" type="text/javascript"></script> |
22 | 22 | <script type="text/javascript"> |
23 | 23 | $(function() { |
24 | | - $("#github-commits").listCommits("danmar", "cppcheck", "main"); |
| 24 | + $("#github-commits").listCommits("cppcheck-opensource", "cppcheck", "main"); |
25 | 25 | }); |
26 | 26 | </script> |
27 | 27 | </head> |
|
59 | 59 | <div id="content"> |
60 | 60 | <div class="wrap"> |
61 | 61 | <h2 id="source-code">Source Code</h2> |
62 | | -<p>Latest version can be found in the <a href="https://github.com/danmar/cppcheck/"> |
| 62 | +<p>Latest version can be found in the <a href="https://github.com/cppcheck-opensource/cppcheck/"> |
63 | 63 | cppcheck git repository</a>.</p> |
64 | 64 | <p>To get the source code using git:</p> |
65 | | -<pre class="cmd">git clone https://github.com/danmar/cppcheck.git</pre> |
66 | | -<p>You can also <a href="https://github.com/danmar/cppcheck/releases">download |
| 65 | +<pre class="cmd">git clone https://github.com/cppcheck-opensource/cppcheck.git</pre> |
| 66 | +<p>You can also <a href="https://github.com/cppcheck-opensource/cppcheck/releases">download |
67 | 67 | the latest sources in a zip or tgz archive</a> from the github website.</p> |
68 | 68 | <h3>Formatting</h3> |
69 | 69 | <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> |
70 | 70 | <h3>Recent Commits</h3> |
71 | | -<div id="github-commits"><a href="https://github.com/danmar/cppcheck/commits/main">View recent commits…</a></div> |
72 | | -<p><a href="https://github.com/danmar/cppcheck/commits/main">View all commits…</a></p> |
| 71 | +<div id="github-commits"><a href="https://github.com/cppcheck-opensource/cppcheck/commits/main">View recent commits…</a></div> |
| 72 | +<p><a href="https://github.com/cppcheck-opensource/cppcheck/commits/main">View all commits…</a></p> |
73 | 73 | <h2 id="latest-forum-posts">Latest Forum Posts</h2> |
74 | 74 | <?php |
75 | 75 | require '../site/simplepie/simplepie.php'; |
|
0 commit comments