Skip to content

Commit 511bb50

Browse files
authored
[CFX-4312] Switched components to use https (#277)
1 parent 8d2c9d3 commit 511bb50

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

internal/copier/components.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,42 +60,42 @@ var ComponentDetails = []Details{
6060

6161
Name: "Agent",
6262
ShortName: "agent",
63-
RepoURL: "git@github.com:datarobot-community/af-component-agent.git",
63+
RepoURL: "https://github.com/datarobot-community/af-component-agent.git",
6464
Enabled: true,
6565
},
6666
{
6767
readMeFile: "af-component-base.md",
6868

6969
Name: "Base",
7070
ShortName: "base",
71-
RepoURL: "git@github.com:datarobot/af-component-base.git",
71+
RepoURL: "https://github.com/datarobot/af-component-base.git",
7272
},
7373
{
7474
readMeFile: "af-component-fastapi-backend.md",
7575

7676
Name: "FastAPI backend",
7777
ShortName: "fastapi",
78-
RepoURL: "git@github.com:datarobot/af-component-fastapi-backend.git",
78+
RepoURL: "https://github.com/datarobot/af-component-fastapi-backend.git",
7979
},
8080
{
8181
readMeFile: "af-component-fastmcp-backend.md",
8282

8383
Name: "FastMCP backend",
8484
ShortName: "fastmcp",
85-
RepoURL: "git@github.com:datarobot/af-component-fastmcp-backend.git",
85+
RepoURL: "https://github.com/datarobot/af-component-fastmcp-backend.git",
8686
},
8787
{
8888
readMeFile: "af-component-llm.md",
8989

9090
Name: "LLM",
9191
ShortName: "llm",
92-
RepoURL: "git@github.com:datarobot/af-component-llm.git",
92+
RepoURL: "https://github.com/datarobot/af-component-llm.git",
9393
},
9494
{
9595
readMeFile: "af-component-react.md",
9696

9797
Name: "React",
9898
ShortName: "react",
99-
RepoURL: "git@github.com:datarobot/af-component-react.git",
99+
RepoURL: "https://github.com/datarobot/af-component-react.git",
100100
},
101101
}

internal/copier/readme/af-component-agent.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ To add the agent component to your project, run the following command to copy th
1010

1111
```bash
1212
uvx copier copy https://github.com/datarobot-community/af-component-agent .
13-
# uvx copier copy [email protected]:datarobot-community/af-component-agent.git .
1413
```
1514

1615
To update an existing agent template, run the following command to update the template files:

internal/copier/readme/af-component-llm.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ To use this template, it expects the base component https://github.com/datarobot
3030
installed. To do that first, run:
3131
```bash
3232
uvx copier copy https://github.com/datarobot/af-component-base .
33-
# uvx copier copy [email protected]:datarobot/af-component-base.git .
3433
```
3534

3635
To add the llm component to your project, you can use the `uvx copier` command to copy the template from this repository:
3736
```bash
3837
uvx copier copy https://github.com/datarobot/af-component-llm .
39-
# uvx copier copy [email protected]:datarobot/af-component-llm.git .
4038
```
4139

4240
To update an existing llm template, you can use the `uvx copier update` command. This will update the template files

0 commit comments

Comments
 (0)