Skip to content

Commit

Permalink
File connector should have type source in download page (apache#6826)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjshen authored Apr 27, 2020
1 parent 1f852ee commit 7bbba37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site2/website/data/connectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ module.exports = [
},
{
name: 'file',
longName: 'File sink',
type: 'Sink',
longName: 'File source',
type: 'Source',
link: 'https://github.com/apache/pulsar/tree/master/pulsar-io/file'
},
{
Expand Down

0 comments on commit 7bbba37

Please sign in to comment.