Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e35f969

Browse filesBrowse files
committed
Fixed the link to the documentation
1 parent b485a90 commit e35f969
Copy full SHA for e35f969

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎ui/packages/shared/pages/Configuration/tooltipText.tsx

Copy file name to clipboardExpand all lines: ui/packages/shared/pages/Configuration/tooltipText.tsx
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.