Skip to content

Commit

Permalink
docs: fix links from readme to examples (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jun 14, 2021
1 parent 923792e commit ab5b63f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,25 @@ The latest draft specification can be found at [spec/asyncapi.md](./spec/asyncap
#### :bulb: Streetlights
Demonstrates how to use AsyncAPI to define an API that controls city streetlights.

> :point_right: [See more](./examples/2.0.0/streetlights.yml)
> :point_right: [See more](./examples/streetlights.yml)
#### <img src="./assets/slack.png" width="15" alt="Slack icon">&nbsp;&nbsp; Slack Events API
Partial definition of the Slack Events API. Find the official one [here](https://github.com/slackapi/slack-api-specs/blob/master/events-api/slack_events_api_async_v1.json).

> :point_right: [See more](./examples/2.0.0/slack-rtm.yml)
> :point_right: [See more](./examples/slack-rtm.yml)
#### <img src="./assets/gitter.png" width="15" alt="Gitter icon">&nbsp;&nbsp; Gitter Streaming API
Definition of the Gitter streaming API.

> :point_right: [See more](./examples/2.0.0/gitter-streaming.yml)
> :point_right: [See more](./examples/gitter-streaming.yml)
#### <img src="./assets/gemini.svg" width="15" alt="Gemini icon">&nbsp;&nbsp; Gemini WebSocket API
Definition of the Gemini Websocket API.

> :point_right: [See more](./examples/websocket-gemini.yml)
#### :heavy_plus_sign: and more...

Check out the [examples](https://github.com/asyncapi/asyncapi/blob/master/examples) directory for more examples.

## Contributors
Expand Down
25 changes: 25 additions & 0 deletions assets/gemini.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab5b63f

Please sign in to comment.