Skip to content

Commit 3a2fa04

Browse files
Merge pull request circleci#3657 from circleci/teesloane-patch-3
correct reference to windows orb
2 parents 2d436fd + 768aa60 commit 3a2fa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/hello-world-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ orbs:
114114
win: circleci/[email protected]
115115
```
116116

117-
Next, we declare orbs that we will be using in our build. We will only use the [windows-tools orb](https://circleci.com/orbs/registry/orb/circleci/windows-tools) to help us get started.
117+
Next, we declare orbs that we will be using in our build. We will only use the [windows orb](https://circleci.com/orbs/registry/orb/circleci/windows) to help us get started.
118118

119119
```yaml
120120
jobs:

0 commit comments

Comments
 (0)