From b70b263cf151db0281a6419029a760e05c1f8e43 Mon Sep 17 00:00:00 2001 From: Craig Ingram Date: Tue, 25 Apr 2023 21:06:20 -0400 Subject: [PATCH] Fixing references to ibm repo --- docs/docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ad4ae23f..245ca2f8 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -3,7 +3,7 @@ const isCI = !!process.env.CI; /** @type {import('@docusaurus/types').DocusaurusConfig} */ module.exports = { title: 'Operator for Redis Cluster', - url: isCI ? 'https://ibm.github.io' : 'http://localhost:3001', + url: isCI ? 'https://cin.github.io' : 'http://localhost:3001', baseUrl: '/operator-for-redis-cluster/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', @@ -29,7 +29,7 @@ module.exports = { }, items: [ { - href: 'https://ibm.github.io/operator-for-redis-cluster', + href: 'https://cin.github.io/operator-for-redis-cluster', label: 'GitHub', position: 'right', }, @@ -56,13 +56,13 @@ module.exports = { sidebarPath: './sidebars.js', // Please change this to your repo. editUrl: - 'https://ibm.github.io/operator-for-redis-cluster', + 'https://cin.github.io/operator-for-redis-cluster', }, blog: { showReadingTime: true, // Please change this to your repo. editUrl: - 'https://ibm.github.io/operator-for-redis-cluster', + 'https://cin.github.io/operator-for-redis-cluster', }, }, ],