Skip to content

Commit 8d0f2ff

Browse files
hyperpolymathclaude
andcommitted
fix(governance): upgrade two HTTP links to HTTPS in playground
`governance / Well-Known (RFC 9116 + RSR)` step rejects mixed-content (HTTP links in HTML). Two external links in echidna-playground/index.html still used http:// — both targets serve HTTPS. http://ssr.msr-inria.inria.fr/ → https://... http://www.mines-paristech.eu → https://... Last governance failure on main; remaining failures (K9, A2ML, Julia, MSRV, MVP Smoke, PR address) are content-level, out of scope for the baseline-rot sweep. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 36dcbf3 commit 8d0f2ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

echidna-playground/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h4>A First Example: The Infinitude of Primes</h4>
7171
We don't provide a Coq tutorial (yet), but as a showcase, we
7272
display a proof of the infinitude of primes in Coq. The proof relies
7373
in the Mathematical Components library by the
74-
<a href="http://ssr.msr-inria.inria.fr/">MSR/Inria</a> team led
74+
<a href="https://ssr.msr-inria.inria.fr/">MSR/Inria</a> team led
7575
by Georges Gonthier, so our first step will be to load it and
7676
set a few Coq options:
7777
</p>
@@ -169,7 +169,7 @@ <h5>Ready to do Proofs!</h5>
169169
<li>
170170
Benoît Pin
171171
(<a href="https://www.cri.ensmp.fr/">CRI</a>,
172-
<a href="http://www.mines-paristech.eu">MINES ParisTech</a>)
172+
<a href="https://www.mines-paristech.eu">MINES ParisTech</a>)
173173
</li>
174174
</ul>
175175
</div>

0 commit comments

Comments
 (0)