Skip to content

docs: fix MongoDB example README link#8557

Open
compair-steven wants to merge 1 commit into
prisma:latestfrom
compair-steven:docs/fix-mongodb-readme-link
Open

docs: fix MongoDB example README link#8557
compair-steven wants to merge 1 commit into
prisma:latestfrom
compair-steven:docs/fix-mongodb-readme-link

Conversation

@compair-steven

@compair-steven compair-steven commented Jun 18, 2026

Copy link
Copy Markdown

Summary

Fixes two small README issues in the MongoDB example:

  • updates the ./prisma/schema.prisma link to point at the actual Prisma schema file
  • fixes a TypesScript typo in the description of the example scripts

Testing

  • git diff --check
  • test -f databases/mongodb/prisma/schema.prisma
  • ! rg "schema.sql|TypesScript" databases/mongodb/README.md

Summary by CodeRabbit

  • Documentation
    • Updated MongoDB Prisma examples README with corrected file path references and improved formatting consistency for TypeScript query example descriptions.

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ff8636cc-9da8-41ae-ba49-ede21203d0de

📥 Commits

Reviewing files that changed from the base of the PR and between 6d44921 and aada8fb.

📒 Files selected for processing (1)
  • databases/mongodb/README.md

Walkthrough

The MongoDB Prisma examples README is updated to fix an incorrect schema file path reference (./schema.sql./prisma/schema.prisma) and to refine the bullet text describing the src/prisma-examples location as TypeScript files containing Prisma Client query examples.

Changes

MongoDB README correction

Layer / File(s) Summary
Schema path and bullet text fix
databases/mongodb/README.md
Corrects the referenced schema path from ./schema.sql to ./prisma/schema.prisma and updates the bullet describing src/prisma-examples to specify TypeScript Prisma Client query examples.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'docs: fix MongoDB example README link' accurately summarizes the main change: fixing documentation issues in the MongoDB example README file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant