Skip to content

update URL to quickstart install.sh#249

Open
danny-holloway wants to merge 3 commits intomainfrom
fix/update-path-to-install-script
Open

update URL to quickstart install.sh#249
danny-holloway wants to merge 3 commits intomainfrom
fix/update-path-to-install-script

Conversation

@danny-holloway
Copy link

@danny-holloway danny-holloway commented Mar 18, 2026

check.sh from the quickstart referenced install.sh at an invalid URL. This updates the URL to install.sh to the correct path

Summary by CodeRabbit

  • Bug Fixes
    • Updated the quickstart installation guidance to point to the correct installer endpoint.

@danny-holloway danny-holloway requested review from a team as code owners March 18, 2026 14:48
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request addresses a critical issue in the quickstart check.sh script by correcting an invalid URL for the install.sh script. The change ensures that users attempting to install OpenTDF via the quickstart guide will now correctly fetch the installation script, improving the reliability and user experience of the setup process.

Highlights

  • URL Correction: Updated the install.sh URL within check.sh to point to the correct quickstart path, resolving an invalid reference.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request updates the installation script URL in static/quickstart/check.sh from opentdf.io/install.sh to opentdf.io/quickstart/install.sh, ensuring the correct quickstart installation path is provided to users.

@github-actions
Copy link
Contributor

📄 Preview deployed to https://opentdf-docs-pr-249.surge.sh

Copy link
Contributor

@marythought marythought left a comment

Choose a reason for hiding this comment

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

good catch! I was confused how this could be wrong when we tested multiple times. The answer is that this is the check output message — the link to the script from the main page works fine, but the check script tells the user to run the wrong URL when they're done.

@coderabbitai
Copy link

coderabbitai bot commented Mar 19, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d019cbb4-78a8-43a2-80f0-2a0787a135ca

📥 Commits

Reviewing files that changed from the base of the PR and between 8c2c6d6 and aa6f807.

📒 Files selected for processing (1)
  • static/quickstart/check.sh

📝 Walkthrough

Walkthrough

The installer endpoint URL in a shell script is updated to point to a new location. References to https://opentdf.io/install.sh are replaced with https://opentdf.io/quickstart/install.sh in two code paths.

Changes

Cohort / File(s) Summary
Installer URL Update
static/quickstart/check.sh
Updated installer endpoint URL from opentdf.io/install.sh to opentdf.io/quickstart/install.sh in both the success and warnings-allowed completion messages.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A quickstart path emerges, swift and bright,
The old route fades into the morning light,
/quickstart/install.sh now shows the way,
OpenTDF journeys begin today! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'update URL to quickstart install.sh' directly and clearly describes the main change: updating a URL reference to point to the quickstart install script.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/update-path-to-install-script
📝 Coding Plan
  • Generate coding plan for human review comments

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

Tip

You can customize the tone of the review comments and chat replies.

Configure the tone_instructions setting to customize the tone of the review comments and chat replies. For example, you can set the tone to Act like a strict teacher, Act like a pirate and more.

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