Skip to content

Commit 1223f10

Browse files
dtonhofercyderize
authored andcommitted
Update MiniZincDistribution.jsx
The link to www.gecode.org is bad. The website has a self-signed certificate that leads to browser alerts and once one navigates those, has apparently a nonfunction redirect. The new website is www.gecode.dev it seems
1 parent 340a8b4 commit 1223f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/downloads/MiniZincDistribution.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function MiniZincDistribution() {
4040
</p>
4141
<ul className="mx-2 my-2 list-inside list-disc leading-relaxed">
4242
<li>
43-
<Link href="https://www.gecode.org">Gecode</Link>
43+
<Link href="https://www.gecode.dev/">Gecode</Link>
4444
</li>
4545
<li>
4646
<Link href="https://github.com/chuffed/chuffed">Chuffed</Link>

0 commit comments

Comments
 (0)