fixed urls on public web

This commit is contained in:
Rudis Muiznieks 2021-06-22 09:27:25 -05:00
parent 5f8e924c4d
commit 48f6b2b8be
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@
<h2>How does it work?</h2>
<h3>Dotplan API</h3>
<p>Fetch the plan for <code>example@dotplan.online</code> as plain text:</p>
<pre><code> curl https://dotplan.online/example@dotplan.online</pre>
<pre><code> curl https://dotplan.online/plan/example@dotplan.online</pre>
<p>Fetch the plan for <code>example@dotplan.online</code> as JSON:</p>
<pre><code> curl -H 'Accept: application/json' \
https://dotplan.online/example@dotplan.online</code></pre>
https://dotplan.online/plan/example@dotplan.online</code></pre>
<p>See the <a href='https://github.com/rudism/dotplan-online'>GitHub</a> for more details, such as how to verify signed plans.</p>
<h3>Dotplan Online</h3>
<p>Register the email address <code>test@example.com</code> with password <code>my-password-123</code> (an email with further instructions will be sent):</p>