Skip to content

Commit ed7db93

Browse files
committed
Fix broken link
## Background The link that comes up when using the `--provider` flag is broken. ```sh $ saml2aws login --provider=Ping The --provider flag has been replaced with a new configure command. See https://github.com/versent/saml2aws/v2#adding-idp-accounts ``` ## Detail Corrected https://github.com/versent/saml2aws/v2#adding-idp-accounts link to https://github.com/Versent/saml2aws#configuring-idp-accounts . ## Additional info The adding-idp-accounts document has been renamed to configuring-idp-accounts with this change. 7bbdacc#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L71 Also consistent with what we have here. https://github.com/Versent/saml2aws/blob/64255ff7019612e60de7b5139206f1c514cf4374/README.md?plain=1#L212
1 parent 148bb41 commit ed7db93

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
@@ -170,7 +170,7 @@ func main() {
170170

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

0 commit comments

Comments
 (0)