Skip to content

Commit 7254b45

Browse files
committed
Use new github URL
1 parent 354baf8 commit 7254b45

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

devinfo/index.php

Lines changed: 7 additions & 7 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="https://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", "main");
24+
$("#github-commits").listCommits("cppcheck-opensource", "cppcheck", "main");
2525
});
2626
</script>
2727
</head>
@@ -59,17 +59,17 @@
5959
<div id="content">
6060
<div class="wrap">
6161
<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/">
6363
cppcheck git repository</a>.</p>
6464
<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
6767
the latest sources in a zip or tgz archive</a> from the github website.</p>
6868
<h3>Formatting</h3>
6969
<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>
7070
<h3>Recent Commits</h3>
71-
<div id="github-commits"><a href="https://github.com/danmar/cppcheck/commits/main">View recent commits&hellip;</a></div>
72-
<p><a href="https://github.com/danmar/cppcheck/commits/main">View all commits&hellip;</a></p>
71+
<div id="github-commits"><a href="https://github.com/cppcheck-opensource/cppcheck/commits/main">View recent commits&hellip;</a></div>
72+
<p><a href="https://github.com/cppcheck-opensource/cppcheck/commits/main">View all commits&hellip;</a></p>
7373
<h2 id="latest-forum-posts">Latest Forum Posts</h2>
7474
<?php
7575
require '../site/simplepie/simplepie.php';

index.php

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

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": "https://sourceforge.net/apps/trac/cppcheck/wiki"

0 commit comments

Comments
 (0)