Skip to content

Commit 87c21a5

Browse files
Update documentation links to reflect new paths (#1191)
This PR updates documentation links to reflect the new paths: - Update `/settings/postgres` to `/integrations/postgresql` - Update `/settings/integrations` to `/integrations/circleci` - Update `/personal` to `/integrations/linear` for Linear configuration Resolves CG-19221. --- [💻 View my work](https://codegen.com/agent/trace/72383) • 👤 Initiated by `famin@codegen.com` • [About Codegen](https://codegen.com) [⛔ Remove Codegen from PR](https://codegen.com/agent/trace/72383/remove-from-pr) • [🚫 Ban action checks](https://codegen.com/agent/trace/72383/ban) Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com> Co-authored-by: Edo Pujol <ed@codegen.com>
1 parent 9944617 commit 87c21a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/integrations/circleci.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Connect your CircleCI account to Codegen to enable automatic check monitoring an
6161
<Card
6262
title="Connect CircleCI Account"
6363
icon="circle-play"
64-
href="https://codegen.sh/integrations"
64+
href="https://codegen.com/integrations/circleci"
6565
>
6666
Authorize Codegen to view your CircleCI check results and build logs.
6767
</Card>

docs/integrations/linear.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Agents use the Linear integration to streamline project management:
6060

6161
### Overview
6262

63-
Once you've enabled linear self-assign in the settings [page](https://www.codegen.com/settings/permissions), a codegen agent, that has been assigned to a linear issue (or has been tagged in one), can spawn child agents
63+
Once you've enabled linear self-assign in the settings [page](https://www.codegen.com/integrations/linear), a codegen agent, that has been assigned to a linear issue (or has been tagged in one), can spawn child agents
6464
by creating sub-issues and assigning itself to those sub-issues. For each sub-issue that codegen assigns to itself a child agent will be spawned and tasked with completing the sub-issue. Once the child agents are
6565
finished with their tasks they will notify their parent by sending it a message. The parent will then incorporate the child's work into its own as appropriate.
6666

docs/integrations/postgres.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Connect your database to Codegen by configuring your database credentials in the
1313
<Card
1414
title="Configure Database Access"
1515
icon="shield"
16-
href="https://codegen.com/settings/postgres"
16+
href="https://codegen.com/integrations/postgresql"
1717
>
1818
Set up your database connection credentials in the secure settings panel.
1919
</Card>
@@ -38,4 +38,4 @@ Agents leverage the Postgres integration to assist with data-related tasks:
3838

3939
- **Data Exploration:** Safely query your database to understand data structures and relationships
4040
- **Report Generation:** Create data-driven reports and analytics
41-
- **Schema Analysis:** Provide insights about database design and optimization
41+
- **Schema Analysis:** Provide insights about database design and optimization

0 commit comments

Comments
 (0)