mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-11 04:19:42 +00:00
Merge pull request #501 from sailpoint-oss/fix/brokenLink
Fix broken redirect link for saas-configuration
This commit is contained in:
@@ -23,6 +23,10 @@ module.exports = [
|
|||||||
to: '/ambassador',
|
to: '/ambassador',
|
||||||
from: ['/ambassador-program'],
|
from: ['/ambassador-program'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
from: ['/idn/docs/saas-configuration'],
|
||||||
|
to: '/docs/extensibility/configuration-management/saas-configuration',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
from: ['/idn/docs/event-triggers'],
|
from: ['/idn/docs/event-triggers'],
|
||||||
to: '/docs/extensibility/event-triggers',
|
to: '/docs/extensibility/event-triggers',
|
||||||
|
|||||||
Reference in New Issue
Block a user