Skip to content

Commit 3b26946

Browse files
committed
fixing broken link for vim as a python ide
1 parent d108794 commit 3b26946

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ <h2>Vim Python IDE bundles and resources</h2>
702702
for using the editor.</p>
703703
</li>
704704
<li>
705-
<p><a href="unlogic.co.uk/2013/02/08/vim-as-a-python-ide/">Vim as a Python IDE</a>
705+
<p><a href="http://unlogic.co.uk/2013/02/08/vim-as-a-python-ide/">Vim as a Python IDE</a>
706706
goes through the steps necessary to make Vim into a more comfortable
707707
environment for Python development.</p>
708708
</li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-03-21T15:58:48Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-03-22T08:49:06Z</updated></feed>

source/content/pages/02-learning-programming/05-vim.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ ready to take that step.
146146
set up Vim for greater productivity once you learn the initial Vim language
147147
for using the editor.
148148

149-
* [Vim as a Python IDE](unlogic.co.uk/2013/02/08/vim-as-a-python-ide/)
149+
* [Vim as a Python IDE](http://unlogic.co.uk/2013/02/08/vim-as-a-python-ide/)
150150
goes through the steps necessary to make Vim into a more comfortable
151151
environment for Python development.
152152

vim.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h2>Vim Python IDE bundles and resources</h2>
161161
for using the editor.</p>
162162
</li>
163163
<li>
164-
<p><a href="unlogic.co.uk/2013/02/08/vim-as-a-python-ide/">Vim as a Python IDE</a>
164+
<p><a href="http://unlogic.co.uk/2013/02/08/vim-as-a-python-ide/">Vim as a Python IDE</a>
165165
goes through the steps necessary to make Vim into a more comfortable
166166
environment for Python development.</p>
167167
</li>

0 commit comments

Comments
 (0)