Skip to content

Commit 516827c

Browse files
authored
Merge pull request #1372 from rhiroe/fix/broken-links
Fix broken link
2 parents 5a6008a + ed7db93 commit 516827c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/saml2aws/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func main() {
171171

172172
// will leave this here for a while during upgrade process
173173
if *provider != "" {
174-
log.Println("The --provider flag has been replaced with a new configure command. See https://github.com/versent/saml2aws/v2#adding-idp-accounts")
174+
log.Println("The --provider flag has been replaced with a new configure command. See https://github.com/Versent/saml2aws#configuring-idp-accounts")
175175
os.Exit(1)
176176
}
177177

0 commit comments

Comments
 (0)