diff --git a/modules/node.module b/modules/node.module
index c62be185a68..a737189ee81 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -544,7 +544,7 @@ function node_link($type, $node = 0, $main = 0) {
if ($type == "admin" && user_access("administer nodes")) {
$help["overview"] = t("Below is a list of all of the nodes in your site. Other forms of content are listed elsewhere (e.g. ". l("comments", "admin/comment") .").
Clicking a title views that node, while clicking an author's name edits their user information.
Other node-related tasks are available from the menu on the left.");
- $help["post-overview"] = t("Click on new or updated posts to see your latest nodes, or approval queue to approve new messages.", array("%nup" => url("admin/nodes/0"), "%queue" => url("admin/nodes/1")));
+ $help["post-overview"] = t("Click on new or updated posts to see your latest nodes, or approval queue to approve new messages.", array("%nup" => url("admin/node/nodes/0"), "%queue" => url("admin/node/nodes/1")));
$help["new-update"] = t("Below is a list of the latest nodes in your site. Clicking a title views that node, while clicking an author's name edits their user information.");
$help["queue"] = t("Below is a list of the node in your site that await approval. To approve a node click on edit node and then change its moderation status to approved.
Clicking a title views that node, while clicking an author's name edits their user information.");
$help["search"] = t("Enter a simple pattern to search for a post. This can include the wildcard character *.
For example, a search for \"br*\" might return \"bread bakers\", \"our daily bread\" and \"brenda\".");
diff --git a/modules/node/node.module b/modules/node/node.module
index c62be185a68..a737189ee81 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -544,7 +544,7 @@ function node_link($type, $node = 0, $main = 0) {
if ($type == "admin" && user_access("administer nodes")) {
$help["overview"] = t("Below is a list of all of the nodes in your site. Other forms of content are listed elsewhere (e.g. ". l("comments", "admin/comment") .").
Clicking a title views that node, while clicking an author's name edits their user information.
Other node-related tasks are available from the menu on the left.");
- $help["post-overview"] = t("Click on new or updated posts to see your latest nodes, or approval queue to approve new messages.", array("%nup" => url("admin/nodes/0"), "%queue" => url("admin/nodes/1")));
+ $help["post-overview"] = t("Click on new or updated posts to see your latest nodes, or approval queue to approve new messages.", array("%nup" => url("admin/node/nodes/0"), "%queue" => url("admin/node/nodes/1")));
$help["new-update"] = t("Below is a list of the latest nodes in your site. Clicking a title views that node, while clicking an author's name edits their user information.");
$help["queue"] = t("Below is a list of the node in your site that await approval. To approve a node click on edit node and then change its moderation status to approved.
Clicking a title views that node, while clicking an author's name edits their user information.");
$help["search"] = t("Enter a simple pattern to search for a post. This can include the wildcard character *.
For example, a search for \"br*\" might return \"bread bakers\", \"our daily bread\" and \"brenda\".");