Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
amn41 committed Sep 21, 2023
1 parent fdafad3 commit f18d45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/operating/spaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ For lookup tables no adverse interactions are known.
## Training Data Importers


Using the [`--data` command line argument](command-line-interface.mdx) you can specify where Rasa should look
Using the [`--data` command line argument](../command-line-interface.mdx) you can specify where Rasa should look
for training data on your disk. Rasa then loads any potential training files and uses
them to train your assistant.

Expand Down Expand Up @@ -472,4 +472,4 @@ class MyImporter(TrainingDataImporter):
def _custom_get_nlu_file(self) -> Text:
pass
```
```

0 comments on commit f18d45e

Please sign in to comment.