Update links to documentation (#3198)

This commit is contained in:
Kaloyan Raev 2019-10-08 01:47:39 -06:00 committed by GitHub
parent 828b0af0d7
commit 1d2808eeb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
<Control Id="AllocatedBandwidthTB" Type="Text" X="84" Y="103" Width="20" Height="16" NoPrefix="yes" Text="TB" />
<Control Id="AllocatedBandwidthDesc" Type="Text" X="20" Y="150" Width="320" Height="48" NoPrefix="yes" Text="How much bandwidth you can allocate to the Storj network. Be sure to allow for other use cases you have for your internet connection, and do not allocate more than the total up and download bandwidth your ISP can physically supply. The minimum bandwidth requirement is 2 TB." />
<Control Id="AllocatedBandwidthHowto" Type="Hyperlink" X="20" Y="200" Width="320" Height="16">
<Text><![CDATA[<a href="https://support.storj.io/hc/en-us/articles/360026893111-How-do-I-calculate-my-Total-monthly-bandwidth-from-my-Mbit-s-up-and-download-speed-">Learn how to calculate the maximum monthly bandwidth you can enter here.</a>]]></Text>
<Text><![CDATA[<a href="https://support.storj.io/hc/en-us/articles/360026893111">Learn how to calculate the maximum monthly bandwidth you can enter here.</a>]]></Text>
</Control>
</Dialog>
</UI>

View File

@ -20,7 +20,7 @@
<Control Id="IdentityChangeFolder" Type="PushButton" X="20" Y="120" Width="56" Height="17" Text="Browse..." />
<Control Id="IdentityFolderDesc" Type="Text" X="20" Y="150" Width="320" Height="30" NoPrefix="yes" Text="Select the location of your identity files. You can copy the absolute path from the output of the identity command you ran earlier." />
<Control Id="IdentityHowto" Type="Hyperlink" X="20" Y="180" Width="320" Height="16">
<Text><![CDATA[<a href="https://documentation.storj.io/setup/identity">Learn how to generate an identity for your storage node.</a>]]></Text>
<Text><![CDATA[<a href="https://documentation.storj.io/dependencies/identity">Learn how to generate an identity for your storage node.</a>]]></Text>
</Control>
</Dialog>
</UI>

View File

@ -19,7 +19,7 @@
<Control Id="PublicAddress" Type="Edit" Property="STORJ_PUBLIC_ADDRESS" X="20" Y="100" Width="320" Height="18" />
<Control Id="PublicAddressDesc" Type="Text" X="20" Y="150" Width="320" Height="32" NoPrefix="yes" Text="The storage node will listen for requests on port 28967. You must configure your router to make this port available for public access. When ready, enter the external IP address or the DDNS you configured and the port your opened on your router." />
<Control Id="PublicAddressHowto" Type="Hyperlink" X="20" Y="190" Width="320" Height="16">
<Text><![CDATA[<a href="https://documentation.storj.io/setup/port-forwarding">Learn how to setup Port Forwarding.</a>]]></Text>
<Text><![CDATA[<a href="https://documentation.storj.io/dependencies/port-forwarding">Learn how to setup Port Forwarding.</a>]]></Text>
</Control>
</Dialog>
</UI>

View File

@ -19,7 +19,7 @@
<Control Id="Wallet" Type="Edit" Property="STORJ_WALLET" X="20" Y="100" Width="320" Height="18" />
<Control Id="WalletDesc" Type="Text" X="20" Y="150" Width="320" Height="16" NoPrefix="yes" Text="This wallet address will receive the STORJ token payouts for running the storage node." />
<Control Id="WalletHowto" Type="Hyperlink" X="20" Y="170" Width="320" Height="16">
<Text><![CDATA[<a href="https://support.storj.io/hc/en-us/articles/360026611692-How-do-I-hold-STORJ-What-is-a-valid-address-or-compatible-wallet-">Learn how to obtain a valid payout address.</a>]]></Text>
<Text><![CDATA[<a href="https://support.storj.io/hc/en-us/articles/360026611692">Learn how to obtain a valid payout address.</a>]]></Text>
</Control>
</Dialog>
</UI>