Skip to content

Commit a187389

Browse files
authored
Merge pull request #156 from wtrocki/minor-docs-issues
fix: point documentation to the right folder
2 parents 96fa399 + ff76b0a commit a187389

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ kstream.merge(ktable).filter(/* .. */).map(/* .. */).reduce(/* .. */).to("output
2424
2525
## API Overview
2626

27-
* [Quick Start](docs/quick-start.md)
28-
* [Message 'to' and 'from' Apache Kafka](docs/handling-messages-schemas.md)
29-
* [API Info](docs/api.md)
27+
* [Quick Start](website/docs/quick-start.md)
28+
* [Message 'to' and 'from' Apache Kafka](website/docs/handling-message-schemas.md)
29+
* [API Info](website/docs/classDocs.md)
3030
* [Documentation](https://nodefluent.github.io/kafka-streams/jsdoc/)
31-
* [Operator descriptions](docs/most-api.md)
31+
* [Operator descriptions](website/docs/most-api.md)
3232
* [Examples](https://github.com/nodefluent/kafka-streams/tree/master/examples)
33-
* [Native Client](docs/native.md) | [SSL, SASL, Kerberos](docs/ssl-sasl.md)
33+
* [Native Client](website/docs/native.md) | [SSL, SASL, Kerberos](website/docs/ssl-sasl.md)
3434

3535
## You might also like
3636

0 commit comments

Comments
 (0)