diff --git a/README.md b/README.md index 67034b6f87..4ffcec1569 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ branch | target | description | how to build | download -------|--------|-------------|------------- |--------- -[master](https://github.com/deadw00d/AROS/tree/master) | linux-x86_64 | Stable and always backwards compatible hosted version, code-named ABIv11 | [Core](https://github.com/deadw00d/AROS/blob/master/INSTALL.md) | [Core](https://build.axrt.org/download/builds/AROS-ABIv11/) +[master](https://github.com/deadw00d/AROS/tree/master) | linux-x86_64 | Stable and always backwards compatible hosted version, code-named ABIv11 | [Core](https://github.com/deadw00d/AROS/blob/master/INSTALL.md) | [ABIv11](https://axrt.org/index.php?tab=download-aros) [master](https://github.com/deadw00d/AROS/tree/master) | amiga-m68k | Amiga replacement ROM and system software | [Core](https://github.com/deadw00d/AROS/blob/master/INSTALL.md) | [Core](https://build.axrt.org/download/builds/AROS-ABIv11) ### Backwards compatibility @@ -24,8 +24,8 @@ From application developer's point of view backwards compatibility is defined as branch | target | description | how to build | download -------|--------|-------------|--------------|--------- -[alt-runtime](https://github.com/deadw00d/AROS/tree/alt-runtime) | runtimelinux-x86_64 | AxRuntime for Linux x86_64 | [AxRuntime](https://github.com/deadw00d/AROS/blob/alt-runtime/INSTALL.md) | [AxRuntime](https://build.axrt.org/download/builds/AxRuntime/) -[alt-abiv0](https://github.com/deadw00d/AROS/tree/alt-abiv0) | pc-i386 | ABI_V0 version of native 32-bit AROS | [ABIv0](https://github.com/deadw00d/AROS/blob/alt-abiv0/INSTALL.md) | [ABIv0](https://build.axrt.org/download/builds/AROS-ABIv0/) +[alt-runtime](https://github.com/deadw00d/AROS/tree/alt-runtime) | runtimelinux-x86_64 | AxRuntime for Linux x86_64 | [AxRuntime](https://github.com/deadw00d/AROS/blob/alt-runtime/INSTALL.md) | [AxRuntime](https://axrt.org/index.php?tab=download) +[alt-abiv0](https://github.com/deadw00d/AROS/tree/alt-abiv0) | pc-i386 | ABI_V0 version of native 32-bit AROS | [ABIv0](https://github.com/deadw00d/AROS/blob/alt-abiv0/INSTALL.md) | [ABIv0](https://axrt.org/index.php?tab=download-aros) ## Relation between Core and Alternatives