Skip to content
Prev Previous commit
Use relative URLs in README.md
  • Loading branch information
noisysocks committed May 27, 2022
commit d93ff2bfdfd80a86daa03416090282bc1613d18f
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
a post will be published. It wraps the `<DateTimePicker />` component found in
`@wordpress/components` and adds additional post-specific controls.

See [the documentation for
DateTimePicker](https://github.com/WordPress/gutenberg/tree/trunk/packages/components/src/date-time)
See [the documentation for DateTimePicker](/packages/components/src/date-time)
for more information.

## Usage
Expand Down Expand Up @@ -43,8 +42,7 @@ const MyDateTimePicker = () => {
## Props

`PublishDateTimePicker` supports all of the props that
[`DateTimePicker`](https://github.com/WordPress/gutenberg/tree/trunk/packages/components/src/date-time#Props)
supports, plus:
[`DateTimePicker`](/packages/components/src/date-time#Props) supports, plus:

### onClose

Expand Down