Skip to content

Fix Docker Hub URL #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion INSTALL_EXTRAS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ While using the full power of Evaluator is easier with some basic proficency wit

# Docker

The simplest method applicable to most users is the corresponding [evaluator-docker](https://github.com/davidski/evaluator-docker) project. This Dockerfile (and the corresponding pre-built image on [Docker Hub](https://hub.docker.com/r/davidski/evaluator)) is the fastest and surest means of getting started with Evaluator.
The simplest method applicable to most users is the corresponding [evaluator-docker](https://github.com/davidski/evaluator-docker) project. This Dockerfile (and the corresponding pre-built image on [Docker Hub](https://hub.docker.com/r/davidski/evaluator-docker/)) is the fastest and surest means of getting started with Evaluator.

# MacOS

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install.packages("evaluator")
devtools::install_github("davidski/evaluator")
```

Optionally, a prototype Docker image is available on the [Docker Hub](https://hub.docker.com/r/davidski/evaluator/).
Optionally, a prototype Docker image is available on the [Docker Hub](https://hub.docker.com/r/davidski/evaluator-docker/).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install.packages("evaluator")
devtools::install_github("davidski/evaluator")
```

Optionally, a prototype Docker image is available on the [Docker Hub](https://hub.docker.com/r/davidski/evaluator/).
Optionally, a prototype Docker image is available on the [Docker Hub](https://hub.docker.com/r/davidski/evaluator-docker/).

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install.packages("evaluator")
devtools::install_github("davidski/evaluator")
```

Optionally, a prototype Docker image is available on the [Docker Hub](https://hub.docker.com/r/davidski/evaluator/).
Optionally, a prototype Docker image is available on the [Docker Hub](https://hub.docker.com/r/davidski/evaluator-docker/).

## Usage

Expand Down