Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Fix code example on /enable-https #10168

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/content/en/secure/enable-https/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Or, use protocol-relative intrasite URLs.
<link rel="stylesheet" href="/assets/style.css"/>
<img src="/images/logo.png"/>;
<p>A <a href="/2014/12/24/">new post on cats!</a></p>
&lt;p>Check out this <a href="<b>https://foo.com/</b>">other cool site.</a></p>
<p>Check out this <a href="https://foo.com/"><b>other cool site.</b></a></p>
```

{% CompareCaption %}
Expand Down