diff options
-rw-r--r-- | docs/running/admin_manual.md | 6 | ||||
-rw-r--r-- | docs/running/requests.md | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/docs/running/admin_manual.md b/docs/running/admin_manual.md index 87772cf3d..7c112400c 100644 --- a/docs/running/admin_manual.md +++ b/docs/running/admin_manual.md @@ -735,7 +735,11 @@ as if the user had made individual requests. ### Resending a request or sending it to a different authority -If you have corrected the email address for an authority, you may want to resend an existing request to that authority to the new email address. Alternatively, a user may send a request to the wrong authority. In that situation, you may want to change the authority on the request and then resend it to the correct authority. For instructions, see +If you have corrected the email address for an authority, you can resend +an existing request to that authority to the new email address. Alternatively, +a user may send a request to the wrong authority. In that situation, you can +change the authority on the request and then resend it to the correct authority. +For instructions, see [resending a request or sending it to a different authority]({{ site.baseurl }}docs/running/requests/#resending-a-request-or-sending-it-to-a-different-authority). diff --git a/docs/running/requests.md b/docs/running/requests.md index ad79815e7..d5af39443 100644 --- a/docs/running/requests.md +++ b/docs/running/requests.md @@ -26,7 +26,7 @@ or the way Alaveteli is handling it. <ul class="toc"> <li><a href="#what-state-is-the-request-in">What state is the request in?</a></li> <li><a href="#changing-things-about-a-request">Changing things about a request</a></li> -<li><a href="#resending-a-request-or-sending-it-to-a-different-authority">Sending a request to a different authority</a></li> +<li><a href="#resending-a-request-or-sending-it-to-a-different-authority">Resending a request or sending a request to a different authority</a></li> <li><a href="#hiding-a-request">Hiding a request</a></li> <li><a href="#deleting-a-request">Deleting a request</a></li> </ul> @@ -219,6 +219,11 @@ Click the **Edit metadata** button. ## Resending a request or sending it to a different authority +If you have corrected the email address for an authority, you can resend +an existing request to that authority to the new email address. Alternatively, +a user may send a request to the wrong authority. In that situation, you can +change the authority on the request and then resend it to the correct authority. + To resend a request, go to the <a href="{{ site.baseurl }}docs/glossary/#admin" class="glossary__link">admin interface</a>, click on **Requests**, then |