Skip to content

Commit a25eb4c

Browse files
committed
docs(init): replace broken README pointer with link to template's secrets docs
1 parent c73e517 commit a25eb4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Initialize-Template.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Write-Host " 1. Review the generated files in the $ModuleName folder"
362362
Write-Host ' 2. Review README.md and adjust to taste'
363363
Write-Host ' 3. Add your functions to the Public/ and Private/ folders'
364364
Write-Host ' 4. Run ./build.ps1 -Task Test to verify everything works'
365-
Write-Host ' 5. Configure GitHub repository secrets (see "Repository secrets" in README.md)'
365+
Write-Host ' 5. Configure GitHub repository secrets - see https://github.com/tablackburn/PowerShellModuleTemplate#repository-secrets'
366366
Write-Host ' 6. Push to your GitHub repository'
367367
Write-Host ''
368368
Write-Host 'You can safely delete this Initialize-Template.ps1 file.' -ForegroundColor Yellow

0 commit comments

Comments
 (0)