diff --git a/docs/connection_8hpp_source.html b/docs/connection_8hpp_source.html
index fd2a9b5..9b3d617 100644
--- a/docs/connection_8hpp_source.html
+++ b/docs/connection_8hpp_source.html
@@ -148,7 +148,7 @@ $(function() {
-
+
diff --git a/docs/example01_instance_info_8cpp-example.html b/docs/example01_instance_info_8cpp-example.html
index bc1678f..6070806 100644
--- a/docs/example01_instance_info_8cpp-example.html
+++ b/docs/example01_instance_info_8cpp-example.html
@@ -83,7 +83,11 @@ $(function() {
-#include "mastodonpp.hpp"
+#if __has_include("mastodonpp.hpp")
+# include "mastodonpp.hpp"
+#else
+# include <mastodonpp/mastodonpp.hpp>
+#endif
#include <iostream>
#include <string>
diff --git a/docs/example02_streaming_8cpp-example.html b/docs/example02_streaming_8cpp-example.html
index a96356f..c27390a 100644
--- a/docs/example02_streaming_8cpp-example.html
+++ b/docs/example02_streaming_8cpp-example.html
@@ -83,7 +83,11 @@ $(function() {
-#include "mastodonpp.hpp"
+#if __has_include("mastodonpp.hpp")
+# include "mastodonpp.hpp"
+#else
+# include <mastodonpp/mastodonpp.hpp>
+#endif
#include <chrono>
#include <iostream>
diff --git a/docs/example03_post_status_8cpp-example.html b/docs/example03_post_status_8cpp-example.html
index 206f1b0..1951650 100644
--- a/docs/example03_post_status_8cpp-example.html
+++ b/docs/example03_post_status_8cpp-example.html
@@ -83,7 +83,11 @@ $(function() {
-#include "mastodonpp.hpp"
+#if __has_include("mastodonpp.hpp")
+# include "mastodonpp.hpp"
+#else
+# include <mastodonpp/mastodonpp.hpp>
+#endif
#include <iostream>
#include <string>
diff --git a/docs/example04_post_with_attachment_8cpp-example.html b/docs/example04_post_with_attachment_8cpp-example.html
index e50d239..f6884b8 100644
--- a/docs/example04_post_with_attachment_8cpp-example.html
+++ b/docs/example04_post_with_attachment_8cpp-example.html
@@ -83,7 +83,11 @@ $(function() {
-#include "mastodonpp.hpp"
+#if __has_include("mastodonpp.hpp")
+# include "mastodonpp.hpp"
+#else
+# include <mastodonpp/mastodonpp.hpp>
+#endif
#include <iostream>
#include <string>
diff --git a/docs/example05_update_notification_settings_8cpp-example.html b/docs/example05_update_notification_settings_8cpp-example.html
index 25aed19..d97afe6 100644
--- a/docs/example05_update_notification_settings_8cpp-example.html
+++ b/docs/example05_update_notification_settings_8cpp-example.html
@@ -83,7 +83,11 @@ $(function() {
-#include "mastodonpp.hpp"
+#if __has_include("mastodonpp.hpp")
+# include "mastodonpp.hpp"
+#else
+# include <mastodonpp/mastodonpp.hpp>
+#endif
#include <iostream>
#include <string>
diff --git a/docs/example06_update_name_8cpp-example.html b/docs/example06_update_name_8cpp-example.html
index 8df9bd1..f95884c 100644
--- a/docs/example06_update_name_8cpp-example.html
+++ b/docs/example06_update_name_8cpp-example.html
@@ -83,7 +83,11 @@ $(function() {
-#include "mastodonpp.hpp"
+#if __has_include("mastodonpp.hpp")
+# include "mastodonpp.hpp"
+#else
+# include <mastodonpp/mastodonpp.hpp>
+#endif
#include <iostream>
#include <string>
diff --git a/docs/example07_delete_status_8cpp-example.html b/docs/example07_delete_status_8cpp-example.html
index a6c6913..1a5aedc 100644
--- a/docs/example07_delete_status_8cpp-example.html
+++ b/docs/example07_delete_status_8cpp-example.html
@@ -83,7 +83,11 @@ $(function() {
-#include "mastodonpp.hpp"
+#if __has_include("mastodonpp.hpp")
+# include "mastodonpp.hpp"
+#else
+# include <mastodonpp/mastodonpp.hpp>
+#endif
#include <chrono>
#include <iostream>
diff --git a/docs/example08_obtain_token_8cpp-example.html b/docs/example08_obtain_token_8cpp-example.html
index 795bc57..ea294d5 100644
--- a/docs/example08_obtain_token_8cpp-example.html
+++ b/docs/example08_obtain_token_8cpp-example.html
@@ -83,7 +83,11 @@ $(function() {
-#include "mastodonpp.hpp"
+#if __has_include("mastodonpp.hpp")
+# include "mastodonpp.hpp"
+#else
+# include <mastodonpp/mastodonpp.hpp>
+#endif
#include <cstdlib>
#include <iostream>