Fix tokens page

This commit is contained in:
Citlali del Rey 2024-04-01 20:49:07 -07:00
parent 2179d976d1
commit afd9fc1c64
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
You can do this using Kubo's web interface, or by running the
command:
</p>
<pre>ipfs pin remote service add <%= $c->config->service_name %> <%= url_for('/api')->to_abs->scheme("https") %> &lt;SECRET KEY&gt;</pre>
<pre>ipfs pin remote service add <%= $c->config->{service_name} %> <%= url_for('/api')->to_abs->scheme("https") %> &lt;SECRET KEY&gt;</pre>
<p>
<a href="https://docs.ipfs.tech/how-to/work-with-pinning-services/">More info on pinning</a>
</p>