Skip to content

Commit 5f3745b

Browse files
committed
fix broken internal link in documentation
1 parent 73b4781 commit 5f3745b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

documentation/master-solicitor.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ _Solicitor_ if the includeFilter regex is matched and the excludeFilter regex is
416416
If the PackageURL of the component is not defined it will be represented as an empty string when doing the regular expression
417417
matching. (An empty/zero length regex string will match in this case.)
418418

419+
[[Deriving-coordinates]]
419420
===== Deriving groupId, ArtifactId and Version from the PackageURL
420421

421422
If the data of components which is read via a Reader contains the coordinates groupId, artifactId and version as well as a PackageURL it might be possible that the mapping between the "coordinates" (which historically were initially defined for maven packages) and the PackageURL is not consistent to the standard mapping as used by Solicitor. By setting reader configuration property `deriveCoordinatesFromPurl` to `true` it is possible
@@ -2099,7 +2100,7 @@ creating a rule template file, defining the decision table as XLSX, XLS or CSV f
20992100
[appendix]
21002101
== Release Notes
21012102
Changes in 1.49.0::
2102-
* https://github.com/devonfw/solicitor/issues/360: Allow alignment of groupId, artifactId and version to PackageURL when reading component lists with Readers. See <<Deriving groupId, ArtifactId and Version from the PackageURL>>.
2103+
* https://github.com/devonfw/solicitor/issues/360: Allow alignment of groupId, artifactId and version to PackageURL when reading component lists with Readers. See <<Deriving-coordinates,Deriving groupId, ArtifactId and Version from the PackageURL>>.
21032104
* https://github.com/devonfw/solicitor/pull/363: Allow to delete rows in XLS files generated by the ExcelWriter. See <<Optional deletion of rows after template expansion>>.
21042105
* https://github.com/devonfw/solicitor/issues/364: Support XLSX format for decision tables.
21052106

0 commit comments

Comments
 (0)