diff --git a/Dockerfile b/Dockerfile index 418d7bd..b91a414 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN rm -f /etc/nginx/sites-enabled/default RUN echo 'daemon off;' >> /etc/nginx/nginx.conf -ADD https://github.com/wordnik/swagger-ui/archive/master.zip /swagger/ +ADD https://github.com/swagger-api/swagger-ui/archive/master.zip /swagger/ WORKDIR /swagger RUN unzip master.zip @@ -22,4 +22,4 @@ RUN mv swagger-ui-master/dist/* . EXPOSE 80 -ENTRYPOINT nginx \ No newline at end of file +ENTRYPOINT nginx diff --git a/README.md b/README.md index 8c35443..3f860c0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ...in a docker container -[Swagger UI](https://github.com/wordnik/swagger-ui) ([Demo](http://petstore.swagger.wordnik.com/)) +[Swagger UI](https://github.com/swagger-api/swagger-ui) ([Demo](http://petstore.swagger.wordnik.com/)) # Run