Fix broken documentation links

Update links following recent project restructure.

Closes gh-10601
This commit is contained in:
Johnny Lim
2017-10-12 01:51:04 +09:00
committed by Phillip Webb
parent c98d6b295a
commit a51765d0f4
11 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ def generateAutoConfigurationClassTable(String module, File factories, PrintWrit
getAutoConfigurationClasses(factories).each {
writer.println ''
writer.println "| {github-code}/$module/src/main/java/$it.path.{sc-ext}[`$it.name`]"
writer.println "| {github-code}/spring-boot-project/$module/src/main/java/$it.path.{sc-ext}[`$it.name`]"
writer.println "| {dc-root}/$it.path.{dc-ext}[javadoc]"
}

View File

@@ -11,7 +11,7 @@ def getStarters(File dir) {
'name': name,
'description': postProcessDescription(pom.description.text()),
'dependencies': dependencies,
'pomUrl': "{github-code}/spring-boot-starters/$name/pom.xml"
'pomUrl': "{github-code}/spring-boot-project/spring-boot-starters/$name/pom.xml"
]
}
}
@@ -73,4 +73,4 @@ def writeTable(String name, def starters) {
def starters = getStarters(new File(project.build.directory, 'external-resources/starter-poms'))
writeTable('application-starters', starters.findAll { isApplicationStarter(it) })
writeTable('production-starters', starters.findAll { isProductionStarter(it) })
writeTable('technical-starters', starters.findAll { isTechnicalStarter(it) })
writeTable('technical-starters', starters.findAll { isTechnicalStarter(it) })