Skip to content

Commit 25cb8c6

Browse files
Merge pull request #1087 from ryanrichter94/QSG
(doc) Update Script Paths
2 parents 10f0184 + 66e3733 commit 25cb8c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/en-us/c4b-environments/quick-start-environment/certificate-renewal.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document is meant to serve as a guide for where to look when needing to ren
1212

1313
## Set-NexusCert.ps1
1414

15-
This script should be saved on your repository server at `C:\choco-setup\scripts\Set-NexusCert.ps1`.
15+
This script should be saved on your repository server at `C:\choco-setup\files\scripts\Set-NexusCert.ps1`.
1616

1717
You can [download the Set-NexusCert.ps1 file directly](https://github.com/chocolatey/choco-quickstart-scripts/blob/main/scripts/Set-NexusCert.ps1), or copy the below code and save it manually.
1818

@@ -125,7 +125,7 @@ Write-Host -BackgroundColor Black -ForegroundColor DarkGreen "The script has suc
125125

126126
## Set-CCMCert.ps1
127127

128-
This script should be saved on your repository server at `C:\choco-setup\scripts\Set-CCMCert.ps1`.
128+
This script should be saved on your repository server at `C:\choco-setup\files\scripts\Set-CCMCert.ps1`.
129129

130130
You can [download the Set-CCMCert.ps1 file directly](https://github.com/chocolatey/choco-quickstart-scripts/blob/main/scripts/Set-CCMCert.ps1), or copy the below code and manually save it.
131131

@@ -216,7 +216,7 @@ process {
216216

217217
## Set-JenkinsCert.ps1
218218

219-
A version of this script may already be saved on your repository server at `C:\choco-setup\scripts\Set-JenkinsCert.ps1`.
219+
A version of this script may already be saved on your repository server at `C:\choco-setup\files\scripts\Set-JenkinsCert.ps1`.
220220

221221
```powershell
222222
<#

0 commit comments

Comments
 (0)