Skip to content

Commit 4127e61

Browse files
authored
fix wrong link to endpoint
Community member pointed out that link to the endpoint does not work. It is because of the `.html` after `http-api`. The current link works when you run `make livehtml`; however, it does not work when the docs are deployed on `rasa.com/docs`. Not sure how to make sure my change works
1 parent bbb34ad commit 4127e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/actions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ for example to display the output of a long running background operation
184184
or notify the user of an external event.
185185

186186
To do so, you can ``POST`` to this
187-
`endpoint <../../api/http-api.html/#operation/executeConversationAction>`_ ,
187+
`endpoint <../../api/http-api/#operation/executeConversationAction>`_ ,
188188
specifying the action which should be run for a specific user in the request body. Use the
189189
``output_channel`` query parameter to specify which output
190190
channel should be used to communicate the assistant's responses back to the user.

0 commit comments

Comments
 (0)