Skip to content

Commit

Permalink
Refer to cloudabi.org where it makes sense.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Jan 25, 2018
1 parent f40e30c commit a3ae008
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 31 deletions.
8 changes: 3 additions & 5 deletions cloudabi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@
| Instructions for using CloudABI (including kernel modules/patches,
| toolchain, and ports) are available for several operating systems:
|
| - [Arch Linux](https://nuxi.nl/cloudabi/archlinux/)
| - [Debian, Ubuntu, and other Debian derivatives](https://nuxi.nl/cloudabi/debian/)
| - [FreeBSD, PC-BSD and DragonFly BSD](https://nuxi.nl/cloudabi/freebsd/)
| - [Mac OS X](https://nuxi.nl/cloudabi/mac/)
| - [NetBSD](https://nuxi.nl/cloudabi/netbsd/)
| - [FreeBSD](https://cloudabi.org/run/freebsd/)
| - [Linux](https://cloudabi.org/run/linux/)
| - [macOS](https://cloudabi.org/run/macos/)
|
| ## Specification of the ABI
|
Expand Down
8 changes: 3 additions & 5 deletions docs/cloudabi-rust.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,9 @@ <h2>Using CloudABI</h2>
toolchain, and ports) are available for several operating systems:</p>

<ul>
<li><a href="https://nuxi.nl/cloudabi/archlinux/">Arch Linux</a></li>
<li><a href="https://nuxi.nl/cloudabi/debian/">Debian, Ubuntu, and other Debian derivatives</a></li>
<li><a href="https://nuxi.nl/cloudabi/freebsd/">FreeBSD, PC-BSD and DragonFly BSD</a></li>
<li><a href="https://nuxi.nl/cloudabi/mac/">Mac OS X</a></li>
<li><a href="https://nuxi.nl/cloudabi/netbsd/">NetBSD</a></li>
<li><a href="https://cloudabi.org/run/freebsd/">FreeBSD</a></li>
<li><a href="https://cloudabi.org/run/linux/">Linux</a></li>
<li><a href="https://cloudabi.org/run/macos/">macOS</a></li>
</ul>

<h2>Specification of the ABI</h2>
Expand Down
8 changes: 3 additions & 5 deletions docs/cloudabi-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,9 @@ etc.
Instructions for using CloudABI (including kernel modules/patches,
toolchain, and ports) are available for several operating systems:

- [Arch Linux](https://nuxi.nl/cloudabi/archlinux/)
- [Debian, Ubuntu, and other Debian derivatives](https://nuxi.nl/cloudabi/debian/)
- [FreeBSD, PC-BSD and DragonFly BSD](https://nuxi.nl/cloudabi/freebsd/)
- [Mac OS X](https://nuxi.nl/cloudabi/mac/)
- [NetBSD](https://nuxi.nl/cloudabi/netbsd/)
- [FreeBSD](https://cloudabi.org/run/freebsd/)
- [Linux](https://cloudabi.org/run/linux/)
- [macOS](https://cloudabi.org/run/macos/)

## Specification of the ABI

Expand Down
8 changes: 3 additions & 5 deletions docs/cloudabi.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,9 @@ <h2>Using CloudABI</h2>
toolchain, and ports) are available for several operating systems:</p>

<ul>
<li><a href="https://nuxi.nl/cloudabi/archlinux/">Arch Linux</a></li>
<li><a href="https://nuxi.nl/cloudabi/debian/">Debian, Ubuntu, and other Debian derivatives</a></li>
<li><a href="https://nuxi.nl/cloudabi/freebsd/">FreeBSD, PC-BSD and DragonFly BSD</a></li>
<li><a href="https://nuxi.nl/cloudabi/mac/">Mac OS X</a></li>
<li><a href="https://nuxi.nl/cloudabi/netbsd/">NetBSD</a></li>
<li><a href="https://cloudabi.org/run/freebsd/">FreeBSD</a></li>
<li><a href="https://cloudabi.org/run/linux/">Linux</a></li>
<li><a href="https://cloudabi.org/run/macos/">macOS</a></li>
</ul>

<h2>Specification of the ABI</h2>
Expand Down
8 changes: 3 additions & 5 deletions docs/cloudabi.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,9 @@ etc.
Instructions for using CloudABI (including kernel modules/patches,
toolchain, and ports) are available for several operating systems:

- [Arch Linux](https://nuxi.nl/cloudabi/archlinux/)
- [Debian, Ubuntu, and other Debian derivatives](https://nuxi.nl/cloudabi/debian/)
- [FreeBSD, PC-BSD and DragonFly BSD](https://nuxi.nl/cloudabi/freebsd/)
- [Mac OS X](https://nuxi.nl/cloudabi/mac/)
- [NetBSD](https://nuxi.nl/cloudabi/netbsd/)
- [FreeBSD](https://cloudabi.org/run/freebsd/)
- [Linux](https://cloudabi.org/run/linux/)
- [macOS](https://cloudabi.org/run/macos/)

## Specification of the ABI

Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cloudabi"
description = "Low level interface to CloudABI. Contains all syscalls and related types."
version = "0.0.3"
homepage = "https://nuxi.nl/cloudabi/"
homepage = "https://cloudabi.org/"
repository = "https://github.com/nuxinl/cloudabi"
documentation = "https://docs.rs/cloudabi/"
keywords = ["cloudabi"]
Expand Down
8 changes: 3 additions & 5 deletions rust/cloudabi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,9 @@
//! Instructions for using CloudABI (including kernel modules/patches,
//! toolchain, and ports) are available for several operating systems:
//!
//! - [Arch Linux](https://nuxi.nl/cloudabi/archlinux/)
//! - [Debian, Ubuntu, and other Debian derivatives](https://nuxi.nl/cloudabi/debian/)
//! - [FreeBSD, PC-BSD and DragonFly BSD](https://nuxi.nl/cloudabi/freebsd/)
//! - [Mac OS X](https://nuxi.nl/cloudabi/mac/)
//! - [NetBSD](https://nuxi.nl/cloudabi/netbsd/)
//! - [FreeBSD](https://cloudabi.org/run/freebsd/)
//! - [Linux](https://cloudabi.org/run/linux/)
//! - [macOS](https://cloudabi.org/run/macos/)
//!
//! ## Specification of the ABI
//!
Expand Down

0 comments on commit a3ae008

Please sign in to comment.