diff --git a/examples/moss-pikachu/.cursor/skills/moss-pikachu/SKILL.md b/examples/moss-pikachu/.cursor/skills/moss-pikachu/SKILL.md index b4aa404c..032390aa 100644 --- a/examples/moss-pikachu/.cursor/skills/moss-pikachu/SKILL.md +++ b/examples/moss-pikachu/.cursor/skills/moss-pikachu/SKILL.md @@ -14,7 +14,7 @@ description: >- | Doc | Purpose | |-----|---------| | [project-summary.md](../../project-summary.md) | Full technical reference | -| [how-to.md](../../how-to.md) | End-user guide | +| [how-to.md](../../../how-to.md) | End-user guide | | [contribution.md](../../contribution.md) | Contributor guide | ## Specialized skills diff --git a/sdks/javascript/README.md b/sdks/javascript/README.md index d2b9e310..1725c694 100644 --- a/sdks/javascript/README.md +++ b/sdks/javascript/README.md @@ -67,4 +67,4 @@ npm test ## License -[BSD 2-Clause License](./sdk/LICENSE.txt) +[BSD 2-Clause License](./sdk/LICENSE) diff --git a/sdks/javascript/sdk/README.md b/sdks/javascript/sdk/README.md index dea6ebd0..bd574467 100644 --- a/sdks/javascript/sdk/README.md +++ b/sdks/javascript/sdk/README.md @@ -134,8 +134,6 @@ const results = await mossClient.query("my-docs", "running shoes", { }); ``` -For a complete runnable example, see [`samples/metadata-filtering.ts`](./samples/metadata-filtering.ts). - ## 📄 License This package is licensed under the [BSD 2-Clause License](./LICENSE). diff --git a/sdks/python/sdk/README.md b/sdks/python/sdk/README.md index 5f5ef4af..2095e3ae 100644 --- a/sdks/python/sdk/README.md +++ b/sdks/python/sdk/README.md @@ -184,7 +184,7 @@ results = await client.query( ) ``` -For a complete runnable example, see [`examples/python/metadata_filtering.py`](../../examples/python/metadata_filtering.py). +For a complete runnable example, see [`examples/python/metadata_filtering.py`](../../../examples/python/metadata_filtering.py). ## 🧠 Providing custom embeddings