Skip to content

Commit

Permalink
Merge pull request #1511 from jiro4989/patch-1
Browse files Browse the repository at this point in the history
Fix URL (http -> https)
  • Loading branch information
notzippy committed Mar 6, 2022
2 parents 90489b1 + 921e1b4 commit 859e5b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,10 +1,10 @@
# Revel Framework

[![Build Status](https://secure.travis-ci.org/revel/revel.svg?branch=master)](http://travis-ci.org/revel/revel)
[![Build Status](https://secure.travis-ci.org/revel/revel.svg?branch=master)](https://travis-ci.org/revel/revel)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/revel/revel)](https://goreportcard.com/report/github.com/revel/revel)

A high productivity, full-stack web framework for the [Go language](http://www.golang.org).
A high productivity, full-stack web framework for the [Go language](https://www.golang.org).

Current Version: 1.1.0-dev (2020-07-11)

Expand All @@ -27,12 +27,12 @@ Open http://localhost:9000 in your browser and you should see "It works!"
## Community

* [Gitter](https://gitter.im/revel/community)
* [StackOverflow](http://stackoverflow.com/questions/tagged/revel)
* [StackOverflow](https://stackoverflow.com/questions/tagged/revel)


## Learn More

* [Manual, Samples, Godocs, etc](http://revel.github.io)
* [Manual, Samples, Godocs, etc](https://revel.github.io)
* [Apps using Revel](https://github.com/revel/revel/wiki/Apps-in-the-Wild)
* [Articles Featuring Revel](https://github.com/revel/revel/wiki/Articles)

Expand Down

0 comments on commit 859e5b4

Please sign in to comment.