diff options
| author | 2016-01-26 12:53:49 +0100 | |
|---|---|---|
| committer | 2016-01-26 12:53:49 +0100 | |
| commit | e4b5631e890df99eaf0728f9f1550c24cb1739f7 (patch) | |
| tree | 7c0daef0f48b1f3ad14908fe035b63095d2c9e30 /node/helpnode.cpp | |
| parent | 24e2e454f619b04657b09fd0efb040795cb458bc (diff) | |
| download | OneRoll-e4b5631e890df99eaf0728f9f1550c24cb1739f7.tar.gz OneRoll-e4b5631e890df99eaf0728f9f1550c24cb1739f7.zip | |
Fix small errors of readability.
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(); } |