Skip to content

Commit fc6e047

Browse files
committed
fix: roberta self-test doc needs to use raw githubcontent link
1 parent 69f5ae3 commit fc6e047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/self-test/roberta/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ kubectl create secret github \
4242
### Deploy the automation
4343

4444
```shell
45-
kubectl apply -f https://github.com/project-codeflare/codeflare-cli/blob/main/deploy/self-test/roberta/1gpu/periodic.yaml
45+
kubectl apply -f https://raw.githubusercontent.com/project-codeflare/codeflare-cli/main/deploy/self-test/roberta/1gpu/periodic.yaml
4646
```
4747

4848
Use `delete` in place of `apply` if you wish to tear down the

0 commit comments

Comments
 (0)