storj/storj: more domain changes

Change-Id: I643c38bdae6dc26c9346147d80a83ae9dde2eeae
This commit is contained in:
JT Olio 2021-04-15 07:57:34 -06:00 committed by JT Olio
parent d7488924cc
commit 35d8a840d3
18 changed files with 21 additions and 21 deletions

View File

@ -4,8 +4,8 @@ Design docs are now known as blueprints. We do not intend to keep blueprints up
the implementation has been completed. The final step of a blueprint is to update documentation
elsewhere, such as:
* https://github.com/storj/docs
* https://documentation.storj.io
* https://documentation.tardigrade.io
* https://docs.storj.io/node
* https://docs.storj.io
* https://pkg.go.dev/storj.io/uplink
* Other godoc documentation, etc.

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/dependencies/identity">Learn how to generate an identity for your storage node.</a>]]></Text>
<Text><![CDATA[<a href="https://docs.storj.io/node/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 you 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/dependencies/port-forwarding">Learn how to setup Port Forwarding.</a>]]></Text>
<Text><![CDATA[<a href="https://docs.storj.io/node/dependencies/port-forwarding">Learn how to setup Port Forwarding.</a>]]></Text>
</Control>
</Dialog>
</UI>

View File

@ -42,7 +42,7 @@
<Condition Action="hide">Installed AND PATCH</Condition>
</Control>
<Control Id="LearnMoreLink" Type="Hyperlink" X="135" Y="181" Width="320" Height="16">
<Text><![CDATA[<a href="https://documentation.storj.io/setup/gui-windows">Learn more</a>]]></Text>
<Text><![CDATA[<a href="https://docs.storj.io/node/setup/gui-windows">Learn more</a>]]></Text>
<Condition Action="show">NOT Installed OR NOT PATCH</Condition>
<Condition Action="hide">Installed AND PATCH</Condition>
</Control>

View File

@ -77,7 +77,7 @@ type Config struct {
TermsAndConditionsURL string `help:"url link to terms and conditions page" default:"https://storj.io/storage-sla/"`
AccountActivationRedirectURL string `help:"url link for account activation redirect" default:""`
VerificationPageURL string `help:"url link to sign up verification page" devDefault:"" releaseDefault:"https://tardigrade.io/verify"`
PartneredSatelliteNames string `help:"names of partnered satellites" default:"US-Central-1,Europe-West-1,Asia-East-1"`
PartneredSatelliteNames string `help:"names of partnered satellites" default:"US1,EU1,AP1"`
GeneralRequestURL string `help:"url link to general request page" default:"https://supportdcs.storj.io/hc/en-us/requests/new?ticket_form_id=360000379291"`
ProjectLimitsIncreaseRequestURL string `help:"url link to project limit increase request page" default:"https://supportdcs.storj.io/hc/en-us/requests/new?ticket_form_id=360000683212"`
GatewayCredentialsRequestURL string `help:"url link for gateway credentials requests" default:"https://auth.us1.storjshare.io"`

View File

@ -900,7 +900,7 @@ func (service *Service) CreateInvoices(ctx context.Context, period time.Time) (e
func (service *Service) createInvoice(ctx context.Context, cusID string, period time.Time) (err error) {
defer mon.Task()(&ctx)(&err)
description := fmt.Sprintf("Tardigrade Cloud Storage for %s %d", period.Month(), period.Year())
description := fmt.Sprintf("Storj DCS Cloud Storage for %s %d", period.Month(), period.Year())
_, err = service.stripeClient.Invoices().New(
&stripe.InvoiceParams{

View File

@ -131,7 +131,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0
# console.open-registration-enabled: false
# names of partnered satellites
# console.partnered-satellite-names: US-Central-1,Europe-West-1,Asia-East-1
# console.partnered-satellite-names: US1,EU1,AP1
# indicates if the overview onboarding step should render with pathways
# console.pathway-overview-enabled: true

View File

@ -38,7 +38,7 @@
height="48px"
:on-press="onDoneClick"
/>
<a class="cli-container__docs-link" href="https://documentation.storj.io/" target="_blank" rel="noopener noreferrer">
<a class="cli-container__docs-link" href="https://docs.storj.io/node/" target="_blank" rel="noopener noreferrer">
Visit the Docs
</a>
</div>

View File

@ -33,7 +33,7 @@
</div>
<ValidationMessage
class="add-coupon__valid-message"
successMessage="Get 50GB free and start using Tardigrade today."
successMessage="Get 50GB free and start using Storj DCS today."
errorMessage="Invalid code. Please Try again"
:isValid="isCodeValid"
:showMessage="showValidationMessage"

View File

@ -32,7 +32,7 @@ export default class ResourcesDropdown extends Vue {
}
public onDocsIconClick(): void {
this.analytics.linkEventTriggered(AnalyticsEvent.EXTERNAL_LINK_CLICKED, 'https://documentation.storj.io');
this.analytics.linkEventTriggered(AnalyticsEvent.EXTERNAL_LINK_CLICKED, 'https://docs.storj.io/node');
}
public onCommunityIconClick(): void {

View File

@ -4,7 +4,7 @@
<div class="resources-dropdown">
<a
class="resources-dropdown__item-container"
href="https://documentation.storj.io"
href="https://docs.storj.io/node"
target="_blank"
rel="noopener noreferrer"
@click="onDocsIconClick"

View File

@ -5,7 +5,7 @@
<div class="tour-area">
<div class="tour-area__info-bar" v-show="isInfoBarVisible && isPaywallEnabled">
<div class="tour-area__info-bar__message">
<b class="tour-area__info-bar__message__bold">Try Tardigrade with 50 GB Free after adding a payment method.</b>
<b class="tour-area__info-bar__message__bold">Try Storj DCS with 50 GB Free after adding a payment method.</b>
<p class="tour-area__info-bar__message__regular"> Cancel before your credit runs out and youll never be billed.</p>
</div>
<CloseImage class="tour-area__info-bar__close-img" @click="disableInfoBar"/>

View File

@ -11,7 +11,7 @@
<div class="verifying-step__buttons-area">
<a
class="verifying-step__buttons-area__how-to-button"
href="https://documentation.storj.io"
href="https://docs.storj.io/node"
target="_blank"
rel="noopener noreferrer"
>

View File

@ -7,7 +7,7 @@
<h2 class="no-buckets-area__message">Create your first bucket to get started.</h2>
<a
class="no-buckets-area__first-button"
href="https://documentation.tardigrade.io/api-reference/uplink-cli"
href="https://docs.storj.io/api-reference/uplink-cli"
target="_blank"
rel="noopener noreferrer"
>
@ -15,7 +15,7 @@
</a>
<a
class="no-buckets-area__second-button"
href="https://documentation.tardigrade.io/"
href="https://docs.storj.io/"
target="_blank"
rel="noopener noreferrer"
>

View File

@ -3,7 +3,7 @@
exports[`OnboardingTourArea.vue renders correctly 1`] = `
<div class="tour-area">
<div class="tour-area__info-bar">
<div class="tour-area__info-bar__message"><b class="tour-area__info-bar__message__bold">Try Tardigrade with 50 GB Free after adding a payment method.</b>
<div class="tour-area__info-bar__message"><b class="tour-area__info-bar__message__bold">Try Storj DCS with 50 GB Free after adding a payment method.</b>
<p class="tour-area__info-bar__message__regular"> Cancel before your credit runs out and youll never be billed.</p>
</div>
<closeimage-stub class="tour-area__info-bar__close-img"></closeimage-stub>

View File

@ -7,7 +7,7 @@ exports[`VerifyingStep.vue renders correctly 1`] = `
Verification may take up to a few hours. In the meantime, see how easy it is to get started visiting
documentation page, or check coin payment status.
</span>
<div class="verifying-step__buttons-area"><a href="https://documentation.storj.io" target="_blank" rel="noopener noreferrer" class="verifying-step__buttons-area__how-to-button">
<div class="verifying-step__buttons-area"><a href="https://docs.storj.io/node" target="_blank" rel="noopener noreferrer" class="verifying-step__buttons-area__how-to-button">
Documentation
</a> <a href="test" target="_blank" rel="noopener noreferrer" class="verifying-step__buttons-area__community-button">
Coin Payment Status

View File

@ -2,9 +2,9 @@
exports[`NoBucketsArea.vue renders correctly 1`] = `
<div class="no-buckets-area"><img src="@/../static/images/buckets/bucket.png" alt="bucket image" class="no-buckets-area__image">
<h2 class="no-buckets-area__message">Create your first bucket to get started.</h2> <a href="https://documentation.tardigrade.io/api-reference/uplink-cli" target="_blank" rel="noopener noreferrer" class="no-buckets-area__first-button">
<h2 class="no-buckets-area__message">Create your first bucket to get started.</h2> <a href="https://docs.storj.io/api-reference/uplink-cli" target="_blank" rel="noopener noreferrer" class="no-buckets-area__first-button">
Get Started
</a> <a href="https://documentation.tardigrade.io/" target="_blank" rel="noopener noreferrer" class="no-buckets-area__second-button">
</a> <a href="https://docs.storj.io/" target="_blank" rel="noopener noreferrer" class="no-buckets-area__second-button">
Visit the Docs
</a>
</div>

View File

@ -26,7 +26,7 @@
Learn more about held back
<a
class="additional-text__link"
href="https://documentation.storj.io/resources/faq/held-back-amount"
href="https://docs.storj.io/node/resources/faq/held-back-amount"
target="_blank"
rel="noopener noreferrer"
>