We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b485a90 + e35f969 commit cb303c2Copy full SHA for cb303c2
ui/packages/shared/pages/Configuration/tooltipText.tsx
@@ -25,7 +25,7 @@ export const tooltipText = {
25
sharedPreloadLibraries: () => (
26
<div>
27
Specifies one or more shared libraries (comma-separated list) to be preloaded at Postgres server start
28
- (<a target={'_blank'} href={'hhttps://postgresqlco.nf/doc/en/param/shared_preload_libraries/'} className={styles.externalLink}>details</a>).
+ (<a target={'_blank'} href={'https://postgresqlco.nf/doc/en/param/shared_preload_libraries/'} className={styles.externalLink}>details</a>).
29
If some libraries/extensions are missing, Postgres fails to start, so make sure that {' '}
30
<span className={styles.firaCodeFont}>dockerImage</span> used above contains all the needed extensions.
31
</div>
0 commit comments