make-rules/component-report
changeset 5281 abf5e45362e2
parent 4336 e0e4b5ad6cb9
child 5282 b4df500d2f24
--- a/make-rules/component-report	Thu Jan 14 14:20:29 2016 -0800
+++ b/make-rules/component-report	Fri Jan 15 06:30:32 2016 -0800
@@ -31,7 +31,7 @@
 	     echo "$$license<br>" >>$@ ; \
 	 done ; echo "</td>" >>$@
 	@echo "<td>" >>$@ ; for tpno in $(ALL_TPNOS) ; do \
-	     echo "$${tpno}<br>" >>$@ ; \
+	     echo "<a href='https://pls.us.oracle.com/PLS/faces/ThirdPartyHome?itemDetail=Y&aid=$$tpno'>$${tpno}</a><br>" >>$@ ; \
 	 done ; echo "</td>" >>$@
 	@echo "<td>" >>$@ ; for bugdb in $(COMPONENT_BUGDB) ; do \
 	     echo "<a href='$(BUGDB_URL)$$bugdb'>$$bugdb</a><br>" >>$@ ; \