diff --git a/README.html b/README.html
index 1a6014a..0b2ec8c 100644
--- a/README.html
+++ b/README.html
@@ -6,10 +6,10 @@ Congratulations! You just built a plugin for QGIS!
Your plugin
Pegelonline was created in:
-
~/PycharmProjects/pegelonline
+
/home/katrin/PycharmProjects/pegelonline
Your QGIS plugin directory is located at:
- ~/.local/share/QGIS/QGIS3/profiles/default/python/plugins
+ /home/katrin/.local/share/QGIS/QGIS3/profiles/default/python/plugins
What's Next
diff --git a/README.txt b/README.txt
index df752a1..9a260b9 100644
--- a/README.txt
+++ b/README.txt
@@ -1,10 +1,10 @@
Plugin Builder Results
Your plugin Pegelonline was created in:
- ~/PycharmProjects/pegelonline
+ /home/katrin/PycharmProjects/pegelonline
Your QGIS plugin directory is located at:
- ~/.local/share/QGIS/QGIS3/profiles/default/python/plugins
+ /home/katrin/.local/share/QGIS/QGIS3/profiles/default/python/plugins
What's Next:
diff --git a/pb_tool.cfg b/pb_tool.cfg
index bd8bb75..165c4b3 100644
--- a/pb_tool.cfg
+++ b/pb_tool.cfg
@@ -44,7 +44,7 @@ name: pegelonline
# Full path to where you want your plugin directory copied. If empty,
# the QGIS default path will be used. Don't include the plugin name in
# the path.
-plugin_path:/home/patrick/.local/share/QGIS/QGIS3/profiles/default/python/plugins
+plugin_path:/home/katrin/.local/share/QGIS/QGIS3/profiles/default/python/plugins
[files]
# Python files that should be deployed with the plugin