Skip to content

Commit 8aaaca3

Browse files
committed
[master] change domain from hyper.sh to hypercontainer.io
1 parent b6ae379 commit 8aaaca3

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

get_started/darwin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
This page introduces the daily usage of Hyper for Mac. If you meet any problem not described here, see the [trouble shooting page](../trouble_shooting/darwin.md).
66

7-
Mac OS X has been introduced in [Hyper v0.3](https://docs.hyper.sh/release_notes/v0.3.html)
7+
Mac OS X has been introduced in [Hyper v0.3](http://docs.hypercontainer.io/release_notes/v0.3.html)
88

99
## Install
1010

get_started/install/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
To setup Hyper, simply run (after 0.4, the same package support both
1919
KVM and Xen)
2020

21-
curl -sSL https://hyper.sh/install | bash
21+
curl -sSL http://hypercontainer.io/install | bash
2222

2323
Don't like the "curl to bash" methods? Download [tarball here](http://hyper-install.s3.amazonaws.com/hyper-latest.tgz).
2424

release_notes/latest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ In version 0.5, Hyper and runV introduced many features, improved stability, and
2323
- Add integration tests.
2424
- Many stability improvements and bug fixes.
2525

26-
More details on our website: [(http://hyper.sh)](http://hyper.sh/).
26+
More details on our website: [(http://hypercontainer.io)](http://hypercontainer.io/).

release_notes/v0.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ First public release of Hyper, shipping with the following features:
1111
- Pod Support, run multiple images on one hypervisor.
1212

1313
hyper run -p examples/multi-container.pod
14-
- [Kubernetes](http://kubernetes.io/) style pod (JSON and YAML) support with
14+
- [Kubernetes](http://kubernetes.io/) style pod (JSON and YAML) support with
1515

1616
hyper run -k k8s-pod.json
1717
hyper run -y -k k8s-pod.yaml
@@ -21,4 +21,4 @@ First public release of Hyper, shipping with the following features:
2121
#... update hyperd
2222
service hyperd start
2323

24-
More details on the web site [(http://hyper.sh)](http://hyper.sh/).
24+
More details on the web site [(http://hypercontainer.io)](http://hypercontainer.io/).

release_notes/v0.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ The second public release of Hyper, brings bug fixes and the following features:
1818

1919
- overlayfs storage engine support.
2020

21-
More details on the web site [(http://hyper.sh)](http://hyper.sh/).
21+
More details on the web site [(http://hypercontainer.io)](http://hypercontainer.io/).

release_notes/v0.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ These features are shipped with Mac version, but will be available on the Linux
1919
- Support remove multiple Pod in one `rm` command line.
2020
- Many bug fix.
2121

22-
More details on the web site [(http://hyper.sh)](http://hyper.sh/).
22+
More details on the web site [(http://hypercontainer.io)](http://hypercontainer.io/).
2323

2424
> VirtualBox is an open source hypervisor by Oracle.

release_notes/v0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ which [implements](https://github.com/opencontainers/specs/blob/master/implement
1818
- Support for port mapping configuration in `run` command line.
1919
- Many bug fixes.
2020

21-
More details on our website: [(http://hyper.sh)](http://hyper.sh/).
21+
More details on our website: [(http://hypercontainer.io)](http://hypercontainer.io/).

release_notes/v0.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ In version 0.5, Hyper and runV introduced many features, improved stability, and
2222
- Add integration test suite
2323
- Many stability improvements and bug fixes.
2424

25-
More details on our website: [(http://hyper.sh)](http://hyper.sh/).
25+
More details on our website: [(http://hypercontainer.io)](http://hypercontainer.io/).

trouble_shooting/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
#### How can I use my own kernel?
66

7-
You can specify your own kernel in the [config file](https://docs.hyper.sh/reference/configuration.html), and reference our [kernel configuration](https://github.com/hyperhq/hyperstart/blob/master/build/kernel_config).
7+
You can specify your own kernel in the [config file](http://docs.hypercontainer.io/reference/configuration.html), and reference our [kernel configuration](https://github.com/hyperhq/hyperstart/blob/master/build/kernel_config).
88

99
If you want to use a customized kernel, you need to disable the `Cbfs` config item, or build a new cbfs rom ([reference our make cbfs code](https://github.com/hyperhq/hyperstart/blob/master/build/make-initrd.sh#L35)).

0 commit comments

Comments
 (0)