Skip to content

Commit cd443ca

Browse files
committed
Use new github URL
1 parent 7c49637 commit cd443ca

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

devinfo/index.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="/site/css/pack.css" />
88
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
99
<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" />
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"
@@ -60,17 +60,17 @@
6060
<div id="content">
6161
<div class="wrap">
6262
<h2 id="source-code">Source Code</h2>
63-
<p>Latest version can be found in the <a href="https://github.com/danmar/cppcheck/">
63+
<p>Latest version can be found in the <a href="https://github.com/cppcheck-opensource/cppcheck/">
6464
cppcheck git repository</a>.</p>
6565
<p>To get the source code using git:</p>
66-
<pre class="cmd">git clone https://github.com/danmar/cppcheck.git</pre>
67-
<p>You can also <a href="https://github.com/danmar/cppcheck/releases">download
66+
<pre class="cmd">git clone https://github.com/cppcheck-opensource/cppcheck.git</pre>
67+
<p>You can also <a href="https://github.com/cppcheck-opensource/cppcheck/releases">download
6868
the latest sources in a zip or tgz archive</a> from the github website.</p>
6969
<h3>Formatting</h3>
7070
<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>
7171
<h3>Recent Commits</h3>
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>
72+
<div id="github-commits"><a href="https://github.com/cppcheck-opensource/cppcheck/commits/main">View recent commits&hellip;</a></div>
73+
<p><a href="https://github.com/cppcheck-opensource/cppcheck/commits/main">View all commits&hellip;</a></p>
7474
<h2 id="latest-forum-posts">Latest Forum Posts</h2>
7575
<?php
7676
require '../site/simplepie/simplepie.php';

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@
6868
</tr>
6969
<tr>
7070
<td>Windows 64-bit (No XP support)</td>
71-
<td><a href="https://github.com/danmar/cppcheck/releases/download/2.20.0/cppcheck-2.20.0-x64-Setup.msi">Installer</a></td>
71+
<td><a href="https://github.com/cppcheck-opensource/cppcheck/releases/download/2.20.0/cppcheck-2.20.0-x64-Setup.msi">Installer</a></td>
7272
</tr>
7373
<tr>
7474
<td>Source code (.zip)</td>
75-
<td><a href="https://github.com/danmar/cppcheck/archive/2.20.0.zip">Archive</a></td>
75+
<td><a href="https://github.com/cppcheck-opensource/cppcheck/archive/2.20.0.zip">Archive</a></td>
7676
</tr>
7777
<tr>
7878
<td>Source code (.tar.gz)</td>
79-
<td><a href="https://github.com/danmar/cppcheck/archive/2.20.0.tar.gz">Archive</a></td>
79+
<td><a href="https://github.com/cppcheck-opensource/cppcheck/archive/2.20.0.tar.gz">Archive</a></td>
8080
</tr>
8181
</table>
8282

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.2.0",
44
"author": "XhmikosR (https://github.com/XhmikosR)",
55
"description": "The dependencies to build cppcheck's website",
6-
"homepage": "https://github.com/danmar/cppcheck",
6+
"homepage": "https://github.com/cppcheck-opensource/cppcheck",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/danmar/cppcheck.git"
9+
"url": "https://github.com/cppcheck-opensource/cppcheck.git"
1010
},
1111
"bugs": {
1212
"url": "http://sourceforge.net/apps/trac/cppcheck/wiki"

0 commit comments

Comments
 (0)