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

Use https in wp post generate example #355

Merged
merged 1 commit into from
Jul 28, 2022
Merged

Use https in wp post generate example #355

merged 1 commit into from
Jul 28, 2022

Conversation

tyrann0us
Copy link
Contributor

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Chore

What is the current behavior? (You can also link to an open issue here)
The link to https://loripsum.net/ uses the http protocol.

What is the new behavior (if this is a feature change)?
The link to https://loripsum.net/ uses the https protocol.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No.

Other information:
None. I'm not sure about the release process, but I think both other occurrences of that link (see https://cs.github.com/?scopeName=All+repos&scope=&q=org%3AWP-CLI+loripsum.net%2Fapi%2F5) should be updated automatically with the next release.

@tyrann0us tyrann0us requested a review from a team as a code owner June 8, 2022 03:57
Copy link
Member

@Sidsector9 Sidsector9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment