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:
parent
7933e0c4c7
commit
119e61fcb0
@ -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__button-container">
|
||||
<a
|
||||
href="https://docs.storj.io/dcs/concepts/access/access-grants/"
|
||||
href="https://docs.storj.io/dcs/concepts/access/access-grants"
|
||||
target="_blank"
|
||||
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
|
||||
label="Learn More"
|
||||
@ -102,10 +102,10 @@
|
||||
<br>
|
||||
<div class="access-grants__flows-area__button-container">
|
||||
<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"
|
||||
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
|
||||
label="Learn More"
|
||||
|
@ -92,7 +92,7 @@
|
||||
@mouseover="toggleTooltipHover('api','over')"
|
||||
@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>
|
||||
@ -178,7 +178,7 @@
|
||||
</div> -->
|
||||
</div>
|
||||
<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
|
||||
label="Learn More"
|
||||
width="150px"
|
||||
|
@ -20,7 +20,7 @@
|
||||
Access Grant
|
||||
</span>
|
||||
<a
|
||||
href="https://docs.storj.io/dcs/concepts/access/access-grants/"
|
||||
href="https://docs.storj.io/dcs/concepts/access/access-grants"
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
@ -96,7 +96,7 @@
|
||||
class="clickable-image"
|
||||
src="../../../../static/images/accessGrants/create-access_copy-icon.png"
|
||||
target="_blank"
|
||||
href="https://docs.storj.io/dcs/concepts/satellite/"
|
||||
href="https://docs.storj.io/dcs/concepts/satellite"
|
||||
@click="onCopyClick(gatewayCredentials.endpoint)"
|
||||
>
|
||||
</div>
|
||||
@ -107,7 +107,7 @@
|
||||
Satellite Address
|
||||
</span>
|
||||
<a
|
||||
href="https://docs.storj.io/dcs/concepts/satellite/"
|
||||
href="https://docs.storj.io/dcs/concepts/satellite"
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
@ -135,7 +135,7 @@
|
||||
API Key
|
||||
</span>
|
||||
<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"
|
||||
>
|
||||
<img
|
||||
@ -162,7 +162,7 @@
|
||||
<div v-if="checkedType === 's3'" class="access-grant__modal-container__credential-buttons__container-s3">
|
||||
<a
|
||||
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"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
@ -284,7 +284,7 @@ export default class GrantCreatedModal extends Vue {
|
||||
* Opens S3 documentation in a new tab
|
||||
*/
|
||||
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>
|
||||
|
@ -105,7 +105,7 @@
|
||||
The bandwidth allocated takes few hours to be settled.
|
||||
<a
|
||||
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"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
@ -165,7 +165,7 @@
|
||||
<template #side-value>
|
||||
<a
|
||||
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"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user