Fix links in Postgresql modules (#67511)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2020-02-18 13:18:16 +05:30 committed by GitHub
parent 7dcf32294b
commit 70b9bdbce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ seealso:
link: https://www.postgresql.org/docs/current/sql-droptable.html link: https://www.postgresql.org/docs/current/sql-droptable.html
- name: PostgreSQL data types - name: PostgreSQL data types
description: Complete reference of the PostgreSQL data types documentation. description: Complete reference of the PostgreSQL data types documentation.
link: postgresql.org/docs/current/datatype.html link: https://www.postgresql.org/docs/current/datatype.html
author: author:
- Andrei Klychkov (@Andersson007) - Andrei Klychkov (@Andersson007)
extends_documentation_fragment: postgres extends_documentation_fragment: postgres

View file

@ -33,7 +33,7 @@ options:
ssl_mode: ssl_mode:
description: description:
- Determines whether or with what priority a secure SSL TCP/IP connection will be negotiated with the server. - Determines whether or with what priority a secure SSL TCP/IP connection will be negotiated with the server.
- See https://www.postgresql.org/docs/current/static/libpq-ssl.html for more information on the modes. - See U(https://www.postgresql.org/docs/current/static/libpq-ssl.html) for more information on the modes.
- Default of C(prefer) matches libpq default. - Default of C(prefer) matches libpq default.
type: str type: str
default: prefer default: prefer