Fix badge to use https #93

Merged
techknowlogick merged 3 commits from :master into master 2020-01-20 00:39:37 +00:00
Contributor

Changes the link in the README file to use the https protocol. Otherwise the badge may get blocked by some browsers because it would be mixed content on an otherwise https website.

Changes the link in the README file to use the https protocol. Otherwise the badge may get blocked by some browsers because it would be mixed content on an otherwise https website.

Thanks for this PR, in addition to moving our CI to https, we have also moved it under the .com domain, and so could you also change .io -> .com?

Thanks for this PR, in addition to moving our CI to https, we have also moved it under the `.com` domain, and so could you also change `.io` -> `.com`?
Author
Contributor

I would like to do so but under the .com domain I get an unauthorized error message. Is this intended? If so I am going to change the domain...

Also just fixed a few more links I missed.

I would like to do so but under the `.com` domain I get an unauthorized error message. Is this intended? If so I am going to change the domain... Also just fixed a few more links I missed.
6543 reviewed 2020-01-18 00:53:38 +00:00
Dismissed
README.md Outdated
@ -1,8 +1,8 @@
# Gitea: Website
[![Build Status](http://drone.gitea.io/api/badges/go-gitea/website/status.svg)](http://drone.gitea.io/go-gitea/website)
[![Build Status](https://drone.gitea.io/api/badges/go-gitea/website/status.svg)](https://drone.gitea.io/go-gitea/website)

[![Build Status](https://drone.gitea.com/api/badges/gitea/website/status.svg)](https://drone.gitea.com/gitea/website)

`[![Build Status](https://drone.gitea.com/api/badges/gitea/website/status.svg)](https://drone.gitea.com/gitea/website)`
Author
Contributor

Thanks for the info, updated the URL

Thanks for the info, updated the URL
6543 requested changes 2020-01-18 00:54:24 +00:00
Dismissed
6543 left a comment
Owner

@Septatrix you have to remove the go- part too ...

@Septatrix you have to remove the `go-` part too ...
silverwind approved these changes 2020-01-18 21:58:55 +00:00
Dismissed
techknowlogick approved these changes 2020-01-20 00:38:17 +00:00
Dismissed
techknowlogick closed this pull request 2020-01-20 00:39:37 +00:00
6543 approved these changes 2020-01-20 02:22:11 +00:00
Dismissed
This repo is archived. You cannot comment on pull requests.
No description provided.