From 211586dd459c8a1ee531269291b3cebe75cf4460 Mon Sep 17 00:00:00 2001 From: piano35-edb <160748516+piano35-edb@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:50:28 -0600 Subject: [PATCH] fix url --- advocacy_docs/pg_extensions/pg_tuner/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advocacy_docs/pg_extensions/pg_tuner/index.mdx b/advocacy_docs/pg_extensions/pg_tuner/index.mdx index 3c0f435bcc1..292f63c3ad1 100644 --- a/advocacy_docs/pg_extensions/pg_tuner/index.mdx +++ b/advocacy_docs/pg_extensions/pg_tuner/index.mdx @@ -17,4 +17,4 @@ Postgres uses some conservative settings to cover different host sizes. Some of This extension provides safe recommendations that maximize the use of available resources. It also allows you to control if and when to apply the changes. EDB Postgres Tuner enables you to apply tuning recommendations automatically or view tuning recommendations and selectively apply them. It's now possible to successfully manage demanding Postgres databases without tuning expertise. As an alternative to using the Postgres Tuner extension, EDB offers a web-based utility to provide tuning advice, generate custom configurations for your operating system and `postgresql.conf` file, and output printable guides. For -more information, see the [EDB Postgres Tuner web utility]. (https://postgrestuner.enterprisedb.com) \ No newline at end of file +more information, see the [EDB Postgres Tuner web utility](https://postgrestuner.enterprisedb.com). \ No newline at end of file