diff --git a/.gitignore b/.gitignore index 0e7fca670..8c322d795 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,7 @@ yarn-error.log* /products/iiq/api #Alogolia env file -/algolia/.env \ No newline at end of file +/algolia/.env + +#VS Code +.vscode \ No newline at end of file diff --git a/footer.js b/footer.js index 4abdba0d2..41399589c 100644 --- a/footer.js +++ b/footer.js @@ -6,15 +6,15 @@ module.exports = { items: [ { label: "Your First API Call", - to: "idn/docs/getting-started" + to: "idn/api/getting-started" }, { label: "Build A Transform", - to: "idn/docs/transforms" + to: "idn/docs/transforms/guides/your-first-transform" }, { label: "Build A SaaS Connector", - to: "idn/docs/saas-connectors" + to: "idn/docs/saas-connectivity" }, { label: "Get Certified", @@ -27,7 +27,7 @@ module.exports = { items: [ { label: "Build A Plugin", - to: "https://documentation.sailpoint.com/" + to: "https://documentation.sailpoint.com/identityiq/help/plugins/identityiq_plugins.html" }, { label: "Get Certified", diff --git a/src/components/homepage/HomepageGettingStarted/index.js b/src/components/homepage/HomepageGettingStarted/index.js index 15404998c..f98059150 100644 --- a/src/components/homepage/HomepageGettingStarted/index.js +++ b/src/components/homepage/HomepageGettingStarted/index.js @@ -14,7 +14,7 @@ export default function HomepageGettingStarted() {