diff --git a/packages/stream_core/README.md b/packages/stream_core/README.md index 63c6af1..fae5fd3 100644 --- a/packages/stream_core/README.md +++ b/packages/stream_core/README.md @@ -25,4 +25,4 @@ This package is **not designed for direct use by customers**. It acts as the fou This library does follow semantic versioning. Breaking changes may be introduced at any time without warning. We reserve the right to refactor or remove functionality without deprecation periods. However, as all our products need to depend on the same version of the core packages we want to limit breaking changes as much as possible. ## Detailed docs -* [Websocket](./docs/web_socket.md) \ No newline at end of file +* [Websocket](./doc/web_socket.md) \ No newline at end of file diff --git a/packages/stream_core/docs/web_socket.md b/packages/stream_core/doc/web_socket.md similarity index 100% rename from packages/stream_core/docs/web_socket.md rename to packages/stream_core/doc/web_socket.md