Skip to content

Commit

Permalink
Update Elastic links to OpenSearch ones (#557) (#576) (#581)
Browse files Browse the repository at this point in the history
(cherry picked from commit fb72dc7)

Signed-off-by: Andrey Myssak <andreymyssak@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 9, 2023
1 parent a34a3bd commit 8680540
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src-docs/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/>
<meta property="og:title" content="OpenSearch UI">
<meta property="og:description" content="The OpenSearch UI framework (OUI) is a design library in use at OpenSearch Project to build internal products that need to share our aesthetics. It distributes UI React components and static assets for use in building web layouts.">
<meta property="og:url" content="hhttps://elastic.github.io/eui">
<meta property="og:url" content="https://oui.opensearch.org/">
<meta name="twitter:card" content="summary_large_image">
</head>
<body class="guideBody">
Expand Down
2 changes: 1 addition & 1 deletion src-docs/src/views/card/card_image.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default () => (
<OuiFlexItem>
<OuiCard
textAlign="left"
href="https://elastic.github.io/eui/"
href="https://oui.opensearch.org/"
image="https://source.unsplash.com/400x200/?City"
icon={<OuiIcon size="xxl" type="logoBeats" />}
title={'Title'}
Expand Down
2 changes: 1 addition & 1 deletion wiki/creating-components-manually.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions wiki/creating-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
4 changes: 2 additions & 2 deletions wiki/documentation-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/
2 changes: 1 addition & 1 deletion wiki/releasing-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8680540

Please sign in to comment.