Skip to content

Commit

Permalink
Update Docker Hub links from cacay/viaduct to aplcornell/viaduct
Browse files Browse the repository at this point in the history
  • Loading branch information
cacay committed Mar 3, 2021
1 parent 974283d commit 36007b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![Build Status](https://github.com/apl-cornell/viaduct/workflows/CI/badge.svg)](https://github.com/apl-cornell/viaduct/actions?query=workflow%3ACI)
[![Code Coverage](https://codecov.io/gh/apl-cornell/viaduct/branch/master/graph/badge.svg)](https://codecov.io/gh/apl-cornell/viaduct)
[![Docker Build Status](https://img.shields.io/docker/cloud/build/cacay/viaduct)](https://hub.docker.com/repository/docker/cacay/viaduct)
[![Docker Build Status](https://img.shields.io/docker/cloud/build/aplcornell/viaduct)](https://hub.docker.com/repository/docker/aplcornell/viaduct)

Secure program partitioning.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The easiest way to try out Viaduct is by using [Docker](https://docs.docker.com/
run the following in a terminal:

```shell
docker run --rm -it cacay/viaduct
docker run --rm -it aplcornell/viaduct
```

This will drop you in a Docker container that has the Viaduct compiler installed. To get started, try
Expand Down

0 comments on commit 36007b2

Please sign in to comment.