소스 검색

Merge pull request #57 from frdmn/patch-1

Fix Docker repository link in README to allow non-authenticated Docker Hub users.
Dániel Szabó 2 년 전
부모
커밋
3ca89291dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.MD

+ 1 - 1
README.MD

@@ -123,7 +123,7 @@ cargo build --release
 
 ### Docker
 
-The official automated docker images are available on [Docker Hub at danielszabo99/microbin](https://hub.docker.com/repository/docker/danielszabo99/microbin). Alternatively you can also build an image yourself, following the steps below:
+The official automated docker images are available on [Docker Hub at danielszabo99/microbin](https://hub.docker.com/r/danielszabo99/microbin). Alternatively you can also build an image yourself, following the steps below:
 
 ```
 git clone https://github.com/szabodanika/microbin.git