summaryrefslogtreecommitdiff
path: root/prolog/problems/world_data/en.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-01-05 12:42:03 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-01-05 12:42:03 +0100
commitf353236e1a05de26e4e65bf758ca03c1d8a540c5 (patch)
tree28bcc06394eb4c05922bff9ceabf6aba86640397 /prolog/problems/world_data/en.py
parent3e5d0d5844d9e747dd8b5995e5e1d5112800d85e (diff)
Prolog: add intro for world_data set
Diffstat (limited to 'prolog/problems/world_data/en.py')
-rw-r--r--prolog/problems/world_data/en.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/prolog/problems/world_data/en.py b/prolog/problems/world_data/en.py
index 3d3cbaf..dd0a328 100644
--- a/prolog/problems/world_data/en.py
+++ b/prolog/problems/world_data/en.py
@@ -2,7 +2,6 @@ name = 'The World Factbook'
description = '''\
<p>
Let's ask prolog some questions about our world, e.g. through which countries a given river flows or which
-two countries are most similar in terms of the size of their populations. For this purpose a database
-containing facts about the world has been loaded. The database comes from the almanac "The World Factbook".
+two countries are most similar in terms of the size of their populations. For this purpose a <a target="_blank" href="[%@resource intro_en.html%]">knowledge base</a> with facts about the world has been loaded. The database comes from the almanac "The World Factbook".
</p>
'''