1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-01-25 16:45:47 +01:00

Replace some http links with https

This commit is contained in:
Jan Larres
2014-05-29 00:24:42 +12:00
parent 2f302c76ef
commit c2f468e098
4 changed files with 13 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ layout: default
title: Old releases
---
<a href="http://github.com/majutsushi/tagbar"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<a href="https://github.com/majutsushi/tagbar"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div id="container">
@@ -12,8 +12,8 @@ title: Old releases
{% for post in site.posts offset:1 %}
<span style="font-weight:bold">{{ post.title }}</span> ({{ post.date | date:"%Y-%m-%d" }})
<a href="http://github.com/majutsushi/tagbar/zipball/v{{ post.title }}">zip</a>
<a href="http://github.com/majutsushi/tagbar/tarball/v{{ post.title }}">tar</a>
<a href="https://github.com/majutsushi/tagbar/zipball/v{{ post.title }}">zip</a>
<a href="https://github.com/majutsushi/tagbar/tarball/v{{ post.title }}">tar</a>
{{ post.content }}