Skip to content

Commit 547b572

Browse files
committed
Fix ActionRail documentation repository links
1 parent 5e119a6 commit 547b572

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/docs/contributing/downstream-cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Cloud may import, configure, and extend OSS code. OSS code must never import Clo
2525
Use the Cloud repository as a normal downstream clone with two remotes:
2626

2727
```bash
28-
git remote add upstream git@github.com:ToolJet/AgentRail.git
28+
git remote add upstream git@github.com:ToolJet/ActionRail.git
2929
git fetch upstream --tags
3030
```
3131

docs/docs/getting-started/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ for an installed-package user.
106106
## Read the implementation
107107

108108
The packaged implementation is intentionally small and deterministic:
109-
[`actionrail/quickstart.py`](https://github.com/ToolJet/AgentRail/blob/master/actionrail/quickstart.py).
109+
[`actionrail/quickstart.py`](https://github.com/ToolJet/ActionRail/blob/master/actionrail/quickstart.py).
110110

111111
Next, turn the example behavior into a repeatable CI contract with
112112
[Action Tests](../testing/action-tests.mdx), learn the

docs/docs/operations/upgrading.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ data backup and an explicit rollback plan.
1212

1313
## Before the maintenance window
1414

15-
1. Read the [changelog](https://github.com/ToolJet/AgentRail/blob/master/CHANGELOG.md)
15+
1. Read the [changelog](https://github.com/ToolJet/ActionRail/blob/master/CHANGELOG.md)
1616
and the [compatibility policy](../reference/compatibility.mdx).
1717
2. Record the installed versions:
1818

docs/docs/reference/releases.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ must use the same complete version until the SDK-to-Console protocol becomes a
1111
separately versioned public contract.
1212

1313
For every upgrade, read the repository
14-
[changelog](https://github.com/ToolJet/AgentRail/blob/master/CHANGELOG.md),
14+
[changelog](https://github.com/ToolJet/ActionRail/blob/master/CHANGELOG.md),
1515
verify the [compatibility policy](./compatibility.mdx), and follow the
1616
[upgrade and rollback procedure](../operations/upgrading.mdx).
1717

@@ -23,7 +23,7 @@ Released July 16, 2026.
2323
installations.
2424
- Makes nested documentation pages safe to open and refresh directly on static
2525
hosting.
26-
- Uses the canonical `ToolJet/AgentRail` repository casing in package and
26+
- Uses the canonical `ToolJet/ActionRail` repository casing in package and
2727
documentation metadata.
2828

2929
```bash
@@ -115,4 +115,4 @@ python -m pip install --pre \
115115
```
116116

117117
Release artifacts and `SHA256SUMS` are attached to the
118-
[GitHub release](https://github.com/ToolJet/AgentRail/releases).
118+
[GitHub release](https://github.com/ToolJet/ActionRail/releases).

docs/docs/sources/mcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Expected output:
4545

4646
No external gateway, Console, account, or model API key is required. The
4747
implementation is available in
48-
[`actionrail/mcp_quickstart.py`](https://github.com/ToolJet/AgentRail/blob/master/actionrail/mcp_quickstart.py).
48+
[`actionrail/mcp_quickstart.py`](https://github.com/ToolJet/ActionRail/blob/master/actionrail/mcp_quickstart.py).
4949

5050
## Source configuration
5151

docs/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config = {
2525
url: siteUrl,
2626
baseUrl,
2727
organizationName: 'ToolJet',
28-
projectName: 'AgentRail',
28+
projectName: 'ActionRail',
2929
customFields: {
3030
cloudAccessFormUrl,
3131
cloudAccessEmail,
@@ -47,7 +47,7 @@ const config = {
4747
docs: {
4848
sidebarPath: require.resolve('./sidebars.js'),
4949
routeBasePath: 'docs',
50-
editUrl: 'https://github.com/ToolJet/AgentRail/tree/master/docs/',
50+
editUrl: 'https://github.com/ToolJet/ActionRail/tree/master/docs/',
5151
},
5252
blog: false,
5353
theme: {
@@ -72,7 +72,7 @@ const config = {
7272
{to: '/cloud', label: 'Cloud', position: 'left'},
7373
...(algolia ? [{type: 'search', position: 'right'}] : []),
7474
{
75-
href: 'https://github.com/ToolJet/AgentRail',
75+
href: 'https://github.com/ToolJet/ActionRail',
7676
label: 'GitHub',
7777
position: 'right',
7878
},
@@ -92,7 +92,7 @@ const config = {
9292
{
9393
title: 'Project',
9494
items: [
95-
{label: 'GitHub', href: 'https://github.com/ToolJet/AgentRail'},
95+
{label: 'GitHub', href: 'https://github.com/ToolJet/ActionRail'},
9696
{label: 'Cloud early access', to: '/cloud'},
9797
{label: 'ToolJet', href: 'https://www.tooljet.com'},
9898
],

0 commit comments

Comments
 (0)