Skip to content

Commit 1898a88

Browse files
Wilfredgithub-actions[bot]
authored andcommitted
Update guides/hack from HHVM repository
1 parent d47b19b commit 1898a88

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

guides/hack/40-contributing/01-introduction.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,16 @@ automatically.
7272

7373
## Running An Old Instance
7474

75-
If you want to see old versions of the docs, we provide [regular
76-
Docker images of this
77-
site](https://hub.docker.com/r/hhvm/user-documentation/tags). This is
78-
not suitable for development, but it's useful if you're working with
75+
If you want to see old versions of the docs, we provide [regular Docker
76+
images of this site](https://ghcr.io/hhvm/user-documentation) (previously
77+
on [Docker Hub](https://hub.docker.com/r/hhvm/user-documentation/tags)).
78+
This is not suitable for development, but is useful if you're working with
7979
an old HHVM/Hack version.
8080

81+
82+
8183
1. Install [Docker](https://docs.docker.com/engine/installation/).
82-
2. Start a container with `docker run -p 8080:80 -d hhvm/user-documentation`.
84+
2. Start a container with: `docker run -p 8080:80 -d ghcr.io/hhvm/user-documentation`.
8385
3. You can then access a local copy of the documentation at <http://localhost:8080>.
8486

8587
## Running A Production Instance

0 commit comments

Comments
 (0)