Correct the URL to the configuration-as-code page

URL update in the migrate.md file
This commit is contained in:
Mark Waite 2018-03-13 13:38:14 -06:00 committed by Nicolas De loof
parent c1111d8c57
commit 80c95e4654
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Jenkins Configuration as Code solves both problems - you don't need to access Je
We've decided to use yaml format so writing the configuration "by hand" should be easy. Your existing Jenkins can be also used as a documentation - yaml file tries to mimic UI you're used to as much as possible.
Plugin provides documentation generated for your specific Jenkins instance - after you install it, and it is available at:
http://[your_jenkins_url]/plugin/configuration-as-code/
http://[your_jenkins_url]/configuration-as-code/
Various samples of plugins' configuration can be found in [demos](../demos) folder