We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3daf3b + 4392bdc commit 90d18f7Copy full SHA for 90d18f7
src/rocqproverorg_data/data_intf.ml
@@ -518,7 +518,7 @@ module Release = struct
518
let github_of_kind = function
519
| `Compiler -> "https://github.com/ocaml/ocaml", id
520
| `Coq -> "https://github.com/coq/coq", (fun x -> "V" ^ x)
521
- | `Rocq -> "https://github.com/rocq-prover/rocq", id
+ | `Rocq -> "https://github.com/coq/coq", (fun x -> "V" ^ x)
522
| `CoqPlatform -> "https://github.com/coq/platform", id
523
| `RocqPlatform -> "https://github.com/rocq-prover/platform", id
524
0 commit comments