Skip to content

Commit

Permalink
refactor: use ipfs implementations docs link instead of opinionated i…
Browse files Browse the repository at this point in the history
…mpls
  • Loading branch information
hacdias committed May 25, 2023
1 parent 3a80233 commit ece7d2a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
19 changes: 9 additions & 10 deletions gateway/assets/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,15 @@
</tr>
<tr>
<td>
<p>How you can proceed:
<ul>
<li>Check the <a href="https://discuss.ipfs.tech/c/help/13" rel="noopener noreferrer">Discussion Forums</a> for similar errors</li>
<li>Try diagnosing your request with the <a href="https://docs.ipfs.tech/reference/diagnostic-tools/" rel="noopener noreferrer">diagnostic tools</a></li>
<li>Self-host and run a client that verifies your data, such as <a href="https://docs.ipfs.io/install/command-line/" rel="noopener noreferrer">Kubo</a>, <a href="https://github.com/ipfs/ipfs-desktop" rel="noopener noreferrer">IPFS Desktop</a>, or <a href="https://brave.com/ipfs-support/" rel="nofollow">Brave Browser</a></li>
{{ if or (eq .StatusCode 400) (eq .StatusCode 404) }}
<li>Inspect the <a href="https://cid.ipfs.tech/" rel="noopener noreferrer">CID</a> or <a href="https://explore.ipld.io/" rel="noopener noreferrer">DAG</a></li>
{{ end }}
</ul>
</p>
<p>How you can proceed:</p>
<ul>
<li>Check the <a href="https://discuss.ipfs.tech/c/help/13" rel="noopener noreferrer">Discussion Forums</a> for similar errors.</li>
<li>Try diagnosing your request with the <a href="https://docs.ipfs.tech/reference/diagnostic-tools/" rel="noopener noreferrer">diagnostic tools</a>.</li>
<li>Self-host and run an <a href="https://docs.ipfs.tech/concepts/ipfs-implementations/" rel="noopener noreferrer">IPFS client</a> that verifies your data.</li>
{{ if or (eq .StatusCode 400) (eq .StatusCode 404) }}
<li>Inspect the <a href="https://cid.ipfs.tech/" rel="noopener noreferrer">CID</a> or <a href="https://explore.ipld.io/" rel="noopener noreferrer">DAG</a>.</li>
{{ end }}
</ul>
</td>
</tr>
</table>
Expand Down
19 changes: 9 additions & 10 deletions gateway/assets/src/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,15 @@
</tr>
<tr>
<td>
<p>How you can proceed:
<ul>
<li>Check the <a href="https://discuss.ipfs.tech/c/help/13" rel="noopener noreferrer">Discussion Forums</a> for similar errors</li>
<li>Try diagnosing your request with the <a href="https://docs.ipfs.tech/reference/diagnostic-tools/" rel="noopener noreferrer">diagnostic tools</a></li>
<li>Self-host and run a client that verifies your data, such as <a href="https://docs.ipfs.io/install/command-line/" rel="noopener noreferrer">Kubo</a>, <a href="https://github.com/ipfs/ipfs-desktop" rel="noopener noreferrer">IPFS Desktop</a>, or <a href="https://brave.com/ipfs-support/" rel="nofollow">Brave Browser</a></li>
{{ if or (eq .StatusCode 400) (eq .StatusCode 404) }}
<li>Inspect the <a href="https://cid.ipfs.tech/" rel="noopener noreferrer">CID</a> or <a href="https://explore.ipld.io/" rel="noopener noreferrer">DAG</a></li>
{{ end }}
</ul>
</p>
<p>How you can proceed:</p>
<ul>
<li>Check the <a href="https://discuss.ipfs.tech/c/help/13" rel="noopener noreferrer">Discussion Forums</a> for similar errors.</li>
<li>Try diagnosing your request with the <a href="https://docs.ipfs.tech/reference/diagnostic-tools/" rel="noopener noreferrer">diagnostic tools</a>.</li>
<li>Self-host and run an <a href="https://docs.ipfs.tech/concepts/ipfs-implementations/" rel="noopener noreferrer">IPFS client</a> that verifies your data.</li>
{{ if or (eq .StatusCode 400) (eq .StatusCode 404) }}
<li>Inspect the <a href="https://cid.ipfs.tech/" rel="noopener noreferrer">CID</a> or <a href="https://explore.ipld.io/" rel="noopener noreferrer">DAG</a>.</li>
{{ end }}
</ul>
</td>
</tr>
</table>
Expand Down

0 comments on commit ece7d2a

Please sign in to comment.