summaryrefslogtreecommitdiff
path: root/Postman/Postman.php
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman.php')
-rw-r--r--Postman/Postman.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/Postman.php b/Postman/Postman.php
index 46a69f9..aabdff3 100644
--- a/Postman/Postman.php
+++ b/Postman/Postman.php
@@ -342,7 +342,7 @@ class Postman {
* http://striderweb.com/nerdaphernalia/2008/06/give-your-wordpress-plugin-credit/
*/
function print_signature() {
- printf( '<a href="https://wordpress.org/plugins/postman-smtp/">%s</a> %s<br/>', $this->pluginData ['name'], $this->pluginData ['version'] );
+ printf( '<a href="https://wordpress.org/plugins/post-smtp/">%s</a> %s<br/>', $this->pluginData ['name'], $this->pluginData ['version'] );
}
/**