Skip to content

Commit f6d3c8c

Browse files
committed
fixing broken pyramid link
1 parent 9f6e961 commit f6d3c8c

File tree

6 files changed

+352
-460
lines changed

6 files changed

+352
-460
lines changed

all.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,8 +2160,8 @@ <h2>Open source Pyramid example apps</h2>
21602160
<h2>Pyramid resources</h2>
21612161
<ul>
21622162
<li>
2163-
<p>The <a href="http://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/">Pyramid tutorials page</a>
2164-
is a good place to start getting your hands dirty with example projects.</p>
2163+
<p>The <a href="http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/firstapp.html">first Pyramid app</a>
2164+
is a good place to start getting your hands dirty with an example project.</p>
21652165
</li>
21662166
<li>
21672167
<p>Six Feet Up explains why Pyramid is their choice for

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-10-17T14:59:03Z</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-10-19T12:00:44Z</updated></feed>

pyramid.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ <h2>Open source Pyramid example apps</h2>
5252
<h2>Pyramid resources</h2>
5353
<ul>
5454
<li>
55-
<p>The <a href="http://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/">Pyramid tutorials page</a>
56-
is a good place to start getting your hands dirty with example projects.</p>
55+
<p>The <a href="http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/firstapp.html">first Pyramid app</a>
56+
is a good place to start getting your hands dirty with an example project.</p>
5757
</li>
5858
<li>
5959
<p>Six Feet Up explains why Pyramid is their choice for

source/content/pages/04-web-development/05-pyramid.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Model-View-Controller (MVC) architectural pattern.
2424

2525

2626
## Pyramid resources
27-
* The [Pyramid tutorials page](http://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/)
28-
is a good place to start getting your hands dirty with example projects.
27+
* The [first Pyramid app](http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/firstapp.html)
28+
is a good place to start getting your hands dirty with an example project.
2929

3030
* Six Feet Up explains why Pyramid is their choice for
3131
[rapid development projects](http://www.sixfeetup.com/blog/pyramid-for-rapid-development-projects)

0 commit comments

Comments
 (0)