Skip to content

Commit

Permalink
img/links fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklambourne committed Feb 8, 2024
1 parent b57bf5a commit 20e093f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs_src/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Welcome to `slackblocks`!

<p align="center">
<img width="30%" src="./docs_src/img/sb.png" />
<img width="30%" src="./img/sb.png" />
</p>

`slackblocks` is Python package for creating complex Slack messages
Expand Down Expand Up @@ -55,6 +55,6 @@ In addition to a complete reference of all classes and functions provided by the
`slackblocks` library, this documentation contains guides on:

- [Installing `slackblocks`]()
- [Basic Usage](./usage/basic_usage.md)
- [Using Blocks](./usage/using_blocks.md)
- [Sending Block-based Messages](./usage/sending_messages.md)
- [Basic Usage](./usage/basic_usage)
- [Using Blocks](./usage/using_blocks)
- [Sending Block-based Messages](./usage/sending_messages)

0 comments on commit 20e093f

Please sign in to comment.