diff options
Diffstat (limited to 'node/helpnode.cpp')
| -rw-r--r-- | node/helpnode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/helpnode.cpp b/node/helpnode.cpp index 6f3916a..76ddf50 100644 --- a/node/helpnode.cpp +++ b/node/helpnode.cpp @@ -20,7 +20,7 @@ #include "helpnode.h" HelpNode::HelpNode() - : m_path("https://github.com/obiwankennedy/DiceParser/blob/master/HelpMe.md") + : m_path("https://github.com/Rolisteam/DiceParser/blob/master/HelpMe.md") { m_result = new StringResult(); } |