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] [OUI Docs] Removed the link in the section ColorPalattes #319

Merged
merged 2 commits into from
Feb 28, 2023
Merged
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
9 changes: 3 additions & 6 deletions src-docs/src/views/color_palette/color_palette_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
*/

import React from 'react';
import { Link } from 'react-router-dom';

import { renderToHtml } from '../../services';

import { GuideSectionTypes } from '../../components';
Expand Down Expand Up @@ -106,10 +104,9 @@ export const ColorPaletteExample = {
demographic-based data sets.
</p>
<p>
OUI provides the following common palettes for quantitative data and{' '}
<Link to="/elastic-charts/creating-charts">charts</Link>. Just pass
in the number of steps needed and the function will interpolate
between the colors.
OUI provides the following common palettes for quantitative data and
charts. Just pass in the number of steps needed and the function
will interpolate between the colors.
</p>
<OuiCallOut
color="warning"
Expand Down