Fix the docs for Transfer Operators (#13641)

Currently instead of "S3 to GCS" it says "S3 to S3"
This commit is contained in:
Kaxil Naik 2021-01-12 19:16:04 +00:00 коммит произвёл GitHub
Родитель c4112e2e9d
Коммит f943c5a1ce
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@
under the License.
#}
{%- for item in items %}
{% set title = item['source-integration-name'] + " to " + item['source-integration-name'] %}
{% set title = item['source-integration-name'] + " to " + item['target-integration-name'] %}
{{ title }}
{{ header_separator * (title|length) }}
{# Force new line #}