diff --git a/src-docs/src/index.html b/src-docs/src/index.html
index 183aa8f888..36d95765de 100644
--- a/src-docs/src/index.html
+++ b/src-docs/src/index.html
@@ -22,7 +22,7 @@
/>
-
+
diff --git a/src-docs/src/views/card/card_image.js b/src-docs/src/views/card/card_image.js
index 5d9a9611f9..1306a9e960 100644
--- a/src-docs/src/views/card/card_image.js
+++ b/src-docs/src/views/card/card_image.js
@@ -57,7 +57,7 @@ export default () => (
}
title={'Title'}
diff --git a/wiki/creating-components-manually.md b/wiki/creating-components-manually.md
index ddfe271a54..188bb29d24 100644
--- a/wiki/creating-components-manually.md
+++ b/wiki/creating-components-manually.md
@@ -27,5 +27,5 @@ This makes your React component available for import into your project.
### 👉 Refer to the [Documentation Guidelines](documentation-guidelines.md) for more instruction on writing docs.
-[docs]: https://elastic.github.io/eui/
+[docs]: https://oui.opensearch.org/
[docs-logical-group]: component-development.md#logically-grouped-components
diff --git a/wiki/creating-icons.md b/wiki/creating-icons.md
index 9a920ca6b1..f36836ee13 100644
--- a/wiki/creating-icons.md
+++ b/wiki/creating-icons.md
@@ -88,7 +88,7 @@ _\* The Icons page actually contains several sections. In most cases, you will b
_\** Run `yarn && yarn start` to view the OUI docs site locally._
-[icons]: https://elastic.github.io/eui/#/display/icons
-[docs]: https://elastic.github.io/eui/
+[icons]: https://oui.opensearch.org/#/display/icons
+[docs]: https://oui.opensearch.org/
[sketch-SVGO-plugin]: [https://www.sketch.com/extensions/plugins/svgo-compressor/]
[sketch-symbol-organizer-plugin]: [/~https://github.com/sonburn/symbol-organizer]
diff --git a/wiki/documentation-guidelines.md b/wiki/documentation-guidelines.md
index 0e47655b0a..673fc5374c 100644
--- a/wiki/documentation-guidelines.md
+++ b/wiki/documentation-guidelines.md
@@ -130,7 +130,7 @@ There are a couple themes to keep in mind when adding snippets:
## Adding playground toggles
-Most documentation pages include a [playground section](https://elastic.github.io/eui/#/layout/accordion/playground) where consumers can interact with the component's props to see in real time how different configurations affect visual and functional output. Generally, the playground system will automatically generate the correct toggle type; for instance, a text input for props that accept string values, and a switch input for props that accept boolean values.
+Most documentation pages include a [playground section](https://oui.opensearch.org/#/layout/accordion) where consumers can interact with the component's props to see in real time how different configurations affect visual and functional output. Generally, the playground system will automatically generate the correct toggle type; for instance, a text input for props that accept string values, and a switch input for props that accept boolean values.
### Toggles for required props
@@ -220,4 +220,4 @@ Any updates to the `src/` folder require an entry in the [CHANGELOG.md](../CHANG
* Avoid documenting internal implementation changes that don't affect the public interface
* Write your entry in the **past tense**, starting with a verb (e.g. Added... , Fixed...)
-[docs]: https://elastic.github.io/eui/
+[docs]: https://oui.opensearch.org/
diff --git a/wiki/releasing-versions.md b/wiki/releasing-versions.md
index f38fa63d16..2a784e402d 100644
--- a/wiki/releasing-versions.md
+++ b/wiki/releasing-versions.md
@@ -22,7 +22,7 @@ That's it. The latest changes were published to GitHub, a new `git` tag now exis
For information on releasing the eslint plugin checkout the readme in [packages/eslint-plugin/README.md](../packages/eslint-plugin/README.md)
-[docs]: https://elastic.github.io/eui/
+[docs]: https://oui.opensearch.org/
# Backport process