summaryrefslogtreecommitdiff
path: root/_posts/2011-02-20-psgichrome.md
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-12-09 22:08:44 -0800
committerFranck Cuny <franck.cuny@gmail.com>2013-12-09 22:08:44 -0800
commit7286cd50a139faef33da5eb50ad76b605e5886aa (patch)
treed8a0dbc50249fd17dc33c1e654e011ba576eccd2 /_posts/2011-02-20-psgichrome.md
parentRemove a bunch of unused files. (diff)
downloadlumberjaph-7286cd50a139faef33da5eb50ad76b605e5886aa.tar.gz
Mostly, fix broken links.
Diffstat (limited to '')
-rw-r--r--_posts/2011-02-20-psgichrome.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/_posts/2011-02-20-psgichrome.md b/_posts/2011-02-20-psgichrome.md
index bf8338a..708839a 100644
--- a/_posts/2011-02-20-psgichrome.md
+++ b/_posts/2011-02-20-psgichrome.md
@@ -44,7 +44,7 @@ my $app = sub {
});
return [ 200, [ 'Content-Type' => 'text/html' ], [$content] ];
};
-
+
builder {
enable "ConsoleLogger";
$app;
@@ -57,7 +57,7 @@ point your browser to http://localhost:5000, activate the javascript console.
If this works correctly, you should have a smiliar output in your console:
-<a href="http://f.lumberjaph.net/blog/misc/plack_chrome.png"><img class="img_center" src="http://f.lumberjaph.net/blog/misc/plack_chrome.png" /></a>
+<img src="/static/imgs/plack_chrome.png" />
## Dancer
@@ -68,7 +68,7 @@ First, you need to install [Dancer::Logger::PSGI](http://search.cpan.org/perldoc
{% highlight yaml %}
logger: "PSGI"
plack_middlewares:
- -
+ -
- ConsoleLogger
{% endhighlight %}