Skip to content

Commit 90d18f7

Browse files
authored
Merge pull request #120 from mattam82/fix-108
Backtrack on rocq-prover link for now
2 parents d3daf3b + 4392bdc commit 90d18f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rocqproverorg_data/data_intf.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ module Release = struct
518518
let github_of_kind = function
519519
| `Compiler -> "https://github.com/ocaml/ocaml", id
520520
| `Coq -> "https://github.com/coq/coq", (fun x -> "V" ^ x)
521-
| `Rocq -> "https://github.com/rocq-prover/rocq", id
521+
| `Rocq -> "https://github.com/coq/coq", (fun x -> "V" ^ x)
522522
| `CoqPlatform -> "https://github.com/coq/platform", id
523523
| `RocqPlatform -> "https://github.com/rocq-prover/platform", id
524524

0 commit comments

Comments
 (0)