From 0e01af54fbd9ebd51c5b3071588f5e48956ca5d7 Mon Sep 17 00:00:00 2001
From: Seamus Lee <seamuslee001@gmail.com>
Date: Sat, 12 Aug 2017 16:53:26 +1000
Subject: [PATCH] Fix up URLs

---
 docs/api/options.md       | 2 +-
 redirects/wiki-crmdoc.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/api/options.md b/docs/api/options.md
index 4a25faff..1b6ad320 100644
--- a/docs/api/options.md
+++ b/docs/api/options.md
@@ -1,6 +1,6 @@
 # API Options
 
-There are many API Options accepted by the CiviCRM API. These options allow the developer to add in more paramaters to the resulting Query that is run against the databasae. E.g. Limit, Sort. You can explore these options using the the [API Explorer](/api/index.md#api-explorer) and the [API examples](/api/index.md#api-examples). However, some parameters are particularly dynamic or generic; these may not be explained well by the auto-generated documentation. The format for passing options as parameters using the REST interface is explained at [REST interface](https://wiki.civicrm.org/confluence/display/CRMDOC/REST+interface#RESTinterface-optionsparameters).
+There are many API Options accepted by the CiviCRM API. These options allow the developer to add in more paramaters to the resulting Query that is run against the databasae. E.g. Limit, Sort. You can explore these options using the the [API Explorer](/api#api-explorer) and the [API Examples](/api/examples) However, some parameters are particularly dynamic or generic; these may not be explained well by the auto-generated documentation. The format for passing options as parameters using the REST interface is explained at [REST interface](/api/interfaces#rest).
 
 
 ## sequential
diff --git a/redirects/wiki-crmdoc.txt b/redirects/wiki-crmdoc.txt
index a3cc7b25..3417b6e8 100644
--- a/redirects/wiki-crmdoc.txt
+++ b/redirects/wiki-crmdoc.txt
@@ -58,7 +58,7 @@ hook_civicrm_alterMailContent hooks/hook_civicrm_alterMailContent
 hook_civicrm_postMailing hooks/hook_civicrm_postMailing
 hook_civicrm_aclGroup hooks/hook_civicrm_aclGroup
 hook_civicrm_aclWhereClause hooks/hook_civicrm_aclWhereClause
-hook_civicrm_alterAPIPermissions hooks/hook_civicrm_alterAPIPermissions
+ook_civicrm_alterAPIPermissions hooks/hook_civicrm_alterAPIPermissions
 hook_civicrm_permission_check hooks/hook_civicrm_permission_check
 hook_civicrm_permission hooks/hook_civicrm_permission
 hook_civicrm_selectWhereClause hooks/hook_civicrm_selectWhereClause
-- 
GitLab