Skip to content

Commit 748def0

Browse files
committed
fix(images): Fix images url in regex tutorial
1 parent 36f45c8 commit 748def0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

regexp-imatriculation/regexp-imatriculation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Our licence plate is separated in 5 sections :
6262

6363

6464
<center>
65-
<img src="images/regex.png" alt="Regex explanation" title="Regex explanation"/>
65+
<img src="https://github.com/Botfuel/tutorials/raw/master/regexp-imatriculation/images/regex.png" alt="Regex explanation" title="Regex explanation"/>
6666
</center>
6767

6868
Once we have our regular expression to extract a licence plate, we can use is in our extractor
@@ -101,7 +101,7 @@ duration: 5
101101
Got to <a href="https://app.botfuel.io" target="_blank">https://app.botfuel.io</a>, open your project and create a new intent called `licenceplate`
102102

103103
<center>
104-
<img src="images/trainer.png" alt="intent in trainer" title="Intent in trainer"/>
104+
<img src="https://github.com/Botfuel/tutorials/raw/master/regexp-imatriculation/images/trainer.png" alt="intent in trainer" title="Intent in trainer"/>
105105
</center>
106106

107107
Add a few training phrases the user may enter to give you his licence plate.
@@ -165,7 +165,7 @@ BOTFUEL_APP_TOKEN=<the BOTFUEL_APP_TOKEN> BOTFUEL_APP_ID=<the BOTFUEL_APP_ID> BO
165165

166166
You can then try your new intent in your bot.
167167
<center>
168-
<img src="images/terminal.png" alt="Bot test in terminal" title="Bot test in terminal"/>
168+
<img src="https://github.com/Botfuel/tutorials/raw/master/regexp-imatriculation/images/terminal.png" alt="Bot test in terminal" title="Bot test in terminal"/>
169169
</center>
170170

171171
--sep--

0 commit comments

Comments
 (0)