web/satellite: Update dashboard links to docs.storj.io

The anchor tag for these links is changing, so we need to update the UI
for them to work. Also remove trailing slashes from docs.storj.io links.

Change-Id: Ic4682dae76c44cf803b16ebfe7352405520c4307
This commit is contained in:
Moby von Briesen 2022-08-29 17:38:31 -04:00
parent 7933e0c4c7
commit 119e61fcb0
4 changed files with 14 additions and 14 deletions

View File

@ -36,10 +36,10 @@
<div class="access-grants__flows-area__summary">Gives access through native clients such as uplink, libuplink, associate libraries, and bindings. </div> <div class="access-grants__flows-area__summary">Gives access through native clients such as uplink, libuplink, associate libraries, and bindings. </div>
<div class="access-grants__flows-area__button-container"> <div class="access-grants__flows-area__button-container">
<a <a
href="https://docs.storj.io/dcs/concepts/access/access-grants/" href="https://docs.storj.io/dcs/concepts/access/access-grants"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
@click="trackPageVisit('https://docs.storj.io/dcs/concepts/access/access-grants/')" @click="trackPageVisit('https://docs.storj.io/dcs/concepts/access/access-grants')"
> >
<VButton <VButton
label="Learn More" label="Learn More"
@ -102,10 +102,10 @@
<br> <br>
<div class="access-grants__flows-area__button-container"> <div class="access-grants__flows-area__button-container">
<a <a
href="https://docs.storj.io/dcs/getting-started/quickstart-uplink-cli/generate-access-grants-and-tokens/generate-a-token/" href="https://docs.storj.io/dcs/getting-started/quickstart-uplink-cli/generate-access-grants-and-tokens/generate-a-token"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
@click="trackPageVisit('https://docs.storj.io/dcs/getting-started/quickstart-uplink-cli/generate-access-grants-and-tokens/generate-a-token/')" @click="trackPageVisit('https://docs.storj.io/dcs/getting-started/quickstart-uplink-cli/generate-access-grants-and-tokens/generate-a-token')"
> >
<VButton <VButton
label="Learn More" label="Learn More"

View File

@ -92,7 +92,7 @@
@mouseover="toggleTooltipHover('api','over')" @mouseover="toggleTooltipHover('api','over')"
@mouseleave="toggleTooltipHover('api','leave')" @mouseleave="toggleTooltipHover('api','leave')"
> >
<span class="tooltip-text">Creates access grant to run in the command line. <a class="tooltip-link" href="https://docs.storj.io/dcs/getting-started/quickstart-uplink-cli/generate-access-grants-and-tokens/generate-a-token/" target="_blank" rel="noreferrer noopener">Learn More</a></span> <span class="tooltip-text">Creates access grant to run in the command line. <a class="tooltip-link" href="https://docs.storj.io/dcs/getting-started/quickstart-uplink-cli/generate-access-grants-and-tokens/generate-a-token" target="_blank" rel="noreferrer noopener">Learn More</a></span>
</div> </div>
</div> </div>
</div> </div>
@ -178,7 +178,7 @@
</div> --> </div> -->
</div> </div>
<div class="access-grant__modal-container__footer-container"> <div class="access-grant__modal-container__footer-container">
<a href="https://docs.storj.io/dcs/concepts/access/access-grants/api-key/" target="_blank" rel="noopener noreferrer"> <a href="https://docs.storj.io/dcs/concepts/access/access-grants/api-key" target="_blank" rel="noopener noreferrer">
<v-button <v-button
label="Learn More" label="Learn More"
width="150px" width="150px"

View File

@ -20,7 +20,7 @@
Access Grant Access Grant
</span> </span>
<a <a
href="https://docs.storj.io/dcs/concepts/access/access-grants/" href="https://docs.storj.io/dcs/concepts/access/access-grants"
target="_blank" target="_blank"
> >
<img <img
@ -96,7 +96,7 @@
class="clickable-image" class="clickable-image"
src="../../../../static/images/accessGrants/create-access_copy-icon.png" src="../../../../static/images/accessGrants/create-access_copy-icon.png"
target="_blank" target="_blank"
href="https://docs.storj.io/dcs/concepts/satellite/" href="https://docs.storj.io/dcs/concepts/satellite"
@click="onCopyClick(gatewayCredentials.endpoint)" @click="onCopyClick(gatewayCredentials.endpoint)"
> >
</div> </div>
@ -107,7 +107,7 @@
Satellite Address Satellite Address
</span> </span>
<a <a
href="https://docs.storj.io/dcs/concepts/satellite/" href="https://docs.storj.io/dcs/concepts/satellite"
target="_blank" target="_blank"
> >
<img <img
@ -135,7 +135,7 @@
API Key API Key
</span> </span>
<a <a
href="https://docs.storj.io/dcs/concepts/access/access-grants/api-key/" href="https://docs.storj.io/dcs/concepts/access/access-grants/api-key"
target="_blank" target="_blank"
> >
<img <img
@ -162,7 +162,7 @@
<div v-if="checkedType === 's3'" class="access-grant__modal-container__credential-buttons__container-s3"> <div v-if="checkedType === 's3'" class="access-grant__modal-container__credential-buttons__container-s3">
<a <a
v-if="checkedType === 's3'" v-if="checkedType === 's3'"
href="https://docs.storj.io/dcs/api-reference/s3-compatible-gateway/" href="https://docs.storj.io/dcs/api-reference/s3-compatible-gateway"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
> >
@ -284,7 +284,7 @@ export default class GrantCreatedModal extends Vue {
* Opens S3 documentation in a new tab * Opens S3 documentation in a new tab
*/ */
public learnMore(): void{ public learnMore(): void{
window.open("https://docs.storj.io/dcs/api-reference/s3-compatible-gateway/", '_blank'); window.open("https://docs.storj.io/dcs/api-reference/s3-compatible-gateway", '_blank');
} }
} }
</script> </script>

View File

@ -105,7 +105,7 @@
The bandwidth allocated takes few hours to be settled. The bandwidth allocated takes few hours to be settled.
<a <a
class="project-dashboard__charts__container__header__right__info__message__link" class="project-dashboard__charts__container__header__right__info__message__link"
href="https://docs.storj.io/dcs/billing-payment-and-accounts-1/pricing/billing-and-payment#bandwidth-fee" href="https://docs.storj.io/dcs/billing-payment-and-accounts-1/pricing/billing-and-payment#AeHIc"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
> >
@ -165,7 +165,7 @@
<template #side-value> <template #side-value>
<a <a
class="project-dashboard__info__link" class="project-dashboard__info__link"
href="https://docs.storj.io/dcs/billing-payment-and-accounts-1/pricing#segments" href="https://docs.storj.io/dcs/billing-payment-and-accounts-1/pricing#ipdML"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
> >