+apidoc has broken links

Bug #291163 reported by Diogo Matsubara
6
Affects Status Importance Assigned to Milestone
launchpadlib
Fix Released
High
Gavin Panella

Bug Description

In https://edge.launchpad.net/+apidoc/index.html#person the description[1] for getMembersByStatus _person_ is a link pointing to https://edge.launchpad.net/+apidoc/person which returns a 404.

[1] Response contains an application/json representation of a _person_ collection .

Changed in launchpad-foundations:
importance: Undecided → High
milestone: none → 2.1.11
status: New → Triaged
Changed in launchpad-foundations:
milestone: 2.1.11 → 2.1.12
Revision history for this message
Gavin Panella (allenap) wrote :

I think the problem here is in launchpadlib, patch below.

=== modified file 'launchpadlib/wadl-to-refhtml.xsl'
--- launchpadlib/wadl-to-refhtml.xsl 2008-12-04 16:11:40 +0000
+++ launchpadlib/wadl-to-refhtml.xsl 2008-12-05 13:55:50 +0000
@@ -736,7 +736,7 @@
             <xsl:apply-templates select="key('id', $id)"
                 mode="representation-type"/>
             representation of a
- <a href="{$resource_type}"><xsl:value-of
+ <a href="#{$resource_type}"><xsl:value-of
                 select="$resource_type"
             /></a><xsl:if test="contains($id, '-page')">
                     collection

Changed in launchpad-foundations:
milestone: 2.1.12 → none
Gavin Panella (allenap)
Changed in launchpadlib:
assignee: nobody → allenap
status: Triaged → In Progress
Revision history for this message
Gavin Panella (allenap) wrote :

In rev 26.2.2

Changed in launchpadlib:
status: In Progress → Fix Committed
Changed in launchpadlib:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.