Skip to content

Commit 5bd03bd

Browse files
authored
Nodejs migrate (#1084)
1 parent 4bd957e commit 5bd03bd

File tree

4 files changed

+4
-142
lines changed

4 files changed

+4
-142
lines changed

clients/cloud/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Click on any language in the table below:
1616
|:---------------------------------:|:-----------------------------------------------:|:---------------------------------:|
1717
| [![](images/java.png)](java/) | [![](images/python.png)](python/) | [![](images/go.png)](go/) |
1818
| [![](images/scala.png)](scala/) | [![](images/springboot.png)](java-springboot/) | [![](images/ruby.png)](ruby/) |
19-
| [![](images/groovy.png)](groovy/) | [![](images/kotlin.png)](kotlin/) | [![](images/nodejs.png)](nodejs/) |
19+
| [![](images/groovy.png)](groovy/) | [![](images/kotlin.png)](kotlin/) | [![](images/nodejs.png)](https://developer.confluent.io/get-started/nodejs/) |
2020
| [![](images/kcat.jpg)](kcat/) | [![](images/dotnet.png)](csharp/) | [![](images/c.png)](c/) |
2121
| [![](images/kafka-connect-datagen.png)](kafka-connect-datagen/) | [![](images/ksql-datagen.png)](ksql-datagen/) | [![](images/rust.png)](rust/) |
2222
| [![](images/kafka.png)](kafka-commands/) | [![](images/clojure.png)](clojure/) | [![](images/confluent-cli.png)](confluent-cli/) <br>Confluent CLI |

clients/cloud/nodejs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Produce messages to and consume messages from a Kafka cluster using the [node-rd
44

55
# Documentation
66

7-
You can find the documentation and instructions for running this Node.js example at [https://docs.confluent.io/platform/current/tutorials/examples/clients/docs/nodejs.html](https://docs.confluent.io/platform/current/tutorials/examples/clients/docs/nodejs.html?utm_source=github&utm_medium=demo&utm_campaign=ch.examples_type.community_content.clients-ccloud)
7+
See https://developer.confluent.io/get-started/nodejs/

clients/docs/clients-all-examples.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For the subset of languages that support it, the code examples also demonstrate
1515
* :ref:`Java <client-examples-java>`
1616
* :ref:`Java Spring Boot <client-examples-java-springboot>`
1717
* :ref:`Kotlin <client-examples-kotlin>`
18-
* :ref:`Node.js <client-examples-nodejs>`
18+
* `Node.js <https://developer.confluent.io/get-started/nodejs/>`__
1919
* :ref:`Python <client-examples-python>`
2020
* :ref:`Ruby <client-examples-ruby>`
2121
* :ref:`Rust <client-examples-rust>`
@@ -53,7 +53,7 @@ There are additional examples for |ak| and |cp| command line tools and component
5353
kcat <kcat>
5454
Kotlin <kotlin>
5555
KSQL Datagen <ksql-datagen>
56-
Node.js <nodejs>
56+
Node.js <https://developer.confluent.io/get-started/nodejs/>
5757
Python <python>
5858
REST Proxy <rest-proxy>
5959
Ruby <ruby>

clients/docs/nodejs.rst

-138
This file was deleted.

0 commit comments

Comments
 (0)