Skip to content

Commit 1edce3c

Browse files
committed
fixing ampersand issue
1 parent 1955ff9 commit 1edce3c

6 files changed

Lines changed: 10 additions & 4 deletions

File tree

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4695,7 +4695,7 @@ <h3>Open source log aggregators</h3>
46954695
<h3>Hosted logging services</h3>
46964696
<ul>
46974697
<li>
4698-
<p><a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fs p&utm_medium=promo&utm_campaign=march'); return false;">Loggly</a>
4698+
<p><a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=march'); return false;">Loggly</a>
46994699
is a third party cloud based
47004700
application that aggregates logs. They have instructions for every major
47014701
language, including python. It includes email alerting on custom searches. </p>

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-06T11:28: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-06T11:31:30Z</updated></feed>

logging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3>Open source log aggregators</h3>
9494
<h3>Hosted logging services</h3>
9595
<ul>
9696
<li>
97-
<p><a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fs p&utm_medium=promo&utm_campaign=march'); return false;">Loggly</a>
97+
<p><a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=march'); return false;">Loggly</a>
9898
is a third party cloud based
9999
application that aggregates logs. They have instructions for every major
100100
language, including python. It includes email alerting on custom searches. </p>

source/content/pages/07-web-app-deployment/14-logging.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ certain threshold.
7575

7676

7777
### Hosted logging services
78-
* <a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fs p&utm_medium=promo&utm_campaign=march'); return false;">Loggly</a>
78+
* <a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=march'); return false;">Loggly</a>
7979
is a third party cloud based
8080
application that aggregates logs. They have instructions for every major
8181
language, including python. It includes email alerting on custom searches.

source/theme/templates/table-of-contents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ <h3>7.
182182
<div class="toc-indent">
183183
Helper libraries
184184
</div>
185+
<div class="toc-indent">
186+
REST
187+
</div>
185188
-->
186189

187190

table-of-contents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ <h3>7.
216216
<div class="toc-indent">
217217
Helper libraries
218218
</div>
219+
<div class="toc-indent">
220+
REST
221+
</div>
219222
-->
220223

221224

0 commit comments

Comments
 (0)