Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update avoinministerio.fi and github links to use https
  • Loading branch information
tmatilai committed Mar 11, 2012
1 parent d0dbbd8 commit b6faf95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -2,15 +2,15 @@

Avoin Ministeriö -verkkopalvelu.

<http://avoinministerio.fi>
<https://www.avoinministerio.fi/>

If you want more information about the project, drop us an email to main@avoinministerio.flowdock.com.

## Installation

1. Clone the repository

git clone git@github.com:avoinministerio/avoinministerio
git clone git@github.com:avoinministerio/avoinministerio.git

2. .rvmrc

Expand Down Expand Up @@ -147,6 +147,6 @@ Run the tests using the following command(s):

## Code Repository

[Git repository](http://github.com/avoinministerio/avoinministerio)
[Git repository](https://github.com/avoinministerio/avoinministerio)

Everything is currently in the master branch. When building bigger features, use feature branches. When the feature is ready, delete the feature branch.
2 changes: 1 addition & 1 deletion app/views/shared/_facebook_meta_tags.html.haml
@@ -1,5 +1,5 @@
%meta{ property: "fb:app_id", content: (ENV["FACEBOOK_APP_ID"] || "335755509797497") }
%meta{ property: "og:url", content: 'http://www.avoinministerio.fi' }
%meta{ property: "og:url", content: 'https://www.avoinministerio.fi' }
%meta{ property: "og:title", content: 'Avoin Ministeriö -- Kansalaisaloitteet' }
%meta{ property: "og:description", content: 'Kansalaisaloitelaki astui voimaan 1.3.2012. Avoin ministeriö on web-palvelu kansalaisille jonka avulla ideoita voi ehdottaa, ja niiden seulontaan ja valmisteluun voi osallistua aktiivisesti.' }
%meta{ property: "og:type", content: "article" }
Expand Down

0 comments on commit b6faf95

Please sign in to comment.