Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
fixed docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Mar 20, 2019
1 parent 6fa85bf commit 717b20b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/core/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
html_theme_options = {
'description': "Rasa",
'github_user': 'RasaHQ',
'github_repo': 'rasa',
'github_repo': 'rasa_nlu',
'fixed_sidebar': True,
'product': "Core",
'base_url': 'https://rasa.com/docs/core/'
Expand Down Expand Up @@ -356,7 +356,7 @@

extlinks = {
'gh-code': (
'https://github.com/RasaHQ/rasa/tree/{}/%s'.format(release),
'https://github.com/RasaHQ/rasa_nlu/tree/{}/%s'.format(release),
'github ')
}

Expand Down
4 changes: 2 additions & 2 deletions docs/core/evaluation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ by using the evaluate script:

.. code-block:: bash
$ python3 -m rasa.core.evaluate --core models/dialogue \
$ python3 -m rasa.core.test --core models/dialogue \
--stories test_stories.md -o results
Expand Down Expand Up @@ -49,7 +49,7 @@ perform together on whole dialogues.
The evaluate script lets you evaluate dialogues end-to-end, combining
Rasa NLU intent predictions with Rasa Core action predictions.
You can activate this feature with the ``--e2e`` option in the
``rasa.core.evaluate`` module.
``rasa.core.test`` module.

The story format used for end-to-end evaluation is slightly different to
the standard Rasa Core stories, as you'll have to include the user
Expand Down
2 changes: 1 addition & 1 deletion docs/core/feedback.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Have questions or feedback?
We have a very active support community on `Rasa Community Forum <https://forum.rasa.com>`_
that is happy to help you with your questions. If you have any feedback for us or a specific
suggestion for improving the docs, feel free to share it by creating an issue on Rasa Core
`GitHub repository <https://github.com/RasaHQ/rasa/issues>`_.
`GitHub repository <https://github.com/RasaHQ/rasa_nlu/issues>`_.

0 comments on commit 717b20b

Please sign in to comment.