diff --git a/web/docs/index.md b/web/docs/index.md index f0e45a1..ec3f3a8 100644 --- a/web/docs/index.md +++ b/web/docs/index.md @@ -22,7 +22,7 @@ I wonder how $aapl, $nflx, and $sono are performing today. Will return: -`![Conversation With Simple Telegram Bot](\img\telegramBotTickerReply.png)` +![Conversation With Simple Telegram Bot](\img\telegramBotTickerReply.png) As long as the bot is in your chat it will reply to any stock tickers in your messages. diff --git a/web/mkdocs.yml b/web/mkdocs.yml index 3e91d26..e369c70 100644 --- a/web/mkdocs.yml +++ b/web/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Simple Stock Bot -site_url: http://misterbiggs.gitlab.io/simple-telegram-bot +site_url: https://misterbiggs.gitlab.io/simple-telegram-bot nav: - Home: index.md # - Commands: commands.md