diff --git a/sources/manager_github.py b/sources/manager_github.py
index 62ea054..cdb5914 100644
--- a/sources/manager_github.py
+++ b/sources/manager_github.py
@@ -151,6 +151,6 @@ class GitHubManager:
else:
DBM.i("Inlining chart...")
- hint = "You can use [this website](https://codebeautify.org/base64-to-image-converter) to view the generated base64 image."
+ hint = 'You can use this website to view the generated base64 image.'
encoded_image = f"data:image/png;base64,{b64encode(data).decode('utf-8')}"
- return f"\n {hint}
\n ```\n {encoded_image}\n ``` \n"
+ return f"\n {hint}
\n {encoded_image}\n \n"