From 9654d02c1399c4723861f45a901cb3199bb1112d Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 5 Feb 2019 20:46:18 -0700 Subject: [PATCH] fixed url --- web/docs/index.md | 2 +- web/mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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