File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ui/packages/shared/pages/Configuration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments