Skip to content

Commit 90db27b

Browse files
authored
Merge pull request RasaHQ#5958 from brunogcarneiro/patch-1
Including relative path to the data files in Building Assistants Tutorial
2 parents 815a9af + dc29b87 commit 90db27b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user-guide/building-assistants.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ new Rasa project.
4444
rasa init
4545
4646
47-
Let's remove the default content from this bot, so that the ``nlu.md``, ``stories.md``
47+
Let's remove the default content from this bot, so that the ``data/nlu.md``, ``data/stories.md``
4848
and ``domain.yml`` files are empty.
4949

5050
.. _respond-with-memoization-policy:
@@ -71,7 +71,7 @@ You can do this by editing your ``config.yml`` file as follows (you can remove `
7171
which allows you to clear the conversation history and start fresh.
7272

7373
Now that we’ve defined our policies, we can add some stories for the ``goodbye``, ``thank`` and ``greet``
74-
intents to the ``stories.md`` file:
74+
intents to the ``data/stories.md`` file:
7575

7676
.. code-block:: md
7777
@@ -104,7 +104,7 @@ We’ll also need to add the intents, actions and responses to our ``domain.yml`
104104
utter_bye:
105105
- text: Bye!
106106
107-
Finally, we’ll copy over some NLU data from Sara into our ``nlu.md`` file
107+
Finally, we’ll copy over some NLU data from Sara into our ``data/nlu.md`` file
108108
(more can be found `here <https://github.com/RasaHQ/rasa-demo/blob/master/data/nlu/nlu.md>`__):
109109

110110
.. code-block:: md

0 commit comments

Comments
 (0)