Skip to content
Snippets Groups Projects
Commit 13a590d5 authored by Sean Madsen's avatar Sean Madsen
Browse files

Fix redirects which point to non-existing pages

parent a9d31acf
No related branches found
No related tags found
No related merge requests found
Documentation+Infrastructure+Canary develop
Documentation+Infrastructure+Canary basics/community
The+developer+community basics/community
Create+an+Extension extensions/basics
Create+an+Extension extensions
Publish+an+Extension extensions/publish
Before+you+start basics/planning
Recommendations basics/planning
The+codebase core/architecture
Debugging+for+developers dev-tools/debugging
The+codebase framework/filesystem
Debugging+for+developers tools/debugging
Create+a+Module+Extension extensions/civix
hook_civicrm_copy hooks/hook_civicrm_copy
hook_civicrm_custom hooks/hook_civicrm_custom
......@@ -13,7 +13,7 @@ hook_civicrm_managed hooks/hook_civicrm_managed
hook_civicrm_merge hooks/hook_civicrm_merge
hook_civicrm_post hooks/hook_civicrm_post
hook_civicrm_pre hooks/hook_civicrm_pre
hook_civicrm_trigger_info hooks/hook_civicrm_trigger_info
hook_civicrm_trigger_info hooks/hook_civicrm_triggerInfo
hook_civicrm_referenceCounts hooks/hook_civicrm_referenceCounts
hook_civicrm_postSave_table_name hooks/hook_civicrm_postSave_table_name
hook_civicrm_disable hooks/hook_civicrm_disable
......@@ -101,8 +101,6 @@ hook_civicrm_pre_case_merge hooks/hook_civicrm_pre_case_merge
hook_civicrm_batchItems hooks/hook_civicrm_batchItems
hook_civicrm_batchQuery hooks/hook_civicrm_batchQuery
hook_civicrm_entityTypes hooks/hook_civicrm_entityTypes
hook_civirules_alter_trigger_data hooks/hook_civirules_alter_trigger_data
hook_civirules_logger hooks/hook_civirules_logger
hook_civicrm_buildProfile hooks/hook_civicrm_buildProfile
hook_civicrm_buildUFGroupsForModule hooks/hook_civicrm_buildUFGroupsForModule
hook_civicrm_processProfile hooks/hook_civicrm_processProfile
......@@ -142,13 +140,13 @@ API+Examples api/examples
REST+interface api/interfaces#rest-interface
AJAX+Interface api/interfaces#ajax-interface
Smarty+API+interface api/interfaces#smarty-api-interface
Cache+Reference framework/cache-reference
Cache+Reference framework/cache
Extension+Reference extensions/info-xml
Settings+Reference framework/setting
Region+Reference framework/region
HTML+Header+Region framework/region#header
Chaining api/chaining
Add-on+Formats extensions/customization-strategies
Add-on+Formats extensions/packaging
IDE+Settings+to+Meet+Coding+Standards tools/phpstorm
API+changes api/changes
Ajax+Pages+and+Forms framework/ajax
......@@ -167,22 +165,22 @@ Notifications+and+Confirmations framework/ui
Section+elements framework/ui
Database+layer standards/database
Using+Custom+Data+with+the+API api/custom-data
CiviReport+Reference reference/civireport
CiviReport+Reference framework/civireport
Manual+testing testing/manual
Dedupe+and+merge+testing testing/manual/#dedupe
Smart+group+testing testing/manual/#smart-group
Tarball+installation+testing testing/manual/#tarball
Contributing+to+CiviCRM+using+GitHub tools/git/#github
Git+Commit+Messages+for+CiviCRM tools/git/#committing
Transaction+Reference framework/database/transactions.md
Transaction+Reference framework/database/transactions
Backbone+Reference framework/backbone
Extensions+and+Permissions security/permissions#extensions
Customize+Built-in+Profile+Contribution+and+Event+Registration+Screens framework/templates/customizing
Page+Templates framework/templates
Extending+Smarty framework/templates/extending-smarty
What+is+a+Payment+Processor extensions/payment-processors
Create+a+Payment-Processor+Extension docs/extensions/payment-processors/create
Testing+Processor+Plugins docs/extensions/payment-processors/create/#testing
Create+a+Payment-Processor+Extension extensions/payment-processors/create
Testing+Processor+Plugins extensions/payment-processors/create/#testing
Example+of+creating+a+payment+processor+extension extensions/payment-processors/create
CiviMail+Reference framework/civimail
Token+Reference framework/civimail#tokens
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment