Skip to content

Commit 1a8596b

Browse files
committed
Update README.md
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 405bbef commit 1a8596b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains an up-to-date Android toolchain featuring OCaml 4.04.0,
55

66
The supported build systems are 32-bit and 64-bit x86 Linux. The supported target systems are 32-bit x86 and ARM Android.
77

8-
If you need support for other platforms or versions, please [open an issue](https://github.com/whitequark/opam-cross-android/issues).
8+
If you need support for other platforms or versions, please [open an issue](https://github.com/ocaml-cross/opam-cross-android/issues).
99

1010
Prerequisites
1111
-------------
@@ -19,7 +19,7 @@ Installation
1919

2020
Add this repository to OPAM:
2121

22-
opam repository add android git://github.com/whitequark/opam-cross-android
22+
opam repository add android https://github.com/ocaml-cross/opam-cross-android.git
2323

2424
On 64-bit build systems, switch to 32-bit compiler when compiling for 32-bit targets:
2525

@@ -34,7 +34,7 @@ Otherwise, use a regular compiler; its version must match the version of the cro
3434
Pin some prerequisite packages that don't yet have fixes merged upstream:
3535

3636
opam pin add ocamlbuild https://github.com/ocaml/ocamlbuild.git
37-
opam pin add topkg https://github.com/whitequark/topkg.git
37+
opam pin add topkg https://github.com/dbuenzli/topkg.git
3838

3939
Configure the compiler for ARM:
4040

@@ -72,7 +72,7 @@ If desired, request the compiler to be built with [flambda][] optimizers:
7272

7373
opam install conf-flambda-android
7474

75-
[flambda]: https://caml.inria.fr/pub/docs/manual-ocaml/flambda.html
75+
[flambda]: https://ocaml.org/manual/flambda.html
7676

7777
Install the compiler:
7878

@@ -161,4 +161,4 @@ Some of the tricks in this repository were inspired by Jerome Vouillon's [opam-a
161161
References
162162
----------
163163

164-
See also [opam-cross-windows](https://github.com/whitequark/opam-cross-windows) and [opam-cross-ios](https://github.com/whitequark/opam-cross-ios).
164+
See also [opam-cross-windows](https://github.com/ocaml-cross/opam-cross-windows) and [opam-cross-ios](https://github.com/ocaml-cross/opam-cross-ios).

0 commit comments

Comments
 (0)