You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/07/07 21:00:17 UTC

[GitHub] sijie closed pull request #2092: Issue 2090: Links to connector source code are broken

sijie closed pull request #2092: Issue 2090: Links to connector source code are broken
URL: https://github.com/apache/incubator-pulsar/pull/2092
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site/_data/connectors.yaml b/site/_data/connectors.yaml
index 37d332cbbf..9a93bceb8c 100644
--- a/site/_data/connectors.yaml
+++ b/site/_data/connectors.yaml
@@ -21,22 +21,22 @@
   url: https://www.aerospike.com/
   class:
     group: aerospike
-    name: AerospikeSink
+    name: AerospikeStringSink
 - name: Cassandra sink
   url: https://cassandra.apache.org
   class:
     group: cassandra
-    name: CassandraSink
+    name: CassandraStringSink
 - name: Kafka source
   url: https://kafka.apache.org
   class:
     group: kafka
-    name: KafkaSource
+    name: KafkaStringSource
 - name: Kafka sink
   url: https://kafka.apache.org
   class:
     group: kafka
-    name: KafkaSink
+    name: KafkaStringSink
 - name: RabbitMQ source
   url: https://www.rabbitmq.com
   class:
@@ -46,4 +46,4 @@
   url: https://developer.twitter.com/en/docs
   class:
     group: twitter
-    name: TwitterFireHose
\ No newline at end of file
+    name: TwitterFireHose
diff --git a/site/_includes/connectors.html b/site/_includes/connectors.html
index 99c303a17d..f46dd58ab7 100644
--- a/site/_includes/connectors.html
+++ b/site/_includes/connectors.html
@@ -34,11 +34,11 @@
             </a>
         </td>
         <td>
-            <a href="https://github.com/apache/incubator-pulsar/blob/master/pulsar-io/{{ connector.class.group }}/src/main/java/org/apache/pulsar/connect/{{ connector.class.group }}/{{ connector.class.name }}.java">
+            <a href="https://github.com/apache/incubator-pulsar/blob/master/pulsar-io/{{ connector.class.group }}/src/main/java/org/apache/pulsar/io/{{ connector.class.group }}/{{ connector.class.name }}.java">
                 <code>org.apache.pulsar.io.{{ connector.class.group }}.{{ connector.class.name }}</code>
             </a>
         </td>
     </tr>
     {% endfor %}
     </tbody>
-</table>
\ No newline at end of file
+</table>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services