Skip to content

Commit cb303c2

Browse files
committed
Merge branch 'anna-polish-texts431' into 'master'
Fixed the link to the documentation See merge request postgres-ai/database-lab!614
2 parents b485a90 + e35f969 commit cb303c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ui/packages/shared/pages/Configuration/tooltipText.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const tooltipText = {
2525
sharedPreloadLibraries: () => (
2626
<div>
2727
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>).
28+
(<a target={'_blank'} href={'https://postgresqlco.nf/doc/en/param/shared_preload_libraries/'} className={styles.externalLink}>details</a>).
2929
If some libraries/extensions are missing, Postgres fails to start, so make sure that {' '}
3030
<span className={styles.firaCodeFont}>dockerImage</span> used above contains all the needed extensions.
3131
</div>

0 commit comments

Comments
 (0)