Skip to content

Commit bc6885d

Browse files
jabenninghoffdavidski
authored andcommitted
Fix Docker Hub URL (#17)
Fix Docker Hub URL
1 parent c864a1c commit bc6885d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

INSTALL_EXTRAS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ While using the full power of Evaluator is easier with some basic proficency wit
44

55
# Docker
66

7-
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.
7+
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.
88

99
# MacOS
1010

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install.packages("evaluator")
4545
devtools::install_github("davidski/evaluator")
4646
```
4747

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

5050
## Usage
5151

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install.packages("evaluator")
2727
devtools::install_github("davidski/evaluator")
2828
```
2929

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

3232
Usage
3333
-----

docs/index.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install.packages("evaluator")
4747
devtools::install_github("davidski/evaluator")
4848
```
4949

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

5252
## Usage
5353

0 commit comments

Comments
 (0)