Skip to content

Commit 9daf3e0

Browse files
committed
Fix http to https
1 parent 37386e7 commit 9daf3e0

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

development.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<div class="header">
1212
<h1>Open Vim</h1>
13-
<h3>Collection of <a class="external_link" href="http://www.vim.org/">Vim</a> learning tools</h3>
13+
<h3>Collection of Vim learning tools</h3>
1414
</div>
1515

1616
<div class="cloud">
@@ -29,9 +29,9 @@ <h3>Collection of <a class="external_link" href="http://www.vim.org/">Vim</a> le
2929

3030
<div class="personal">
3131
<table>
32-
<tr><td class="copyright">Copyright</td><td><a href="http://egaga.fi">Henrik Huttunen</a></td></tr>
32+
<tr><td class="copyright">Copyright</td><td><a href="https://egaga.fi">Henrik Huttunen</a></td></tr>
3333
<tr><td class="contact">Contact</td><td><a href="mailto:[email protected]">[email protected]</a></td></tr>
34-
<tr><td class="support">I work at</td><td><a href="http://www.evident.fi">Evident Solutions</a></td></tr>
34+
<tr><td class="support">I work at</td><td><a href="https://www.evident.fi">Evident Solutions</a></td></tr>
3535
</table>
3636
</div>
3737

@@ -43,7 +43,7 @@ <h3>Ideas to be realized</h3>
4343
<li>Browser extension, attaching Vim to textarea</li>
4444
<li>Vim hero: complete vim-tasks as quickly as possible</li>
4545
<li>Documentation on the web; partly executable</li>
46-
<li>Vim tasks: column based tasklist like http://www.trello.com but with vim commands</li>
46+
<li>Vim tasks: column based tasklist like https://www.trello.com but with vim commands</li>
4747
<li>Vim tetris, movement is faster using powerful commands</li>
4848
</ul>
4949
</div>

problems.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<title>Interactive Vim tutorial - problems</title>
1111

1212
<!-- GENERAL (mostly) -->
13-
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js”></script>
13+
<script src=https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js”></script>
1414
<!--
1515
<script type="text/Javascript" src="js/jquery.js"></script>
1616
-->
@@ -31,7 +31,6 @@
3131
<script type="text/Javascript" src="js/view/event.js?version={VERSION}"></script>
3232
<script type="text/Javascript" src="js/problems/init_problems.js?version={VERSION}"></script>
3333

34-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
3534
<script type="text/javascript">
3635
$(document).ready(function () {
3736
init_problems();

tasks.txt

-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@
2424
- documentation could be hosted on a site. two column panel would have the documentable item on the left and on the right there could be live demo how it works
2525
- vimtask: column based tasklist like trello.com but with vim commands
2626
- vim dropping paragraphs, tetrislike, action takes time, so faster with 2d
27-
http://twitter.github.com/bootstrap

0 commit comments

Comments
 (0)