Skip to content

fix link#62

Merged
eluce2 merged 1 commit intomainfrom
fix-broken-link
Aug 13, 2025
Merged

fix link#62
eluce2 merged 1 commit intomainfrom
fix-broken-link

Conversation

@chriscors
Copy link
Copy Markdown
Collaborator

@chriscors chriscors commented Aug 13, 2025

Summary by CodeRabbit

  • Documentation
    • Updated the FileMaker Web Viewer prerequisites page to use the current Getting Started Guide URL (/docs/webviewer) instead of the deprecated path. This change ensures readers land on the correct guide and avoids broken or outdated navigation. No other content modifications were made; all instructions and screenshots remain unchanged.

@chriscors chriscors requested a review from eluce2 August 13, 2025 14:08
@vercel
Copy link
Copy Markdown

vercel bot commented Aug 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Project Deployment Preview Updated (UTC)
proofkit-docs Failed Aug 13, 2025 2:09pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Aug 13, 2025

Walkthrough

A single documentation file was updated to change a URL in the FileMaker Web Viewer prerequisites, updating the Web Viewer Getting Started Guide link from /webviewer/getting-started to /docs/webviewer.

Changes

Cohort / File(s) Summary
Docs: CLI guide link update
apps/docs/content/docs/cli/guides/getting-started.mdx
Updated Web Viewer Getting Started Guide URL from /webviewer/getting-started to /docs/webviewer. No other content changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-broken-link

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🔭 Outside diff range comments (1)
apps/docs/content/docs/cli/guides/getting-started.mdx (1)

54-54: Update remaining outdated link to the new /docs/webviewer path

One reference still points to the old route. Update for consistency and to avoid 404s.

-**Project Type** - Either a Web App for Browsers or FileMaker Web Viewer. This section of the docs focuses mostly on the browser-based projects using Next.js. For more details about the WebViewer option, see the [WebViewer Getting Started Guide](/webviewer/getting-started).
+**Project Type** - Either a Web App for Browsers or FileMaker Web Viewer. This section of the docs focuses mostly on the browser-based projects using Next.js. For more details about the WebViewer option, see the [WebViewer Getting Started Guide](/docs/webviewer).
🧹 Nitpick comments (5)
apps/docs/content/docs/cli/guides/getting-started.mdx (5)

40-40: Good link update; fix typo 'priviledge' → 'privilege' and verify route exists

The link now points to /docs/webviewer, which aligns with the new docs path. There’s a minor spelling error on this line.

Apply this diff:

-If you intend to build for the FileMaker Web Viewer, the same requirements apply for FileMaker Server and OttoFMS as above. You will also need to make sure that your Full Access account has the `fmurlscript` priviledge enabled so the web code can trigger FileMaker scripts, making development a lot easier. For more details, see the [WebViewer Getting Started Guide](/docs/webviewer).
+If you intend to build for the FileMaker Web Viewer, the same requirements apply for FileMaker Server and OttoFMS as above. You will also need to make sure that your Full Access account has the `fmurlscript` privilege enabled so the web code can trigger FileMaker scripts, making development a lot easier. For more details, see the [WebViewer Getting Started Guide](/docs/webviewer).

Please also verify that /docs/webviewer resolves correctly in the deployed docs.


36-36: Fix typo: 'priviledge' → 'privilege'

Spelling correction for clarity and professionalism.

-Your hosted FileMaker file must have an account with the `fmrest` priviledge set enabled. During setup, you'll be asked for either the account name and password for that file, or select a Data API key previously generated from OttoFMS. (If you provide credentials, a Data API key will be created for you)
+Your hosted FileMaker file must have an account with the `fmrest` privilege set enabled. During setup, you'll be asked for either the account name and password for that file, or select a Data API key previously generated from OttoFMS. (If you provide credentials, a Data API key will be created for you)

19-19: Grammar: remove duplicate 'have'

Tighten the sentence.

-  - To check if you have already have Node.js installed, run `node -v` in your terminal. It will return the version number if already installed.
+  - To check if you already have Node.js installed, run `node -v` in your terminal. It will return the version number if already installed.

48-48: Use 'set up' (verb) instead of 'setup' (noun)

Minor wording fix.

-Now you can scaffold a new ProofKit project! Follow the prompts to setup your project and connect to your own database.
+Now you can scaffold a new ProofKit project! Follow the prompts to set up your project and connect to your own database.

109-109: Remove stray character

There’s an orphaned “u” at the end of the file.

-u
+
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f3fa14e and 424548c.

📒 Files selected for processing (1)
  • apps/docs/content/docs/cli/guides/getting-started.mdx (1 hunks)

@chriscors chriscors changed the title Update getting-started.mdx fix link Aug 13, 2025
@eluce2 eluce2 merged commit b20028b into main Aug 13, 2025
2 of 3 checks passed
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.

2 participants