Skip to content

Commit

Permalink
Merge branch 'docs-links-updates' of github.com:RasaHQ/rasa into docs…
Browse files Browse the repository at this point in the history
…-links-updates
  • Loading branch information
akelad committed Sep 16, 2020
2 parents a1ec3b0 + 4552c1a commit a759f23
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 617 deletions.
4 changes: 2 additions & 2 deletions docs/docs/event-brokers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in from conversations. For example, you could [connect your live assistant to
Rasa X](https://rasa.com/docs/rasa-x/installation-and-setup/deploy#connect-rasa-deployment/)
to review and annotate conversations or forward messages to an external analytics
service. The event broker publishes messages to a message streaming service,
also known as a message broker, to forward Rasa [Events](./events.mdx) from the Rasa server to other services.
also known as a message broker, to forward Rasa [Events](https://rasa.com/docs/action-server/events) from the Rasa server to other services.

## Format

Expand All @@ -32,7 +32,7 @@ tracker looks like this:
```

The `event` field takes the event's `type_name` (for more on event
types, check out the [Events](./events.mdx) docs).
types, check out the [Events](https://rasa.com/docs/action-server/events) docs).

## Pika Event Broker

Expand Down
21 changes: 0 additions & 21 deletions docs/docs/events.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions docs/docs/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ description: Glossary for all Rasa-related terms

For example a telephone number, a person's name, a location, the name of a product

## [Event](./events.mdx)
## [Event](https://rasa.com/docs/action-server/events)

All conversations in Rasa are represented as a sequence of events. For instance, a `UserUttered` represents a user entering a message, and an `ActionExecuted` represents the assistant executing an action. You can learn more about them [here](./events.mdx).
All conversations in Rasa are represented as a sequence of events. For instance, a `UserUttered` represents a user entering a message, and an `ActionExecuted` represents the assistant executing an action. You can learn more about them [here](https://rasa.com/docs/action-server/events).

## [Form](./forms.mdx)

Expand Down
Loading

0 comments on commit a759f23

Please sign in to comment.