mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Use HTTPS for accessing help docs.
This commit is contained in:
parent
845b296aed
commit
ce5f5015b3
@ -72,7 +72,7 @@ class HelpModule(PgAdminModule):
|
||||
self.pg_help_path = self.help_preference.register(
|
||||
'help', 'pg_help_path',
|
||||
gettext("PostgreSQL Help Path"), 'text',
|
||||
'http://www.postgresql.org/docs/$VERSION$/static/',
|
||||
'https://www.postgresql.org/docs/$VERSION$/static/',
|
||||
category_label=gettext('Help'),
|
||||
help_str=gettext(
|
||||
'Path to the PostgreSQL documentation. $VERSION$ will be replaced with the major.minor version number.')
|
||||
@ -81,7 +81,7 @@ class HelpModule(PgAdminModule):
|
||||
self.edbas_help_path = self.help_preference.register(
|
||||
'help', 'edbas_help_path',
|
||||
gettext("EDB Advanced Server Help Path"), 'text',
|
||||
'http://www.enterprisedb.com/docs/en/$VERSION$/pg/',
|
||||
'https://www.enterprisedb.com/docs/en/$VERSION$/pg/',
|
||||
category_label=gettext('Help'),
|
||||
help_str=gettext(
|
||||
'Path to the EDB Advanced Server documentation. $VERSION$ will be replaced with the major.minor version number.')
|
||||
|
Loading…
Reference in New Issue
Block a user