Dev#164
Conversation
Update the link to the web app
|
Caution Review failedAn error occurred during the review process. Please try again later. ✨ Finishing Touches🧪 Generate unit tests
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. Comment |
PR Reviewer Guide 🔍(Review updated until commit daef213)Here are some key observations to aid the review process:
|
|
Persistent review updated to latest commit daef213 |
PR Code Suggestions ✨No code suggestions found for the PR. |
PR Code Suggestions ✨No code suggestions found for the PR. |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
docs/index.md (1)
21-21: Nit: standardize trailing slash with QuickstartQuickstart uses a trailing slash; this one doesn’t. If the site canonicalizes to one form, mirror it here for consistency and cleaner link checking.
Apply if you choose trailing slashes:
-👉 **Try the MetaboT Web App**: [https://metabot.holobiomicslab.eu](https://metabot.holobiomicslab.eu) +👉 **Try the MetaboT Web App**: [https://metabot.holobiomicslab.eu/](https://metabot.holobiomicslab.eu/)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
app/config/params.iniis excluded by!**/*.ini
📒 Files selected for processing (2)
docs/getting-started/quickstart.md(1 hunks)docs/index.md(1 hunks)
🔇 Additional comments (2)
docs/getting-started/quickstart.md (1)
5-5: URL update LGTMSwitch to holobiomicslab.eu looks correct.
docs/index.md (1)
21-21: URL update LGTMGood swap to holobiomicslab.eu.
| Welcome to the Quick Start Guide for 🧪 MetaboT 🍵. This guide will help you quickly run and test the application. | ||
|
|
||
| 👉 **Try the MetaboT Web App Demo**: [https://metabot.holobiomicslab.cnrs.fr](https://metabot.holobiomicslab.cnrs.fr) — no installation needed! | ||
| 👉 **Try the MetaboT Web App Demo**: [https://metabot.holobiomicslab.eu/](https://metabot.holobiomicslab.eu/) — no installation needed! |
There was a problem hiding this comment.
💡 Verification agent
🧩 Analysis chain
Consistency: align trailing slash across docs
This link includes a trailing slash, while docs/index.md (Line 21) does not. Pick one style to avoid mixed canonicals.
Run to confirm all old domains are gone and the new URL resolves:
🏁 Script executed:
#!/bin/bash
set -euo pipefail
echo "Searching for any lingering cnrs.fr references..."
rg -nI --hidden --glob '!.git' 'holobiomicslab\.cnrs\.fr' || echo "No cnrs.fr references found."
echo "Checking new endpoint reachability and canonicalization..."
for url in "https://metabot.holobiomicslab.eu" "https://metabot.holobiomicslab.eu/"; do
echo -e "\nHEAD $url"
curl -sI "$url" | sed -n '1p;/^location:/Ip'
doneLength of output: 392
🏁 Script executed:
#!/bin/bash
set -euo pipefail
echo "Searching for lingering cnrs.fr references..."
rg -n 'holobiomicslab\.cnrs\.fr' || echo "No cnrs.fr references found."
echo "Checking all occurrences of metabot.holobiomicslab.eu in docs/index.md"
rg -n -C1 'metabot\.holobiomicslab\.eu' docs/index.mdLength of output: 997
Fix legacy domain in README and standardize trailing slash in Quickstart
- In docs/getting-started/quickstart.md (Line 5), remove the trailing slash so the link matches docs/index.md:
change
[https://metabot.holobiomicslab.eu/](https://metabot.holobiomicslab.eu/)
to
[https://metabot.holobiomicslab.eu](https://metabot.holobiomicslab.eu) - In README.md (Line 16), replace the old “holobiomicslab.cnrs.fr” URL with “metabot.holobiomicslab.eu” to remove the legacy domain reference.
🤖 Prompt for AI Agents
In docs/getting-started/quickstart.md around line 5 and README.md around line
16, update the demo links to the canonical metabot domain: in quickstart.md
remove the trailing slash so the link becomes
[https://metabot.holobiomicslab.eu](https://metabot.holobiomicslab.eu) (no
trailing slash) to match docs/index.md, and in README.md replace any occurrence
of the legacy holobiomicslab.cnrs.fr URL with https://metabot.holobiomicslab.eu
to remove the legacy domain reference.
PR Type
configuration changes
Description
Add new configuration section for
llm_gpt_5Update configuration parameters in
params.iniDiagram Walkthrough
File Walkthrough
params.ini
Add configuration for `llm_gpt_5` modelapp/config/params.ini
[llm_gpt_5]id,temperature, andmax_retriesforgpt-5