Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ed650c6

Browse files
author
Adrien Duermael
authored
Merge pull request #68 from aduermael/readme-absolute-image-urls
absolute image urls in README
2 parents 9b6cd30 + 11786db commit ed650c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Dockercraft
22

3-
![Dockercraft](../master/docs/img/logo.png?raw=true)
3+
![Dockercraft](https://github.com/docker/dockercraft/raw/master/docs/img/logo.png?raw=true)
44

55
A simple Minecraft Docker client, to visualize and manage Docker containers.
66

7-
![Dockercraft](../master/docs/img/dockercraft.gif?raw=true)
7+
![Dockercraft](https://github.com/docker/dockercraft/raw/master/docs/img/dockercraft.gif?raw=true)
88

99
[YouTube video](http://www.youtube.com/watch?v=eZDlJgJf55o)
1010

@@ -60,7 +60,7 @@ A simple Minecraft Docker client, to visualize and manage Docker containers.
6060
>
6161
> example: `/docker run redis`.
6262
63-
![Dockercraft](../master/docs/img/landscape.png?raw=true)
63+
![Dockercraft](https://github.com/docker/dockercraft/raw/master/docs/img/landscape.png?raw=true)
6464

6565
## Upcoming features
6666

@@ -77,7 +77,7 @@ This is just the beginning for Dockercraft! We should be able to support a lot m
7777
If you're interested about Dockercraft's design, discussions happen in [that issue](https://github.com/docker/dockercraft/issues/19).
7878
Also, we're using [Magicavoxel](https://voxel.codeplex.com) to do these nice prototypes:
7979

80-
![Dockercraft](../master/docs/img/voxelproto.jpg?raw=true)
80+
![Dockercraft](https://github.com/docker/dockercraft/raw/master/docs/img/voxelproto.jpg?raw=true)
8181

8282
You can find our Magicavoxel patterns in [that folder](![Dockercraft](https://github.com/docker/dockercraft/tree/master/docs/magicavoxel)).
8383

@@ -124,4 +124,4 @@ end
124124

125125
Want to hack on Dockercraft? [Docker's contributions guidelines](https://github.com/docker/docker/blob/master/CONTRIBUTING.md) apply.
126126

127-
![Dockercraft](../master/docs/img/contribute.png?raw=true)
127+
![Dockercraft](https://github.com/docker/dockercraft/raw/master/docs/img/contribute.png?raw=true)

0 commit comments

Comments
 (0)