Skip to content

Commit

Permalink
Link to rtfd docs from example app.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wenzel committed Jun 13, 2011
1 parent 87abd66 commit b1d57d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/examples/templates/examples/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>
{# L10n: This is a localizer comment #}
<p>{{ _('This is a <em>test view</em>.') }}</p>
<p>
{% trans docs_url='http://mozilla.github.com/playdoh/' %}
{% trans docs_url='http://playdoh.rtfd.org/' %}
<a href="{{ docs_url }}">Learn you some Playdoh</a> and then go build
something <strong>awesome</strong>.
{% endtrans %}
Expand Down

0 comments on commit b1d57d0

Please sign in to comment.