Skip to content

Commit 1ee0848

Browse files
Fix artifact URL. (circleci#237)
1 parent 523c832 commit 1ee0848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_docs/build-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can also use `latest` in place of `:build_num` together with query parameter
3333
For example:
3434

3535
```
36-
https://circleci.com/api/v1/project/circleci/mongofinil/latest/artifacts/0/$CIRCLE_ARTIFACTS/cherry-pie.png?branch=master&filter=failed
36+
https://circleci.com/api/v1/project/circleci/mongofinil/63/artifacts/0/$CIRCLE_ARTIFACTS/hello.txt
3737
```
3838

3939
That's all there is to it!

0 commit comments

Comments
 (0)