Fix broken documentation links
Update links following recent project restructure. Closes gh-10601
This commit is contained in:
@@ -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]"
|
||||
}
|
||||
|
||||
|
||||
@@ -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) })
|
||||
|
||||
Reference in New Issue
Block a user