Update broken link in Secrets documentation (#1589)

`configExport.adoc` was converted to Markdown but link in base Secrets doc was not updated.
This commit is contained in:
João Vale 2021-04-09 10:08:37 +01:00 committed by GitHub
parent 223ac074c0
commit a6983ff60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ This is an additional engine which uses the link:https://javadoc.jenkins-ci.org/
* Encryption is done using the Jenkins-internal secret key
which is unique for every Jenkins instance.
It means that the credentials are not portable between instances.
* Encrypted credential values can be exported using the link:./configExport.adoc[configuration export] feature.
* Encrypted credential values can be exported using the link:./configExport.md[configuration export] feature.
NOTE: There is an open feature request for supporting portable credentials.
See link:https://github.com/jenkinsci/configuration-as-code-plugin/issues/1141[JCasC #1141].