summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/tutorial
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-21 22:28:23 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-21 22:28:23 +0100
commit1701ad24e7b52df9e0dd51ef7a9a4bb9a99f28bf (patch)
treede10944ac6f9a2f5732c814a1e584ba77d99f085 /user_guide_src/source/tutorial
parent42c01bdff6beb40c291eb236c891ab5ae13b4ba5 (diff)
[ci skip] Fix wrong example link in news tutorial
The current URI being 'news/' itself, combined with relative links ...
Diffstat (limited to 'user_guide_src/source/tutorial')
-rw-r--r--user_guide_src/source/tutorial/news_section.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/tutorial/news_section.rst b/user_guide_src/source/tutorial/news_section.rst
index 80938de32..f436b2510 100644
--- a/user_guide_src/source/tutorial/news_section.rst
+++ b/user_guide_src/source/tutorial/news_section.rst
@@ -151,7 +151,7 @@ and add the next piece of code.
<div class="main">
<?php echo $news_item['text'] ?>
</div>
- <p><a href="news/<?php echo $news_item['slug'] ?>">View article</a></p>
+ <p><a href="<?php echo $news_item['slug'] ?>">View article</a></p>
<?php endforeach ?>