Skip to content

Commit

Permalink
docs: UserGuide fix angle-braket in metalink
Browse files Browse the repository at this point in the history
This patch fixes a less-than symbol that mistakenly wasn't escaped.
  • Loading branch information
paulmillar authored and lemora committed Oct 11, 2023
1 parent 0292485 commit 0ffd722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UserGuide/src/main/markdown/webdav.md
Expand Up @@ -747,7 +747,7 @@ response header has the relationship (`rel`) attribute value of

```console-user
curl -s -I https://prometheus.desy.de/Users/paul/ | grep ^Link
|Link: <https://prometheus.desy.de/Users/paul/?type=metalink>; rel=describedby; type="application/metalink4+xml"
|Link: &lt;https://prometheus.desy.de/Users/paul/?type=metalink>; rel=describedby; type="application/metalink4+xml"
```

In the above example, curl issues an HTTP HEAD request that targets a
Expand Down

0 comments on commit 0ffd722

Please sign in to comment.