Skip to content

Commit

Permalink
Use relative URLs in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed May 27, 2022
1 parent cbe79b0 commit d93ff2b
Showing 1 changed file with 2 additions and 4 deletions.
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

0 comments on commit d93ff2b

Please sign in to comment.