Skip to content

Commit 50e0a70

Browse files
committed
docs: use full GitHub links for deployment files
1 parent aa62a46 commit 50e0a70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

agents/claude-code/mlflow-tracing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ MLflow integration works. Follow this guide to hook Claude Code, OGX, and MLflow
146146

147147
The following must already be running on the cluster:
148148

149-
- Claude Code container deployed (see [deployment/deployment.yaml](deployment/deployment.yaml))
149+
- Claude Code container deployed (see [deployment.yaml](https://github.com/red-hat-data-services/agentic-starter-kits/blob/main/agents/claude-code/deployment/deployment.yaml))
150150
- OGX deployed and serving a model
151151
- MLflow instance running via the ODH/RHOAI operator with a workspace matching your namespace
152152

153-
### Step-by-Step Setup (following the [deployment guide](deployment/README.md), adding MLflow-specific steps below)
153+
### Step-by-Step Setup (following the [deployment guide](https://github.com/red-hat-data-services/agentic-starter-kits/blob/main/agents/claude-code/deployment/README.md), adding MLflow-specific steps below)
154154

155155
#### 1. Add Python + MLflow to the Containerfile
156156

@@ -198,7 +198,7 @@ oc adm policy add-role-to-user edit -z default -n <your-namespace>
198198
value: "vllm/<your-model-name>"
199199
```
200200
201-
#### 5. Wire up autolog in the [entrypoint](deployment/entrypoint.sh)
201+
#### 5. Wire up autolog in the [entrypoint](https://github.com/red-hat-data-services/agentic-starter-kits/blob/main/agents/claude-code/deployment/entrypoint.sh)
202202
203203
The entrypoint runs `mlflow autolog claude` at startup and injects auth into the generated `.claude/settings.json`:
204204

0 commit comments

Comments
 (0)