Skip to content

Commit f9afb8c

Browse files
committed
fixing more enterprise python page typos
1 parent 3166b65 commit f9afb8c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

all.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,8 @@ <h2>Enterprise Python software development resources</h2>
611611
<ul>
612612
<li>
613613
<p>There are a couple of solid demystifying articles in CIO magazine including
614-
<a href="http://www.cio.com/article/2437137/developer/you-used-python-to-write-what-.html">this broad overview of Python in enterprises</a>,
614+
<a href="http://www.cio.com/article/2437137/developer/you-used-python-to-write-what-.html">this broad overview of Python in enterprises</a>
615+
and this article on
615616
<a href="http://www.cio.com/article/2431212/developer/dynamic-languages--not-just-for-scripting-any-more.html">why dynamic languages are gaining share for enterprise development</a>.</p>
616617
</li>
617618
<li>

enterprise-python.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ <h2>Enterprise Python software development resources</h2>
125125
<ul>
126126
<li>
127127
<p>There are a couple of solid demystifying articles in CIO magazine including
128-
<a href="http://www.cio.com/article/2437137/developer/you-used-python-to-write-what-.html">this broad overview of Python in enterprises</a>,
128+
<a href="http://www.cio.com/article/2437137/developer/you-used-python-to-write-what-.html">this broad overview of Python in enterprises</a>
129+
and this article on
129130
<a href="http://www.cio.com/article/2431212/developer/dynamic-languages--not-just-for-scripting-any-more.html">why dynamic languages are gaining share for enterprise development</a>.</p>
130131
</li>
131132
<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-07-21T07:32:15Z</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-07-21T07:34:21Z</updated></feed>

source/content/pages/02-learning-programming/06-enterprise-python.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ continue delivering business value to their business side customers.
106106

107107
## Enterprise Python software development resources
108108
* There are a couple of solid demystifying articles in CIO magazine including
109-
[this broad overview of Python in enterprises](http://www.cio.com/article/2437137/developer/you-used-python-to-write-what-.html),
109+
[this broad overview of Python in enterprises](http://www.cio.com/article/2437137/developer/you-used-python-to-write-what-.html)
110+
and this article on
110111
[why dynamic languages are gaining share for enterprise development](http://www.cio.com/article/2431212/developer/dynamic-languages--not-just-for-scripting-any-more.html).
111112

112113
* JavaWorld wrote an interesting article about

0 commit comments

Comments
 (0)