Nothing in codebase, yet, just change the uri scheme for our website.

Former-commit-id: 0d21b1b665c40afff7a8db56f3c270963ba646a5
This commit is contained in:
kataras 2017-08-26 20:12:57 +03:00
parent 9232b96188
commit 8602517371
3 changed files with 6 additions and 6 deletions

View File

@ -1226,9 +1226,9 @@ v7.x is deprecated because it sold as it is and it is not part of the public, st
# Th, 15 June 2017 | v7.2.0
### About our new home page
http://iris-go.com
https://iris-go.com
Thanks to [Santosh Anand](https://github.com/santoshanand) the http://iris-go.com has been upgraded and it's really awesome!
Thanks to [Santosh Anand](https://github.com/santoshanand) the https://iris-go.com has been upgraded and it's really awesome!
[Santosh](https://github.com/santoshanand) is a freelancer, he has a great knowledge of nodejs and express js, Android, iOS, React Native, Vue.js etc, if you need a developer to find or create a solution for your problem or task, please contact with him.

View File

@ -21,7 +21,7 @@ Iris may have reached version 8, but we're not stopping there. We have many feat
[Star or watch](https://github.com/kataras/iris/stargazers) this repository to stay updated at general technology progress. It's the only thing we ask from you, it's our sign.
<!-- [![total used by](http://iris-go.com/graph?style=flat-square)](http://iris-go.com/graph) -->
<!-- [![total used by](https://iris-go.com/graph?style=flat-square)](https://iris-go.com/graph) -->
[![build status](https://img.shields.io/travis/kataras/iris/master.svg?style=flat-square)](https://travis-ci.org/kataras/iris)
[![report card](https://img.shields.io/badge/report%20card-a%2B-ff3333.svg?style=flat-square)](http://goreportcard.com/report/kataras/iris)
[![github issues](https://img.shields.io/github/issues/kataras/iris.svg?style=flat-square)](https://github.com/kataras/iris/issues?q=is%3Aopen+is%3Aissue)
@ -64,7 +64,7 @@ Iris may have reached version 8, but we're not stopping there. We have many feat
* [Middleware](middleware/)
* [Dockerize](https://github.com/iris-contrib/cloud-native-go)
* [Community & Support](#-community)
* [Blogs](http://iris-go.com/v8/blogs)
* [Blogs](https://iris-go.com/v8/blogs)
- [Go vs .NET Core in terms of HTTP performance](https://medium.com/@kataras/go-vs-net-core-in-terms-of-http-performance-7535a61b67b8)
- [Iris, a modular web framework](https://medium.com/@corebreaker/iris-web-cd684b4685c7)
- [Deploying a Iris Golang app in hasura](https://docs.hasura.io/0.14/tutorials/deploying-a-go-iris-app.html)
@ -323,7 +323,7 @@ $ go get -u github.com/iris-contrib/middleware/...
#### 📈 One and a half years...
[![total used by](http://iris-go.com/graph?style=flat-square)](http://iris-go.com/graph)
[![total used by](https://iris-go.com/graph?style=flat-square)]()
Iris exceeded all expectations, started as one-man project.

View File

@ -31,7 +31,7 @@ type versionInfo struct {
func checkVersion() {
client := netutil.Client(20 * time.Second)
r, err := client.PostForm("http://iris-go.com/version", url.Values{"current_version": {Version}})
r, err := client.PostForm("https://iris-go.com/version", url.Values{"current_version": {Version}})
if err != nil {
golog.Debugf("%v", err)