From 618b8f76225b9a36ea62a7bd25d6a31dc898a139 Mon Sep 17 00:00:00 2001
From: Managor <42655600+Managor@users.noreply.github.com>
Date: Mon, 24 Nov 2025 03:10:57 +0200
Subject: [PATCH] valet, xh, jekyll, pulumi-login: enclose URLs in `< >`
(#19567)
---
pages/common/jekyll.md | 2 +-
pages/common/pulumi-login.md | 2 +-
pages/common/xh.md | 2 +-
pages/osx/valet.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/common/jekyll.md b/pages/common/jekyll.md
index 03aec0fc53..5f6cae4180 100644
--- a/pages/common/jekyll.md
+++ b/pages/common/jekyll.md
@@ -3,7 +3,7 @@
> A simple, blog-aware, static site generator.
> More information: .
-- Generate a development server that will run at http://localhost:4000/:
+- Generate a development server that will run at :
`jekyll serve`
diff --git a/pages/common/pulumi-login.md b/pages/common/pulumi-login.md
index f3c5e5b7cb..c75cd9d76c 100644
--- a/pages/common/pulumi-login.md
+++ b/pages/common/pulumi-login.md
@@ -3,7 +3,7 @@
> Log in to the Pulumi cloud.
> More information: .
-- Log in to the managed Pulumi Cloud backend, defaults to `https://api.pulumi.com`:
+- Log in to the managed Pulumi Cloud backend, defaults to :
`pulumi login`
diff --git a/pages/common/xh.md b/pages/common/xh.md
index 6811239487..e176d570b7 100644
--- a/pages/common/xh.md
+++ b/pages/common/xh.md
@@ -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. ):
`xh get {{https://postman-echo.com/response-headers}} {{foo1==bar1}} {{foo2==bar2}}`
diff --git a/pages/osx/valet.md b/pages/osx/valet.md
index 1ec8c124b2..76d61c2ef7 100644
--- a/pages/osx/valet.md
+++ b/pages/osx/valet.md
@@ -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 .
> More information: .
- Start the valet daemon: