Skip to content

Commit

Permalink
[docs] Fix css anchor link (#14554)
Browse files Browse the repository at this point in the history
  • Loading branch information
umairfarooq44 authored and oliviertassinari committed Feb 16, 2019
1 parent 742e5e4 commit 617c095
Show file tree
Hide file tree
Showing 203 changed files with 203 additions and 203 deletions.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ class Slider extends React.Component {
Slider.propTypes = {
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/SpeedDial/SpeedDial.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ SpeedDial.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ SpeedDialAction.propTypes = {
ButtonProps: PropTypes.object,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function SpeedDialIcon(props) {
SpeedDialIcon.propTypes = {
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/ToggleButton/ToggleButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ToggleButton.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ToggleButtonGroup.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/AppBar/AppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ AppBar.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Avatar/Avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Avatar.propTypes = {
childrenClassName: PropTypes.string,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Backdrop/Backdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Backdrop = React.forwardRef(function Backdrop(props, ref) {
Backdrop.propTypes = {
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Badge/Badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Badge.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ BottomNavigation.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ BottomNavigationAction.propTypes = {
children: unsupportedProp,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Breadcrumbs/Breadcrumbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Breadcrumbs.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Button.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/ButtonBase/ButtonBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ ButtonBase.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/ButtonBase/Ripple.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Ripple extends React.Component {
Ripple.propTypes = {
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/ButtonBase/TouchRipple.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ TouchRipple.propTypes = {
center: PropTypes.bool,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Card/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Card(props) {
Card.propTypes = {
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/CardActionArea/CardActionArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ CardActionArea.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/CardActions/CardActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CardActions.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/CardContent/CardContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function CardContent(props) {
CardContent.propTypes = {
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/CardHeader/CardHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ CardHeader.propTypes = {
avatar: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/CardMedia/CardMedia.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function CardMedia(props) {
CardMedia.propTypes = {
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Checkbox/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Checkbox.propTypes = {
checkedIcon: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Chip/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ Chip.propTypes = {
children: unsupportedProp,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function CircularProgress(props) {
CircularProgress.propTypes = {
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Collapse/Collapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Collapse.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Dialog/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Dialog.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/DialogActions/DialogActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ DialogActions.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/DialogContent/DialogContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ DialogContent.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DialogContentText.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
};
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/DialogTitle/DialogTitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ DialogTitle.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Divider/Divider.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Divider.propTypes = {
absolute: PropTypes.bool,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Drawer/Drawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Drawer.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/ExpansionPanel/ExpansionPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ ExpansionPanel.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ExpansionPanelActions.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ExpansionPanelDetails.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ ExpansionPanelSummary.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Fab/Fab.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Fab.propTypes = {
children: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/FilledInput/FilledInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ FilledInput.propTypes = {
autoFocus: PropTypes.bool,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/FormControl/FormControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ FormControl.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ FormControlLabel.propTypes = {
checked: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/FormGroup/FormGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ FormGroup.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/FormHelperText/FormHelperText.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ FormHelperText.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css-api) below for more details.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
/**
Expand Down
Loading

0 comments on commit 617c095

Please sign in to comment.