Skip to content

Commit 93bf8c0

Browse files
committed
Replace bitly links with direct AWS Marketplace URLs
Explanation: All bit.ly short links pointing to the AWS Marketplace have been replaced with the direct destination URL to improve transparency and reduce dependency on URL shortening services. Changes made: - Replaced https://bit.ly/dleawsmarketplace with https://aws.amazon.com/marketplace/pp/prodview-wlmm2satykuec in 4 locations - Fixed 'Open the DLE' to 'Open the DBLab' to align with current terminology standards Testing performed: - Verified bit.ly redirect resolves to the correct AWS Marketplace URL - Confirmed no remaining bit.ly links in the repository
1 parent c9f7ddc commit 93bf8c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/dblab-howtos/administration/install-dle-from-aws-marketplace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: Install DBLab from AWS Marketplace
77
<img src="/assets/dle-for-aws-marketplace.png" alt="DBLab Engine and AWS Marketplace"/>
88
</p>
99

10-
If you're using AWS, [installing DBLab from the AWS Marketplace](https://bit.ly/dleawsmarketplace) is the fastest way to have powerful database branching for any database, including RDS and RDS Aurora. But not only RDS: any Postgres and Postgres-compatible source is supported as a source for DBLab.
10+
If you're using AWS, [installing DBLab from the AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-wlmm2satykuec) is the fastest way to have powerful database branching for any database, including RDS and RDS Aurora. But not only RDS: any Postgres and Postgres-compatible source is supported as a source for DBLab.
1111

1212
:::info
1313
Currently, only the "logical" mode of data retrieval (dump/restore) is supported – the only available method for managed PostgreSQL cloud services such as RDS Postgres, RDS Aurora Postgres, Azure Postgres, or Heroku. "Physical" mode is not yet supported by the module, but it will be in the future. More about [various data retrieval options for DBLab](/docs/dblab-howtos/administration/data).
@@ -26,7 +26,7 @@ Check out the DBLab installation tutorial:
2626
## Steps to install DBLab Engine from AWS Marketplace
2727
The first steps are trivial:
2828
- Log in into AWS: https://console.aws.amazon.com/
29-
- Open [the DBLab on AWS Marketplace page](https://bit.ly/dleawsmarketplace)
29+
- Open [the DBLab on AWS Marketplace page](https://aws.amazon.com/marketplace/pp/prodview-wlmm2satykuec)
3030

3131
And press the "View purchase options" button:
3232
<p align="center">

docs/tutorials/database-lab-tutorial-amazon-rds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: In this tutorial, we are going to set up a DBLab Engine for an exis
1111
import Tabs from '@theme/Tabs';
1212
import TabItem from '@theme/TabItem';
1313

14-
DBLab Engine (DLE) is used to boost software development and testing processes by enabling ultra-fast provisioning of databases of any size. In this tutorial, we will install DBLab Engine from [the AWS Marketplace](https://bit.ly/dleawsmarketplace). If you are an AWS user, this is the fastest way to have powerful database branching for any database, including RDS and RDS Aurora. But not only RDS: any Postgres and Postgres-compatible database can be a source for DLE.
14+
DBLab Engine (DLE) is used to boost software development and testing processes by enabling ultra-fast provisioning of databases of any size. In this tutorial, we will install DBLab Engine from [the AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-wlmm2satykuec). If you are an AWS user, this is the fastest way to have powerful database branching for any database, including RDS and RDS Aurora. But not only RDS: any Postgres and Postgres-compatible database can be a source for DLE.
1515

1616
:::info
1717
Currently, the AWS Marketplace version of DLE focuses on the "logical" data provisioning mode (dump/restore) – the only possible method for managed PostgreSQL cloud services such as RDS Postgres, RDS Aurora Postgres, Azure Postgres, or Heroku. "Physical" mode (obtaining databases at the file level) is also supported in DLE but requires additional efforts – namely, editing [the DLE configuration file](/docs/reference-guides/database-lab-engine-configuration-reference) manually. More information about various data retrieval options can be found [here](/docs/dblab-howtos/administration/data).
@@ -47,7 +47,7 @@ Outcome:
4747
## Step 1. Install DLE from the AWS Marketplace
4848
First steps to install DLE from the AWS Marketplace are trivial:
4949
- Log in into AWS: https://console.aws.amazon.com/
50-
- Open the DLE on [AWS Marketplace page](https://bit.ly/dleawsmarketplace)
50+
- Open the DBLab on [AWS Marketplace page](https://aws.amazon.com/marketplace/pp/prodview-wlmm2satykuec)
5151

5252
And press the "View purchase options" button:
5353
<p align="center">

0 commit comments

Comments
 (0)