Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-reference/openapi/accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"servers": [
{
"url": "https://api.recoupable.com"
"url": "https://api.recoupable.dev"
}
],
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion api-reference/openapi/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"servers": [
{
"url": "https://api.recoupable.com"
"url": "https://api.recoupable.dev"
}
],
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion api-reference/openapi/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"servers": [
{
"url": "https://api.recoupable.com"
"url": "https://api.recoupable.dev"
}
],
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion api-reference/openapi/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"servers": [
{
"url": "https://api.recoupable.com"
"url": "https://api.recoupable.dev"
}
],
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion api-reference/openapi/sandbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"servers": [
{
"url": "https://api.recoupable.com"
"url": "https://api.recoupable.dev"
}
],
"security": [
Expand Down
2 changes: 1 addition & 1 deletion api-reference/openapi/sessions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"servers": [
{
"url": "https://api.recoupable.com"
"url": "https://api.recoupable.dev"
}
],
"security": [
Expand Down
2 changes: 1 addition & 1 deletion api-reference/openapi/social.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"servers": [
{
"url": "https://api.recoupable.com"
"url": "https://api.recoupable.dev"
}
],
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion api-reference/openapi/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"servers": [
{
"url": "https://api.recoupable.com"
"url": "https://api.recoupable.dev"
}
],
"security": [
Expand Down
4 changes: 2 additions & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
"anchors": [
{
"anchor": "Recoup App",
"href": "https://chat.recoupable.com",
"href": "https://chat.recoupable.dev",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Align these links with the docs.json branding source of truth.

Both app-facing hrefs now point to https://chat.recoupable.dev, but the repository guideline for docs.json still requires https://chat.recoupable.com as the app URL. Please keep the config and branding contract in sync in the same PR. As per coding guidelines, docs.json should "Reference correct branding values: support email agent@recoupable.com, app URL https://chat.recoupable.com, website https://recoupable.com, and social URLs (X, GitHub, LinkedIn)".

Also applies to: 439-439

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs.json` at line 409, The app-facing href values in docs.json are out of
sync with the branding source of truth: update the affected docs.json entries
(including the ones around the current href and the matching second occurrence)
to use the required app URL https://chat.recoupable.com. Keep the docs.json
branding values aligned with the repository contract by ensuring all app URLs
match the documented Recoupable branding settings.

Source: Coding guidelines

"icon": "rocket"
},
{
Expand Down Expand Up @@ -436,7 +436,7 @@
"primary": {
"type": "button",
"label": "Dashboard",
"href": "https://chat.recoupable.com"
"href": "https://chat.recoupable.dev"
}
},
"contextual": {
Expand Down