[doc][download]Fix download link not found in document#4714
Merged
merlimat merged 3 commits intoapache:masterfrom Jul 19, 2019
Merged
[doc][download]Fix download link not found in document#4714merlimat merged 3 commits intoapache:masterfrom
merlimat merged 3 commits intoapache:masterfrom
Conversation
sijie
reviewed
Jul 12, 2019
site2/website/data/connectors.js
Outdated
| type: 'Sink', | ||
| link: 'https://www.aerospike.com/' | ||
| }, | ||
| { |
Member
There was a problem hiding this comment.
I think the list is sorted in alphabet order. so you have to add them to be after data-generate and before elastic-search.
sijie
approved these changes
Jul 12, 2019
codelipenghui
approved these changes
Jul 16, 2019
…not-found-document
Member
Author
|
run java8 tests |
jiazhai
approved these changes
Jul 19, 2019
Member
|
run cpp tests |
1 similar comment
Member
|
run cpp tests |
easyfan
pushed a commit
to easyfan/pulsar
that referenced
this pull request
Jul 26, 2019
* Fix download link not found in document * Update sorted
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4712
Master Issue: #4712
Motivation
The download link of the current document about debezium is lost, resulting in that the user cannot find the correct download address in the document.

Modifications
Add download link of debezium MySQL and PostgreSQL.