Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 1.0] [CCI] Update Elastic links to OpenSearch ones (#557) #581

Merged
merged 2 commits into from
Mar 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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