When a user types links to the button, depending on http://, wrong addresses can be inserted. If a user does not type http:// then https://gmon.link/ is added.
2. When a user clicks the link of the button, then the site is opened in the same tab, not the new tab.
### Expected Behavior
1. When a user types links to the button, regardless of `http://`, correct addresses should be inserted.
2. When a user clicks the button, the link needs to be opened in the new tab.
### Steps To Reproduce
1. A user can insert the button link in telegram without `http://` e.g., `google.com`, then the button link becomes `https://gmon.link/google.com`
2. A user clicks the button, the site is opened in the same tab.
### Anything else?
Solution
1. This can be handled as exceptions in the telegram bot.
2. This can be fixed by adding `target="_blank"`.
Is there an existing issue for this?
Current Behavior
There are two issues:
http://
, wrong addresses can be inserted. If a user does not typehttp://
thenhttps://gmon.link/
is added.