Skip to content
Merged
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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1 class="title">Step 1</h1>
<p class="help">
{{ directive.help }} See
<a target="_blank" rel="noopener"
href="https://tools.ietf.org/html/draft-foudil-securitytxt-12#section-3.5.{{directive.spec}}">
href="https://www.rfc-editor.org/rfc/rfc9116#section-2.5.{{directive.spec}}">
the full description of {{ directive.name }}
</a>
</p>
Expand Down Expand Up @@ -216,7 +216,7 @@ <h1 class="title">Step 1</h1>
<section class="section">
<div class="container">
<h1 class="title" id="step-two">Step 2</h1>
<p>You are ready to go! Publish your security.txt file. If you want to give security researchers confidence that your security.txt file is authentic, and not planted by an attacker, consider <a target="_blank" rel="noopener" href="https://tools.ietf.org/html/draft-foudil-securitytxt-12#section-3.3">digitally signing</a> the file with an OpenPGP cleartext signature.</p>
<p>You are ready to go! Publish your security.txt file. If you want to give security researchers confidence that your security.txt file is authentic, and not planted by an attacker, consider <a target="_blank" rel="noopener" href="https://www.rfc-editor.org/rfc/rfc9116#section-3.3">digitally signing</a> the file with an OpenPGP cleartext signature.</p>
<div class="field">
<div class="control">
<textarea id="text-to-copy" class="textarea" readonly></textarea>
Expand Down