valet, xh, jekyll, pulumi-login: enclose URLs in < > (#19567)

This commit is contained in:
Managor
2025-11-24 03:10:57 +02:00
committed by GitHub
parent ef9af3c3fa
commit 618b8f7622
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
> A simple, blog-aware, static site generator.
> More information: <https://jekyllrb.com/docs/usage/>.
- Generate a development server that will run at http://localhost:4000/:
- Generate a development server that will run at <http://localhost:4000/>:
`jekyll serve`
+1 -1
View File
@@ -3,7 +3,7 @@
> Log in to the Pulumi cloud.
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_login/>.
- Log in to the managed Pulumi Cloud backend, defaults to `https://api.pulumi.com`:
- Log in to the managed Pulumi Cloud backend, defaults to <https://api.pulumi.com>:
`pulumi login`
+1 -1
View File
@@ -13,7 +13,7 @@
`xh post {{https://postman-echo.com/post}} {{name=john}} {{age=25}}`
- Send a GET request with query parameters (e.g. `https://postman-echo.com/response-headers?foo1=bar1&foo2=bar2`):
- Send a GET request with query parameters (e.g. <https://postman-echo.com/response-headers?foo1=bar1&foo2=bar2>):
`xh get {{https://postman-echo.com/response-headers}} {{foo1==bar1}} {{foo2==bar2}}`
+1 -1
View File
@@ -1,6 +1,6 @@
# valet
> A Laravel development environment that allows hosting sites via local tunnels on `http://example.test`.
> A Laravel development environment that allows hosting sites via local tunnels on <http://example.test>.
> More information: <https://laravel.com/docs/valet>.
- Start the valet daemon: