← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:fix-api-description-for-how-to-access-builds into launchpad:master

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-api-description-for-how-to-access-builds into launchpad:master.

Commit message:
Fix API documentation for how to acccess builds

The xls file is manually maintained, and it was missed to describe the
full path to access a build via API.

This has been fixed.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/480442
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-api-description-for-how-to-access-builds into launchpad:master.
diff --git a/lib/lp/services/webservice/wadl-to-refhtml.xsl b/lib/lp/services/webservice/wadl-to-refhtml.xsl
index ad918b1..ccd7145 100644
--- a/lib/lp/services/webservice/wadl-to-refhtml.xsl
+++ b/lib/lp/services/webservice/wadl-to-refhtml.xsl
@@ -275,6 +275,8 @@
                 <var>&lt;distribution.name&gt;</var>
                 <xsl:text>/+source/</xsl:text>
                 <var>&lt;source_package.name&gt;</var>
+                <xsl:text>/</xsl:text>
+                <var>&lt;build.source_package_version&gt;</var>
                 <xsl:text>/+build/</xsl:text>
                 <var>&lt;id&gt;</var>
             </xsl:when>