Skip to content
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

chore(docs): Remove broken docker deploy button #6561

Merged
merged 2 commits into from Nov 1, 2019
Merged

chore(docs): Remove broken docker deploy button #6561

merged 2 commits into from Nov 1, 2019

Conversation

Swap76
Copy link
Contributor

@Swap76 Swap76 commented Oct 30, 2019

Fixes #6556

Short description of what this resolves:

The image of docker in the Readme.md file is broken

Changes proposed in this pull request:

  • Added new SVG image for Docker

Screenshot 2019-10-30 at 3 45 57 PM

Checklist

  • I have read the Contribution & Best practices Guide and my PR follows them.
  • My branch is up-to-date with the Upstream development branch.
  • The unit tests pass locally with my changes

@codecov
Copy link

codecov bot commented Oct 30, 2019

Codecov Report

Merging #6561 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #6561   +/-   ##
============================================
  Coverage        65.03%   65.03%           
============================================
  Files              296      296           
  Lines            15248    15248           
============================================
  Hits              9916     9916           
  Misses            5332     5332

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0fd11b...b88b03f. Read the comment docs.

README.md Outdated
@@ -53,7 +53,7 @@ The Open Event Server can be easily deployed on a variety of platforms. Detailed

One-click Heroku and Docker deployments are also available:

[![Deploy to Docker Cloud](https://files.cloud.docker.com/images/deploy-to-dockercloud.svg)](https://cloud.docker.com/stack/deploy/?repo=https://github.com/fossasia/open-event-server) [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
[![Deploy to Docker Cloud](https://upload.wikimedia.org/wikipedia/commons/thumb/4/4e/Docker_%28container_engine%29_logo.svg/150px-Docker_%28container_engine%29_logo.svg.png)](https://cloud.docker.com/stack/deploy/?repo=https://github.com/fossasia/open-event-server) [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gives 404, so either this should be removed or fixed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iamareebjamal I am seeing the image on GitHub also in PR
Screenshot 2019-10-30 at 7 36 51 PM

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And it gives 404, so it doesn't work

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iamareebjamal I am not getting what you are telling sorry for that as the link "https://cloud.docker.com/stack/deploy/?repo=https://github.com/fossasia/open-event-server" opens hub.docker.com for me

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"And it gives 404, so it doesn't work."

Can you deploy to docker cloud through the link?

Does it show anything else than 404 Page not found?

If not, then the link doesn't work. There is no use of a button which doesn't work. Either it should be fixed so clicking on it deploys to docker cloud or removed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iamareebjamal I got it now what you are trying to say will remove it ASAP

@Swap76
Copy link
Contributor Author

Swap76 commented Nov 1, 2019

@iamareebjamal I have removed the link and also changed the line of the explanation above it accordingly

@iamareebjamal iamareebjamal changed the title Replaced Broken image of Docker with new image chore(docs): Remove broken docker deploy button Nov 1, 2019
@auto-label auto-label bot added the docs label Nov 1, 2019
@iamareebjamal iamareebjamal merged commit 9c9e054 into fossasia:development Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The image in readme broken
2 participants