Fixed help text to reflect new default action of IPFS
This commit is contained in:
parent
58b70533a8
commit
2351db1e1f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def root():
|
||||||
host = request.get_header('host')
|
host = request.get_header('host')
|
||||||
helptext = f"""
|
helptext = f"""
|
||||||
<p>General format is {host}/<domain>/<action>
|
<p>General format is {host}/<domain>/<action>
|
||||||
<p>If <action> is blank, it will attempt to use the redirect
|
<p>If <action> is blank, it will attempt to use the IPFS hash
|
||||||
<p>You may also/optionally specify an action which can be any of the following
|
<p>You may also/optionally specify an action which can be any of the following
|
||||||
<table margin-left="100px">
|
<table margin-left="100px">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue